Gemfile.lock in notifiable-gcm-spacialdb-0.1.1 vs Gemfile.lock in notifiable-gcm-spacialdb-0.1.3

- old
+ new

@@ -1,10 +1,10 @@ PATH remote: . specs: - notifiable-gcm-spacialdb (0.1.1) - gcm + notifiable-gcm-spacialdb (0.1.3) + gcm (~> 0.0.6) notifiable-rails GEM remote: https://rubygems.org/ specs: @@ -30,18 +30,21 @@ i18n (~> 0.6, >= 0.6.4) minitest (~> 4.2) multi_json (~> 1.3) thread_safe (~> 0.1) tzinfo (~> 0.3.37) + addressable (2.3.5) arel (4.0.1) atomic (1.1.14) builder (3.1.4) + crack (0.4.1) + safe_yaml (~> 0.9.0) database_cleaner (1.2.0) diff-lcs (1.2.5) docile (1.1.2) erubis (2.7.0) - gcm (0.0.5) + gcm (0.0.6) httparty json hike (1.2.3) httparty (0.12.0) json (~> 1.8) @@ -53,11 +56,11 @@ treetop (~> 1.4.8) mime-types (1.25.1) minitest (4.7.5) multi_json (1.8.4) multi_xml (0.5.5) - notifiable-rails (0.1.1) + notifiable-rails (0.2.0) rails (~> 4.0.0) polyglot (0.3.3) rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) @@ -81,15 +84,18 @@ rspec-mocks (~> 2.14.0) rspec-core (2.14.7) rspec-expectations (2.14.4) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.4) + safe_yaml (0.9.7) simplecov (0.8.2) docile (~> 1.1.0) multi_json simplecov-html (~> 0.8.0) simplecov-html (0.8.0) + simplecov-rcov (0.2.3) + simplecov (>= 0.4.1) sprockets (2.10.1) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) @@ -104,17 +110,22 @@ tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) tzinfo (0.3.38) + webmock (1.17.1) + addressable (>= 2.2.7) + crack (>= 0.3.2) PLATFORMS ruby DEPENDENCIES bundler (~> 1.3) - database_cleaner + database_cleaner (~> 1.2.0) notifiable-gcm-spacialdb! - rake - rspec - simplecov - sqlite3 + rake (~> 10.1.1) + rspec (~> 2.14.1) + simplecov (~> 0.8.2) + simplecov-rcov (~> 0.2.3) + sqlite3 (~> 1.3.8) + webmock (~> 1.17.1)