Gemfile.lock in espago-0.1.2 vs Gemfile.lock in espago-0.1.8
- old
+ new
@@ -1,22 +1,53 @@
PATH
remote: .
specs:
- espago (0.1.2)
+ espago (0.1.8)
facets
faraday
+ rails
GEM
remote: https://rubygems.org/
specs:
+ actionmailer (3.2.22)
+ actionpack (= 3.2.22)
+ mail (~> 2.5.4)
+ actionpack (3.2.22)
+ activemodel (= 3.2.22)
+ activesupport (= 3.2.22)
+ builder (~> 3.0.0)
+ erubis (~> 2.7.0)
+ journey (~> 1.0.4)
+ rack (~> 1.4.5)
+ rack-cache (~> 1.2)
+ rack-test (~> 0.6.1)
+ sprockets (~> 2.2.1)
+ activemodel (3.2.22)
+ activesupport (= 3.2.22)
+ builder (~> 3.0.0)
+ activerecord (3.2.22)
+ activemodel (= 3.2.22)
+ activesupport (= 3.2.22)
+ arel (~> 3.0.2)
+ tzinfo (~> 0.3.29)
+ activeresource (3.2.22)
+ activemodel (= 3.2.22)
+ activesupport (= 3.2.22)
+ activesupport (3.2.22)
+ i18n (~> 0.6, >= 0.6.4)
+ multi_json (~> 1.0)
addressable (2.3.6)
+ arel (3.0.3)
+ builder (3.0.4)
codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.0.8)
crack (0.4.2)
safe_yaml (~> 1.0.0)
diff-lcs (1.1.3)
+ erubis (2.7.0)
facets (2.9.3)
faraday (0.8.7)
multipart-post (~> 1.1)
fuubar (1.1.0)
rspec (~> 2.0)
@@ -28,21 +59,54 @@
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (2.3.3)
guard (>= 1.1)
rspec (~> 2.11)
+ hike (1.2.3)
+ i18n (0.7.0)
+ journey (1.0.4)
+ json (1.8.3)
listen (0.7.2)
lumberjack (1.0.2)
+ mail (2.5.4)
+ mime-types (~> 1.16)
+ treetop (~> 1.4.8)
method_source (0.8.1)
+ mime-types (1.25.1)
multi_json (1.5.0)
multipart-post (1.2.0)
+ polyglot (0.3.5)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
+ rack (1.4.7)
+ rack-cache (1.2)
+ rack (>= 0.4)
+ rack-ssl (1.3.4)
+ rack
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails (3.2.22)
+ actionmailer (= 3.2.22)
+ actionpack (= 3.2.22)
+ activerecord (= 3.2.22)
+ activeresource (= 3.2.22)
+ activesupport (= 3.2.22)
+ bundler (~> 1.0)
+ railties (= 3.2.22)
+ railties (3.2.22)
+ actionpack (= 3.2.22)
+ activesupport (= 3.2.22)
+ rack-ssl (~> 1.3.2)
+ rake (>= 0.8.7)
+ rdoc (~> 3.4)
+ thor (>= 0.14.6, < 2.0)
rake (10.0.2)
rb-fsevent (0.9.3)
+ rdoc (3.12.2)
+ json (~> 1.4)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
@@ -55,10 +119,20 @@
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
+ sprockets (2.2.3)
+ hike (~> 1.2)
+ multi_json (~> 1.0)
+ rack (~> 1.0)
+ tilt (~> 1.1, != 1.3.0)
thor (0.16.0)
+ tilt (1.4.1)
+ treetop (1.4.15)
+ polyglot
+ polyglot (>= 0.3.1)
+ tzinfo (0.3.44)
vcr (2.9.3)
webmock (1.20.4)
addressable (>= 2.3.6)
crack (>= 0.3.2)