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" , :github => "whitequark/ast"
|
||||
|
||||
gem "salama" , "0.3" , :path => "../salama"
|
||||
#gem "salama" , github: "salama/salama"
|
||||
#gem "salama" , "0.3" , :path => "../salama"
|
||||
gem "salama" , github: "salama/salama"
|
||||
|
||||
gem "parslet"
|
||||
gem "salama-reader" , github: "salama/salama-reader"
|
||||
|
21
Gemfile.lock
21
Gemfile.lock
@ -22,11 +22,19 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: git://github.com/salama/salama-reader.git
|
||||
revision: 6710567af979b0b367245c16a0c6af260675bc71
|
||||
revision: 6ae4b624b07bb86ceb24acb27ad0ac83be2ecc1e
|
||||
specs:
|
||||
salama-reader (0.4.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
|
||||
remote: git://github.com/whitequark/ast.git
|
||||
@ -34,13 +42,6 @@ GIT
|
||||
specs:
|
||||
ast (2.1.0)
|
||||
|
||||
PATH
|
||||
remote: ../salama
|
||||
specs:
|
||||
salama (0.3.0)
|
||||
salama-object-file (~> 0.3)
|
||||
salama-reader (~> 0.3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@ -128,7 +129,7 @@ DEPENDENCIES
|
||||
parslet
|
||||
poltergeist (~> 1.5.0)
|
||||
rspec (~> 3.2.0)
|
||||
salama (= 0.3)!
|
||||
salama!
|
||||
salama-arm!
|
||||
salama-object-file!
|
||||
salama-reader!
|
||||
|
Loading…
x
Reference in New Issue
Block a user