Commit f6c22e884fe04d6c90bbefa2e4414362128ad948
Exists in
master
and in
1 other branch
Merge pull request #229 from jmonteiro/capistrano
Added Capistrano to the mix
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
@@ -40,6 +40,12 @@ GEM | @@ -40,6 +40,12 @@ GEM | ||
40 | bson_ext (1.6.2) | 40 | bson_ext (1.6.2) |
41 | bson (~> 1.6.2) | 41 | bson (~> 1.6.2) |
42 | builder (3.0.0) | 42 | builder (3.0.0) |
43 | + capistrano (2.13.3) | ||
44 | + highline | ||
45 | + net-scp (>= 1.0.0) | ||
46 | + net-sftp (>= 2.0.0) | ||
47 | + net-ssh (>= 2.0.14) | ||
48 | + net-ssh-gateway (>= 1.1.0) | ||
43 | capybara (1.1.2) | 49 | capybara (1.1.2) |
44 | mime-types (>= 1.16) | 50 | mime-types (>= 1.16) |
45 | nokogiri (>= 1.3.3) | 51 | nokogiri (>= 1.3.3) |
@@ -86,6 +92,7 @@ GEM | @@ -86,6 +92,7 @@ GEM | ||
86 | libxml-ruby (~> 2.0) | 92 | libxml-ruby (~> 2.0) |
87 | has_scope (0.5.1) | 93 | has_scope (0.5.1) |
88 | hashie (1.2.0) | 94 | hashie (1.2.0) |
95 | + highline (1.6.13) | ||
89 | hike (1.2.1) | 96 | hike (1.2.1) |
90 | hoptoad_notifier (2.4.11) | 97 | hoptoad_notifier (2.4.11) |
91 | activesupport | 98 | activesupport |
@@ -134,6 +141,13 @@ GEM | @@ -134,6 +141,13 @@ GEM | ||
134 | railties (>= 3.0.0) | 141 | railties (>= 3.0.0) |
135 | multi_json (1.3.6) | 142 | multi_json (1.3.6) |
136 | multipart-post (1.1.5) | 143 | multipart-post (1.1.5) |
144 | + net-scp (1.0.4) | ||
145 | + net-ssh (>= 1.99.1) | ||
146 | + net-sftp (2.0.5) | ||
147 | + net-ssh (>= 2.0.9) | ||
148 | + net-ssh (2.5.2) | ||
149 | + net-ssh-gateway (1.1.0) | ||
150 | + net-ssh (>= 1.99.1) | ||
137 | nokogiri (1.5.5) | 151 | nokogiri (1.5.5) |
138 | oa-core (0.3.2) | 152 | oa-core (0.3.2) |
139 | oauth2 (0.8.0) | 153 | oauth2 (0.8.0) |
@@ -275,6 +289,7 @@ DEPENDENCIES | @@ -275,6 +289,7 @@ DEPENDENCIES | ||
275 | actionmailer_inline_css (~> 1.3.0) | 289 | actionmailer_inline_css (~> 1.3.0) |
276 | bson (= 1.6.2) | 290 | bson (= 1.6.2) |
277 | bson_ext (= 1.6.2) | 291 | bson_ext (= 1.6.2) |
292 | + capistrano | ||
278 | capybara | 293 | capybara |
279 | database_cleaner (~> 0.6.0) | 294 | database_cleaner (~> 0.6.0) |
280 | debugger | 295 | debugger |