Gemfile.lock in omniauth-identity-1.0.0 vs Gemfile.lock in omniauth-identity-1.1.0
- old
+ new
@@ -1,95 +1,143 @@
PATH
remote: .
specs:
- omniauth-identity (1.0.0.rc2)
- omniauth (~> 1.0.0.rc2)
+ omniauth-identity (1.0.0)
+ bcrypt-ruby (~> 3.0)
+ omniauth (~> 1.0)
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.1.1)
- activesupport (= 3.1.1)
+ activemodel (3.2.1)
+ activesupport (= 3.2.1)
builder (~> 3.0.0)
- i18n (~> 0.6)
- activerecord (3.1.1)
- activemodel (= 3.1.1)
- activesupport (= 3.1.1)
- arel (~> 2.2.1)
+ activerecord (3.2.1)
+ activemodel (= 3.2.1)
+ activesupport (= 3.2.1)
+ arel (~> 3.0.0)
tzinfo (~> 0.3.29)
- activesupport (3.1.1)
+ activesupport (3.2.1)
+ i18n (~> 0.6)
multi_json (~> 1.0)
- arel (2.2.1)
+ addressable (2.2.6)
+ arel (3.0.0)
bcrypt-ruby (3.0.1)
- bson (1.3.1)
- bson_ext (1.4.1)
+ bson (1.5.2)
+ bson_ext (1.5.2)
+ bson (= 1.5.2)
builder (3.0.0)
+ datamapper (1.2.0)
+ dm-aggregates (~> 1.2.0)
+ dm-constraints (~> 1.2.0)
+ dm-core (~> 1.2.0)
+ dm-migrations (~> 1.2.0)
+ dm-serializer (~> 1.2.0)
+ dm-timestamps (~> 1.2.0)
+ dm-transactions (~> 1.2.0)
+ dm-types (~> 1.2.0)
+ dm-validations (~> 1.2.0)
diff-lcs (1.1.3)
+ dm-aggregates (1.2.0)
+ dm-core (~> 1.2.0)
+ dm-constraints (1.2.0)
+ dm-core (~> 1.2.0)
+ dm-core (1.2.0)
+ addressable (~> 2.2.6)
+ dm-migrations (1.2.0)
+ dm-core (~> 1.2.0)
+ dm-serializer (1.2.1)
+ dm-core (~> 1.2.0)
+ fastercsv (~> 1.5.4)
+ json (~> 1.6.1)
+ json_pure (~> 1.6.1)
+ multi_json (~> 1.0.3)
+ dm-timestamps (1.2.0)
+ dm-core (~> 1.2.0)
+ dm-transactions (1.2.0)
+ dm-core (~> 1.2.0)
+ dm-types (1.2.1)
+ bcrypt-ruby (~> 3.0.0)
+ dm-core (~> 1.2.0)
+ fastercsv (~> 1.5.4)
+ json (~> 1.6.1)
+ multi_json (~> 1.0.3)
+ stringex (~> 1.3.0)
+ uuidtools (~> 2.1.2)
+ dm-validations (1.2.0)
+ dm-core (~> 1.2.0)
+ fastercsv (1.5.4)
+ ffi (1.0.11)
growl (1.0.3)
- guard (0.8.4)
+ guard (1.0.0)
+ ffi (>= 0.5.0)
thor (~> 0.14.6)
guard-bundler (0.1.3)
bundler (>= 1.0.0)
guard (>= 0.2.2)
- guard-rspec (0.4.5)
- guard (>= 0.4.0)
+ guard-rspec (0.6.0)
+ guard (>= 0.10.0)
hashie (1.2.0)
i18n (0.6.0)
+ json (1.6.5)
+ json_pure (1.6.5)
maruku (0.6.0)
syntax (>= 1.0.0)
- mongo (1.3.1)
- bson (>= 1.3.1)
- mongo_mapper (0.9.2)
+ mongo (1.5.2)
+ bson (= 1.5.2)
+ mongo_mapper (0.11.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
- plucky (~> 0.3.8)
- mongoid (2.2.3)
- activemodel (~> 3.0)
+ plucky (~> 0.4.0)
+ mongoid (2.4.4)
+ activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
- multi_json (1.0.3)
- omniauth (1.0.0.rc2)
+ multi_json (1.0.4)
+ omniauth (1.1.0)
hashie (~> 1.2)
rack
- plucky (0.3.8)
- mongo (~> 1.3)
- rack (1.3.5)
+ plucky (0.4.4)
+ mongo (~> 1.5)
+ rack (1.4.1)
rack-test (0.6.1)
rack (>= 1.0)
- rake (0.9.2)
- rb-fsevent (0.4.3.1)
- rspec (2.6.0)
- rspec-core (~> 2.6.0)
- rspec-expectations (~> 2.6.0)
- rspec-mocks (~> 2.6.0)
- rspec-core (2.6.4)
- rspec-expectations (2.6.0)
+ rake (0.9.2.2)
+ rb-fsevent (0.9.0)
+ 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.6.0)
- simplecov (0.5.3)
+ rspec-mocks (2.8.0)
+ simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
+ stringex (1.3.2)
syntax (1.0.0)
thor (0.14.6)
- tzinfo (0.3.30)
+ tzinfo (0.3.31)
+ uuidtools (2.1.2)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.1)
- bcrypt-ruby (~> 3.0)
- bson_ext (~> 1.4)
+ bson_ext
+ datamapper
growl
guard
guard-bundler
guard-rspec
maruku (~> 0.6)
mongo_mapper
- mongoid (~> 2.2.3)
+ mongoid
omniauth-identity!
rack-test (~> 0.5)
rake (~> 0.8)
rb-fsevent
- rspec (~> 2.5)
+ rspec (~> 2.7)
simplecov (~> 0.4)