Gemfile.lock in alf-0.12.2 vs Gemfile.lock in alf-0.13.0
- old
+ new
@@ -1,45 +1,46 @@
GEM
remote: http://rubygems.org/
specs:
- backports (2.6.1)
- bluecloth (2.2.0)
- diff-lcs (1.1.3)
- fastercsv (1.5.4)
- highline (1.6.11)
- myrrha (1.2.2)
+ alf-core (0.13.0)
+ domain (~> 1.0)
+ myrrha (~> 3.0)
+ path (~> 1.3)
+ sexpr (~> 0.5.1)
+ alf-sequel (0.13.0)
+ alf-core (~> 0.13.0)
+ sequel (~> 3.48)
+ alf-shell (0.13.1)
+ alf-core (~> 0.13.0)
+ quickl (~> 0.4.3)
+ diff-lcs (1.2.4)
+ domain (1.0.0)
+ myrrha (3.0.0)
+ domain (~> 1.0)
+ path (1.3.1)
+ pg (0.14.1)
quickl (0.4.3)
- rake (0.9.2.2)
- redcarpet (2.1.0)
- request-log-analyzer (1.11.1)
- rspec (2.8.0)
- rspec-core (~> 2.8.0)
- rspec-expectations (~> 2.8.0)
- rspec-mocks (~> 2.8.0)
- rspec-core (2.8.0)
- rspec-expectations (2.8.0)
- diff-lcs (~> 1.1.2)
- rspec-mocks (2.8.0)
- sequel (3.33.0)
- sqlite3 (1.3.5)
- wlang (0.10.2)
- yard (0.7.5)
+ 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)
+ diff-lcs (>= 1.1.3, < 2.0)
+ rspec-mocks (2.14.1)
+ sequel (3.48.0)
+ sexpr (0.5.1)
+ sqlite3 (1.3.7)
PLATFORMS
ruby
DEPENDENCIES
- backports (~> 2.6)
- bluecloth (~> 2.2.0)
- fastercsv (~> 1.5.4)
- highline (~> 1.6.2)
+ alf-core (~> 0.13.0)
+ alf-sequel (~> 0.13.0)
+ alf-shell (~> 0.13.1)
jdbc-sqlite3 (~> 3.7)
- myrrha (~> 1.2.1)
- quickl (~> 0.4.2)
- rake (~> 0.9.2)
- redcarpet (~> 2.1.0)
- request-log-analyzer (~> 1.11.0)
- rspec (~> 2.8.0)
- sequel (~> 3.30)
+ pg (~> 0.14)
+ rake (~> 10.1)
+ rspec (~> 2.14)
sqlite3 (~> 1.3)
- wlang (~> 0.10.2)
- yard (~> 0.7.2)