Gemfile.lock in omniauth-identity-1.0.0.pr2 vs Gemfile.lock in omniauth-identity-1.0.0.rc1

- old
+ new

@@ -1,50 +1,54 @@ -GIT - remote: git://github.com/intridea/omniauth.git - revision: 5d2c3deb6a767aa2e5366ad9e4533ded8d82cb69 - specs: - omniauth (1.0.0.alpha) - hashie - rack - PATH remote: . specs: - omniauth-identity (0.0.1) - omniauth (= 1.0.0.alpha) + omniauth-identity (1.0.0.beta1) + omniauth (= 1.0.0.beta1) GEM remote: http://rubygems.org/ specs: - activemodel (3.0.10) - activesupport (= 3.0.10) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activerecord (3.0.10) - activemodel (= 3.0.10) - activesupport (= 3.0.10) - arel (~> 2.0.10) - tzinfo (~> 0.3.23) - activesupport (3.0.10) - arel (2.0.10) - bcrypt-ruby (2.1.4) - builder (2.1.2) + activemodel (3.1.1) + activesupport (= 3.1.1) + builder (~> 3.0.0) + i18n (~> 0.6) + activerecord (3.1.1) + activemodel (= 3.1.1) + activesupport (= 3.1.1) + arel (~> 2.2.1) + tzinfo (~> 0.3.29) + activesupport (3.1.1) + multi_json (~> 1.0) + arel (2.2.1) + bcrypt-ruby (3.0.1) + bson (1.4.1) + bson_ext (1.4.1) + builder (3.0.0) diff-lcs (1.1.3) growl (1.0.3) guard (0.8.4) 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) - hashie (1.1.0) - i18n (0.5.0) + hashie (1.2.0) + i18n (0.6.0) maruku (0.6.0) syntax (>= 1.0.0) + mongo (1.4.1) + bson (= 1.4.1) + mongoid (2.3.2) + activemodel (~> 3.1) + mongo (~> 1.4) + tzinfo (~> 0.3.22) multi_json (1.0.3) - rack (1.3.4) + omniauth (1.0.0.beta1) + hashie (~> 1.2) + rack + rack (1.3.5) rack-test (0.6.1) rack (>= 1.0) rake (0.9.2) rb-fsevent (0.4.3.1) rspec (2.6.0) @@ -65,17 +69,18 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 3.0) - bcrypt-ruby (~> 2.1.4) + activerecord (~> 3.1) + bcrypt-ruby (~> 3.0) + bson_ext (~> 1.4) growl guard guard-bundler guard-rspec maruku (~> 0.6) - omniauth (= 1.0.0.alpha)! + mongoid (~> 2.3) omniauth-identity! rack-test (~> 0.5) rake (~> 0.8) rb-fsevent rspec (~> 2.5)