Gemfile.lock in alf-0.14.0 vs Gemfile.lock in alf-0.15.0

- old
+ new

@@ -1,45 +1,91 @@ -GEM - remote: http://rubygems.org/ +PATH + remote: . specs: - alf-core (0.14.0) + alf (0.15.0) + alf-core (~> 0.15.0) + alf-rack (~> 0.15.0) + alf-sequel (~> 0.15.0) + alf-shell (~> 0.15.0) + alf-sql (~> 0.15.0) + +PATH + remote: ./alf-core + specs: + alf-core (0.15.0) domain (~> 1.0) myrrha (~> 3.0) path (~> 1.3) - sexpr (~> 0.5.1) - alf-sequel (0.14.0) - alf-core (~> 0.14.0) - sequel (~> 3.48) - alf-shell (0.14.0) - alf-core (~> 0.14.0) + sexpr (~> 0.6.0) + +PATH + remote: ./alf-rack + specs: + alf-rack (0.15.0) + alf-core (~> 0.15.0) + rack (~> 1.5) + rack-accept (~> 0.4.5) + ruby_cop (~> 1.0) + +PATH + remote: ./alf-sequel + specs: + alf-sequel (0.15.0) + alf-core (~> 0.15.0) + alf-sql (~> 0.15.0) + sequel (~> 4.2) + +PATH + remote: ./alf-shell + specs: + alf-shell (0.15.0) + alf-core (~> 0.15.0) quickl (~> 0.4.3) + +PATH + remote: ./alf-sql + specs: + alf-sql (0.15.0) + alf-core (~> 0.15.0) + sexpr (~> 0.6.0) + +GEM + remote: http://rubygems.org/ + specs: diff-lcs (1.2.4) domain (1.0.0) myrrha (3.0.0) domain (~> 1.0) path (1.3.3) - pg (0.14.1) + pg (0.17.0) quickl (0.4.3) + rack (1.5.2) + rack-accept (0.4.5) + rack (>= 0.4) rake (10.1.0) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - rspec-core (2.14.4) - rspec-expectations (2.14.0) + rspec-core (2.14.7) + rspec-expectations (2.14.3) diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.1) - sequel (3.48.0) - sexpr (0.5.1) - sqlite3 (1.3.7) + rspec-mocks (2.14.4) + ruby_cop (1.0.5) + sequel (4.3.0) + sexpr (0.6.0) + sqlite3 (1.3.8) PLATFORMS ruby DEPENDENCIES - alf-core (~> 0.14.0) - alf-sequel (~> 0.14.0) - alf-shell (~> 0.14.0) + alf! + alf-core! + alf-rack! + alf-sequel! + alf-shell! + alf-sql! jdbc-sqlite3 (~> 3.7) pg (~> 0.14) rake (~> 10.1) rspec (~> 2.14) sqlite3 (~> 1.3)