Gemfile.lock in juici-0.0.0 vs Gemfile.lock in juici-0.0.1.alpha1
- old
+ new
@@ -1,42 +1,48 @@
PATH
remote: .
specs:
- juici (0.0.0)
+ juici (0.0.0.alpha1)
+ ansible
bson_ext
github-markdown
json
- mongoid (~> 2)
+ mongoid
sinatra
+ thin
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.2.8)
- activesupport (= 3.2.8)
+ activemodel (3.2.9)
+ activesupport (= 3.2.9)
builder (~> 3.0.0)
- activesupport (3.2.8)
+ activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
- bson (1.7.0)
- bson_ext (1.7.0)
- bson (~> 1.7.0)
- builder (3.0.3)
+ ansible (0.2.0)
+ bson (1.7.1)
+ bson_ext (1.7.1)
+ bson (~> 1.7.1)
+ builder (3.0.4)
+ daemons (1.1.9)
diff-lcs (1.1.3)
- github-markdown (0.5.1)
+ eventmachine (1.0.0)
+ github-markdown (0.5.3)
i18n (0.6.1)
json (1.7.5)
metaclass (0.0.1)
mocha (0.11.4)
metaclass (~> 0.0.1)
- mongo (1.7.0)
- bson (~> 1.7.0)
- mongoid (2.5.0)
+ mongoid (3.0.13)
activemodel (~> 3.1)
- mongo (~> 1.7)
+ moped (~> 1.1)
+ origin (~> 1.0)
tzinfo (~> 0.3.22)
- multi_json (1.3.6)
+ moped (1.2.9)
+ multi_json (1.3.7)
+ origin (1.0.10)
rack (1.4.1)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rspec (2.10.0)
@@ -49,11 +55,15 @@
rspec-mocks (2.10.1)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
+ thin (1.5.0)
+ daemons (>= 1.0.9)
+ eventmachine (>= 0.12.6)
+ rack (>= 1.0.0)
tilt (1.3.3)
- tzinfo (0.3.33)
+ tzinfo (0.3.35)
PLATFORMS
ruby
DEPENDENCIES