Commit f6c22e884fe04d6c90bbefa2e4414362128ad948

Authored by Vasiliy Ermolovich
2 parents 1e637035 ae54c66c
Exists in master and in 1 other branch production

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
... ... @@ -49,6 +49,7 @@ group :development, :test do
49 49 end
50 50 # gem 'rpm_contrib'
51 51 # gem 'newrelic_rpm'
  52 + gem 'capistrano'
52 53 end
53 54  
54 55 group :test do
... ...
Gemfile.lock
... ... @@ -40,6 +40,12 @@ GEM
40 40 bson_ext (1.6.2)
41 41 bson (~> 1.6.2)
42 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 49 capybara (1.1.2)
44 50 mime-types (>= 1.16)
45 51 nokogiri (>= 1.3.3)
... ... @@ -86,6 +92,7 @@ GEM
86 92 libxml-ruby (~> 2.0)
87 93 has_scope (0.5.1)
88 94 hashie (1.2.0)
  95 + highline (1.6.13)
89 96 hike (1.2.1)
90 97 hoptoad_notifier (2.4.11)
91 98 activesupport
... ... @@ -134,6 +141,13 @@ GEM
134 141 railties (>= 3.0.0)
135 142 multi_json (1.3.6)
136 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 151 nokogiri (1.5.5)
138 152 oa-core (0.3.2)
139 153 oauth2 (0.8.0)
... ... @@ -275,6 +289,7 @@ DEPENDENCIES
275 289 actionmailer_inline_css (~> 1.3.0)
276 290 bson (= 1.6.2)
277 291 bson_ext (= 1.6.2)
  292 + capistrano
278 293 capybara
279 294 database_cleaner (~> 0.6.0)
280 295 debugger
... ...