Upgrade and add deploy options

This commit is contained in:
2014-07-11 11:34:58 +02:00
parent cdb3596d04
commit af6fefc399
7 changed files with 183 additions and 45 deletions
+22 -9
View File
@@ -92,6 +92,10 @@ GEM
sass (~> 3.2)
thor
builder (3.2.2)
capistrano (3.2.1)
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
capybara (2.4.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
@@ -109,10 +113,11 @@ GEM
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
coffee-script-source (1.7.1)
colorize (0.7.3)
connection_pool (2.0.0)
cookiejar (0.3.2)
couchbase (1.3.8)
@@ -203,10 +208,10 @@ GEM
haml (>= 3.1, < 5.0)
railties (>= 4.0.1)
handlebars-source (1.3.0)
hashie (2.1.2)
hashie (3.2.0)
hike (1.2.3)
http_parser.rb (0.6.0)
i18n (0.6.9)
i18n (0.6.11)
jquery-rails (3.1.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
@@ -237,23 +242,26 @@ GEM
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
oauth2 (0.9.4)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.1)
hashie (>= 1.2, < 3)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-facebook (1.6.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth2 (1.1.2)
omniauth-oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
paperclip (4.2.0)
@@ -349,6 +357,10 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sshkit (1.5.1)
colorize
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
subexec (0.2.3)
temple (0.6.8)
thin (1.6.2)
@@ -385,6 +397,7 @@ DEPENDENCIES
active_decorator
bootstrap-sass (~> 2.3)
bourbon
capistrano (~> 3.0)
capybara
capybara-webkit
cmtool!