Gemfile.lock in rivendell-import-0.0.5 vs Gemfile.lock in rivendell-import-0.6
- old
+ new
@@ -1,42 +1,49 @@
PATH
remote: .
specs:
- rivendell-import (0.0.5)
+ rivendell-import (0.6)
SyslogLogger (~> 2.0)
activerecord (~> 3.2.8)
activesupport (~> 3.2.8)
daemons
httmultiparty
+ httparty (= 0.11.0)
listen (~> 1.2.1)
mail
- rivendell-api (~> 0.0.4)
+ rivendell-api (~> 0.0.5)
rivendell-db
sinatra
sqlite3
trollop
will_paginate (~> 3.0.0)
GEM
remote: https://rubygems.org/
specs:
SyslogLogger (2.0)
- activemodel (3.2.13)
- activesupport (= 3.2.13)
+ activemodel (3.2.14)
+ activesupport (= 3.2.14)
builder (~> 3.0.0)
- activerecord (3.2.13)
- activemodel (= 3.2.13)
- activesupport (= 3.2.13)
+ activerecord (3.2.14)
+ activemodel (= 3.2.14)
+ activesupport (= 3.2.14)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
- activesupport (3.2.13)
- i18n (= 0.6.1)
+ activesupport (3.2.14)
+ i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.5)
arel (3.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.3)
+ capistrano (2.14.2)
+ highline
+ net-scp (>= 1.0.0)
+ net-sftp (>= 2.0.0)
+ net-ssh (>= 2.0.14)
+ net-ssh-gateway (>= 1.1.0)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
@@ -82,17 +89,18 @@
cucumber (>= 1.2.0)
guard (>= 1.1.0)
guard-rspec (2.0.0)
guard (>= 1.1)
rspec (~> 2.11)
+ highline (1.6.16)
httmultiparty (0.3.10)
httparty (>= 0.7.3)
multipart-post
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
- i18n (0.6.1)
+ i18n (0.6.5)
json (1.7.5)
json_pure (1.8.0)
libnotify (0.8.0)
ffi (>= 1.0.11)
listen (1.2.2)
@@ -100,14 +108,21 @@
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
- mime-types (1.23)
- multi_json (1.4.0)
- multi_xml (0.5.4)
+ mime-types (1.25)
+ multi_json (1.7.7)
+ multi_xml (0.5.5)
multipart-post (1.2.0)
+ net-scp (1.1.0)
+ net-ssh (>= 2.6.5)
+ net-sftp (2.1.1)
+ net-ssh (>= 2.6.5)
+ net-ssh (2.6.6)
+ net-ssh-gateway (1.2.0)
+ net-ssh (>= 2.6.5)
null_logger (0.0.1)
polyglot (0.3.3)
rack (1.5.2)
rack-protection (1.5.0)
rack
@@ -115,11 +130,11 @@
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)
+ rivendell-api (0.0.5)
activesupport
httmultiparty
null_logger
rivendell-db (0.0.1)
dm-core
@@ -141,15 +156,15 @@
simplecov-html (0.5.3)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
- sqlite3 (1.3.7)
+ sqlite3 (1.3.8)
stringex (1.5.1)
thor (0.16.0)
tilt (1.4.1)
- treetop (1.4.14)
+ treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
trollop (2.0)
tzinfo (0.3.37)
uuidtools (2.1.4)
@@ -157,9 +172,10 @@
PLATFORMS
ruby
DEPENDENCIES
+ capistrano
cucumber
database_cleaner
guard
guard-cucumber
guard-rspec