Gemfile.lock in vin_exploder-0.2.0 vs Gemfile.lock in vin_exploder-0.3.0
- old
+ new
@@ -1,46 +1,55 @@
PATH
remote: .
specs:
- vin_exploder (0.1.0)
+ vin_exploder (0.3.0)
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.0.8)
- activesupport (= 3.0.8)
+ activemodel (3.0.9)
+ activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
- activerecord (3.0.8)
- activemodel (= 3.0.8)
- activesupport (= 3.0.8)
+ activerecord (3.0.9)
+ activemodel (= 3.0.9)
+ activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
- activesupport (3.0.8)
+ activesupport (3.0.9)
arel (2.0.10)
builder (2.1.2)
+ couchrest (1.0.2)
+ json (~> 1.5.1)
+ mime-types (~> 1.15)
+ rest-client (~> 1.6.1)
diff-lcs (1.1.2)
i18n (0.5.0)
+ json (1.5.3)
+ mime-types (1.16)
+ rest-client (1.6.3)
+ mime-types (>= 1.16)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
- rspec-core (2.6.3)
+ rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
sequel (3.24.1)
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-html (0.4.5)
sqlite3 (1.3.3)
- tzinfo (0.3.27)
+ tzinfo (0.3.28)
PLATFORMS
ruby
DEPENDENCIES
activerecord (>= 3.0.0)
+ couchrest
rspec (>= 2.6.0)
sequel
simplecov
sqlite3
vin_exploder!