Gemfile.lock in matic-0.2.0 vs Gemfile.lock in matic-0.2.1
- old
+ new
@@ -1,29 +1,34 @@
PATH
remote: .
specs:
- matic (0.2.0)
+ matic (0.2.1)
activemodel (~> 3.0.0)
activesupport (~> 3.0.0)
- mongomatic (~> 0.6.0)
+ mongomatic (~> 0.7.0)
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.0.1)
- activesupport (= 3.0.1)
+ activemodel (3.0.3)
+ activesupport (= 3.0.3)
builder (~> 2.1.2)
- i18n (~> 0.4.1)
- activesupport (3.0.1)
+ i18n (~> 0.4)
+ activesupport (3.0.3)
+ archive-tar-minitar (0.5.2)
bson (1.1.2)
bson_ext (1.1.2)
builder (2.1.2)
+ columnize (0.3.2)
diff-lcs (1.1.2)
+ faker (0.3.1)
i18n (0.4.2)
+ linecache19 (0.5.11)
+ ruby_core_source (>= 0.1.4)
mongo (1.1.2)
bson (>= 1.1.1)
- mongomatic (0.6.2)
+ mongomatic (0.7.3)
activesupport (>= 2.3.5)
bson (~> 1.1)
mongo (~> 1.1)
rake (0.8.7)
rspec (2.0.1)
@@ -34,17 +39,29 @@
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
+ ruby-debug-base19 (0.11.24)
+ columnize (>= 0.3.1)
+ linecache19 (>= 0.5.11)
+ ruby_core_source (>= 0.1.4)
+ ruby-debug19 (0.11.6)
+ columnize (>= 0.3.1)
+ linecache19 (>= 0.5.11)
+ ruby-debug-base19 (>= 0.11.19)
+ ruby_core_source (0.1.4)
+ archive-tar-minitar (>= 0.5.2)
PLATFORMS
ruby
DEPENDENCIES
activemodel (~> 3.0.0)
activesupport (~> 3.0.0)
bson_ext (~> 1.1.0)
+ faker (~> 0.3.1)
matic!
- mongomatic (~> 0.6.0)
+ mongomatic (~> 0.7.0)
rake (~> 0.8.7)
rspec (~> 2.0.0)
+ ruby-debug19 (~> 0.11.0)