Skip to content

Commit

Permalink
Merge pull request #45 from keyasuda/upgrade
Browse files Browse the repository at this point in the history
upgrade
  • Loading branch information
keyasuda committed Oct 8, 2022
2 parents e1c1e9f + 07eec78 commit 35baaba
Show file tree
Hide file tree
Showing 11 changed files with 1,616 additions and 1,323 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.9] - 2022-10-08

- use ruby.wasm 2022-10-06-a
- add automatic download feature for ruby.wasm and wasi-vfs

## [0.1.8] - 2022-05-15

- support ruby.wasm nightly 2022-05-20-a or above
Expand Down
2 changes: 2 additions & 0 deletions gem/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require: rubocop-rake

inherit_gem:
fablicop:
- "config/.base_rubocop.yml"
Expand Down
2 changes: 2 additions & 0 deletions gem/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ gem 'guard'
gem 'guard-rspec', require: false
gem 'guard-rubocop'
gem 'pry'

gem 'rubocop-rake', '~> 0.6.0'
37 changes: 20 additions & 17 deletions gem/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bormashino (0.1.8)
bormashino (0.1.9)
json_pure (~> 2.6, >= 2.6.1)
os (~> 1.1, >= 1.1.4)
ruby2_keywords (= 0.0.4)
Expand All @@ -10,7 +10,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -19,7 +19,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
fablicop (1.6.0)
fablicop (1.8.0)
rubocop (>= 1.14, < 1.29)
rubocop-rails
rubocop-rspec (>= 1.15.1)
Expand Down Expand Up @@ -50,43 +50,43 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
minitest (5.16.2)
mustermann (1.1.1)
minitest (5.16.3)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
os (1.1.4)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.1.2.1)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.4)
rack-protection (2.2.0)
rack-protection (2.2.2)
rack
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.5.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-expectations (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec-support (3.11.1)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.1.0.0)
Expand All @@ -96,27 +96,29 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-rails (2.15.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
shellany (0.0.1)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.2)
tilt (~> 2.0)
thor (1.2.1)
tilt (2.0.10)
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)

PLATFORMS
x86_64-linux
Expand All @@ -131,6 +133,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.7)
rubocop-rake (~> 0.6.0)

BUNDLED WITH
2.4.0.dev
2 changes: 1 addition & 1 deletion gem/lib/bormashino/tasks/bormashino.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'uri'
require 'os'
require 'digest/md5'

RELEASE_DATE = ENV['RELEASE_DATE'] || '2022-05-30-a'.freeze
RELEASE_DATE = ENV['RELEASE_DATE'] || '2022-10-06-a'.freeze
RUBY_RELEASE = "https://github.com/ruby/ruby.wasm/releases/download/#{RELEASE_DATE}/ruby-head-wasm32-unknown-wasi-full-js.tar.gz".freeze

WASI_VFS_RELEASE = 'https://github.com/kateinoigakukun/wasi-vfs/releases/download/v0.1.1/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip'.freeze
Expand Down
2 changes: 1 addition & 1 deletion gem/lib/bormashino/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bormashino
VERSION = '0.1.8'
VERSION = '0.1.9'
end
18 changes: 9 additions & 9 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bormashino",
"description": "The package to build SPAs with Ruby",
"homepage": "https://github.com/keyasuda/bormashino",
"version": "0.1.8",
"version": "0.1.9",
"main": "src/index.js",
"scripts": {
"test": "jest --notify src/",
Expand All @@ -22,6 +22,6 @@
"@wasmer/wasi": "0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"html5-history-router": "^1.1.0",
"ruby-head-wasm-wasi": "0.3.0-2022-05-30-a"
"ruby-head-wasm-wasi": "0.3.0-2022-10-06-a"
}
}
54 changes: 27 additions & 27 deletions test-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: ../gem
specs:
bormashino (0.1.8)
bormashino (0.1.9)
json_pure (~> 2.6, >= 2.6.1)
os (~> 1.1, >= 1.1.4)
ruby2_keywords (= 0.0.4)
Expand All @@ -20,13 +20,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
capybara (3.37.1)
addressable
Expand All @@ -47,7 +47,7 @@ GEM
capybara (>= 2.1, < 4)
ferrum (~> 0.11.0)
diff-lcs (1.5.0)
fablicop (1.4.0)
fablicop (1.8.0)
rubocop (>= 1.14, < 1.29)
rubocop-rails
rubocop-rspec (>= 1.15.1)
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
guard-shell (0.7.2)
guard (>= 2.0.0)
guard-compat (~> 1.0)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json_pure (2.6.2)
launchy (2.5.0)
Expand All @@ -91,52 +91,52 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
mustermann (1.1.1)
minitest (5.16.3)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
nokogiri (1.13.6)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
os (1.1.4)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.1.2.1)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
public_suffix (5.0.0)
racc (1.6.0)
rack (2.2.3.1)
rack-protection (2.2.0)
rack (2.2.4)
rack-protection (2.2.2)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.5.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-expectations (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.11.0)
rspec-support (3.11.1)
rubocop (1.28.2)
parallel (~> 1.10)
parser (>= 3.1.0.0)
Expand All @@ -146,9 +146,9 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.18.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-rails (2.14.2)
rubocop-rails (2.15.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -157,16 +157,16 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
shellany (0.0.1)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.2)
tilt (~> 2.0)
thor (1.2.1)
tilt (2.0.10)
tzinfo (2.0.4)
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.3.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down
Loading

0 comments on commit 35baaba

Please sign in to comment.