using gem version of dependents

This commit is contained in:
Torsten Ruger 2015-05-04 11:10:19 +03:00
parent 8180c67d48
commit 4aca2caa05
2 changed files with 10 additions and 20 deletions

View File

@ -1,8 +1,8 @@
source "http://rubygems.org"
gem "parslet"
gem "salama-reader" , "0.0.2" , :require => "parser" , :git => "https://github.com/salama/salama-reader.git"
gem "salama-object-file" , "0.1" , :git => "https://github.com/salama/salama-object-file.git"
gem "salama-reader" , "0.0.3" , :require => "parser" #, :git => "https://github.com/salama/salama-reader.git"
gem "salama-object-file" , "0.1" #, :git => "https://github.com/salama/salama-object-file.git"
group :development do
gem "minitest"

View File

@ -1,22 +1,12 @@
GIT
remote: https://github.com/salama/salama-object-file.git
revision: c8d35adef4858b14d75f14f0c2de1883762ef4ad
specs:
salama-object-file (0.1)
GIT
remote: https://github.com/salama/salama-reader.git
revision: 1272af6c660efe0af93d7f5ad87d98bd04ce5d22
specs:
salama-reader (0.0.2)
GEM
remote: http://rubygems.org/
specs:
blankslate (2.1.2.4)
minitest (5.3.2)
parslet (1.6.1)
blankslate (~> 2.0)
blankslate (3.1.3)
minitest (5.6.1)
parslet (1.7.0)
blankslate (>= 2.0, <= 4.0)
salama-object-file (0.1)
salama-reader (0.0.3)
PLATFORMS
ruby
@ -25,5 +15,5 @@ PLATFORMS
DEPENDENCIES
minitest
parslet
salama-object-file (= 0.1)!
salama-reader (= 0.0.2)!
salama-object-file (= 0.1)
salama-reader (= 0.0.3)