go to github version
This commit is contained in:
parent
a167a87b1f
commit
ccf3a37003
4
Gemfile
4
Gemfile
@ -5,8 +5,8 @@ gem 'opal-browser'
|
|||||||
#gem "ast" , :path => "../ast"
|
#gem "ast" , :path => "../ast"
|
||||||
gem "ast" , :github => "whitequark/ast"
|
gem "ast" , :github => "whitequark/ast"
|
||||||
|
|
||||||
gem "salama" , "0.3" , :path => "../salama"
|
#gem "salama" , "0.3" , :path => "../salama"
|
||||||
#gem "salama" , github: "salama/salama"
|
gem "salama" , github: "salama/salama"
|
||||||
|
|
||||||
gem "parslet"
|
gem "parslet"
|
||||||
gem "salama-reader" , github: "salama/salama-reader"
|
gem "salama-reader" , github: "salama/salama-reader"
|
||||||
|
21
Gemfile.lock
21
Gemfile.lock
@ -22,11 +22,19 @@ GIT
|
|||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/salama/salama-reader.git
|
remote: git://github.com/salama/salama-reader.git
|
||||||
revision: 6710567af979b0b367245c16a0c6af260675bc71
|
revision: 6ae4b624b07bb86ceb24acb27ad0ac83be2ecc1e
|
||||||
specs:
|
specs:
|
||||||
salama-reader (0.4.0)
|
salama-reader (0.4.0)
|
||||||
ast (~> 2.1.0)
|
ast (~> 2.1.0)
|
||||||
parslet (~> 1.7.0)
|
parslet (~> 1.7.1)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/salama/salama.git
|
||||||
|
revision: 9519196a988a11584ad40d9fc6fc644c753a7d34
|
||||||
|
specs:
|
||||||
|
salama (0.3.0)
|
||||||
|
salama-object-file (~> 0.3)
|
||||||
|
salama-reader (~> 0.3)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/whitequark/ast.git
|
remote: git://github.com/whitequark/ast.git
|
||||||
@ -34,13 +42,6 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
ast (2.1.0)
|
ast (2.1.0)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../salama
|
|
||||||
specs:
|
|
||||||
salama (0.3.0)
|
|
||||||
salama-object-file (~> 0.3)
|
|
||||||
salama-reader (~> 0.3)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -128,7 +129,7 @@ DEPENDENCIES
|
|||||||
parslet
|
parslet
|
||||||
poltergeist (~> 1.5.0)
|
poltergeist (~> 1.5.0)
|
||||||
rspec (~> 3.2.0)
|
rspec (~> 3.2.0)
|
||||||
salama (= 0.3)!
|
salama!
|
||||||
salama-arm!
|
salama-arm!
|
||||||
salama-object-file!
|
salama-object-file!
|
||||||
salama-reader!
|
salama-reader!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user