Gemfile.lock in rivendell-import-0.0.4 vs Gemfile.lock in rivendell-import-0.0.5

- old
+ new

@@ -1,48 +1,80 @@ PATH remote: . specs: - rivendell-import (0.0.4) + rivendell-import (0.0.5) SyslogLogger (~> 2.0) activerecord (~> 3.2.8) activesupport (~> 3.2.8) daemons httmultiparty - listen + listen (~> 1.2.1) mail rivendell-api (~> 0.0.4) + rivendell-db sinatra sqlite3 trollop will_paginate (~> 3.0.0) GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: SyslogLogger (2.0) - activemodel (3.2.9) - activesupport (= 3.2.9) + activemodel (3.2.13) + activesupport (= 3.2.13) builder (~> 3.0.0) - activerecord (3.2.9) - activemodel (= 3.2.9) - activesupport (= 3.2.9) + activerecord (3.2.13) + activemodel (= 3.2.13) + activesupport (= 3.2.13) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activesupport (3.2.9) - i18n (~> 0.6) + activesupport (3.2.13) + i18n (= 0.6.1) multi_json (~> 1.0) + addressable (2.3.5) arel (3.0.2) + bcrypt-ruby (3.0.1) builder (3.0.3) cucumber (1.2.1) builder (>= 2.1.2) diff-lcs (>= 1.1.3) gherkin (~> 2.11.0) json (>= 1.4.6) daemons (1.1.9) + data_objects (0.10.13) + addressable (~> 2.1) database_cleaner (0.8.0) diff-lcs (1.1.3) - ffi (1.1.5) + dm-core (1.2.1) + addressable (~> 2.3) + dm-do-adapter (1.2.0) + data_objects (~> 0.10.6) + dm-core (~> 1.2.0) + dm-mysql-adapter (1.2.0) + dm-do-adapter (~> 1.2.0) + do_mysql (~> 0.10.6) + dm-serializer (1.2.2) + dm-core (~> 1.2.0) + fastercsv (~> 1.5) + json (~> 1.6) + json_pure (~> 1.6) + multi_json (~> 1.0) + dm-types (1.2.2) + bcrypt-ruby (~> 3.0) + dm-core (~> 1.2.0) + fastercsv (~> 1.5) + json (~> 1.6) + multi_json (~> 1.0) + stringex (~> 1.4) + uuidtools (~> 2.1) + dm-validations (1.2.0) + dm-core (~> 1.2.0) + do_mysql (0.10.13) + data_objects (= 0.10.13) + fastercsv (1.5.5) + ffi (1.9.0) gherkin (2.11.2) json (>= 1.4.6) guard (1.4.0) listen (>= 0.4.2) thor (>= 0.14.6) @@ -50,41 +82,53 @@ cucumber (>= 1.2.0) guard (>= 1.1.0) guard-rspec (2.0.0) guard (>= 1.1) rspec (~> 2.11) - httmultiparty (0.3.8) + httmultiparty (0.3.10) httparty (>= 0.7.3) multipart-post - httparty (0.9.0) + httparty (0.11.0) multi_json (~> 1.0) - multi_xml + multi_xml (>= 0.5.2) i18n (0.6.1) json (1.7.5) + json_pure (1.8.0) libnotify (0.8.0) ffi (>= 1.0.11) - listen (0.5.3) - mail (2.5.2) - i18n (>= 0.4.0) + listen (1.2.2) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + rb-kqueue (>= 0.2) + mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.19) + mime-types (1.23) multi_json (1.4.0) - multi_xml (0.5.1) - multipart-post (1.1.5) + multi_xml (0.5.4) + multipart-post (1.2.0) null_logger (0.0.1) polyglot (0.3.3) - rack (1.4.1) - rack-protection (1.2.0) + rack (1.5.2) + rack-protection (1.5.0) rack rake (0.9.2.2) - rb-inotify (0.8.8) + rb-fsevent (0.9.3) + rb-inotify (0.9.0) ffi (>= 0.5.0) + rb-kqueue (0.2.0) + ffi (>= 0.5.0) rivendell-api (0.0.4) activesupport httmultiparty null_logger + rivendell-db (0.0.1) + dm-core + dm-mysql-adapter + dm-serializer + dm-types + dm-validations rspec (2.11.0) rspec-core (~> 2.11.0) rspec-expectations (~> 2.11.0) rspec-mocks (~> 2.11.0) rspec-core (2.11.1) @@ -93,23 +137,25 @@ rspec-mocks (2.11.3) simplecov (0.6.4) multi_json (~> 1.0) simplecov-html (~> 0.5.3) simplecov-html (0.5.3) - sinatra (1.3.3) - rack (~> 1.3, >= 1.3.6) - rack-protection (~> 1.2) - tilt (~> 1.3, >= 1.3.3) - sqlite3 (1.3.6) + sinatra (1.4.3) + rack (~> 1.4) + rack-protection (~> 1.4) + tilt (~> 1.3, >= 1.3.4) + sqlite3 (1.3.7) + stringex (1.5.1) thor (0.16.0) - tilt (1.3.3) - treetop (1.4.12) + tilt (1.4.1) + treetop (1.4.14) polyglot polyglot (>= 0.3.1) trollop (2.0) - tzinfo (0.3.35) - will_paginate (3.0.3) + tzinfo (0.3.37) + uuidtools (2.1.4) + will_paginate (3.0.4) PLATFORMS ruby DEPENDENCIES @@ -118,10 +164,9 @@ guard guard-cucumber guard-rspec libnotify rake - rb-inotify (~> 0.8.8) - rivendell-api + rb-inotify rivendell-import! rspec simplecov