Capistrano -> Mina.
This commit is contained in:
parent
3808b1a4b8
commit
285f112752
2 changed files with 7 additions and 17 deletions
4
Gemfile
4
Gemfile
|
|
@ -17,8 +17,8 @@ gem 'bcrypt-ruby'
|
||||||
# https://github.com/ryanb/cancan
|
# https://github.com/ryanb/cancan
|
||||||
gem 'cancan'
|
gem 'cancan'
|
||||||
|
|
||||||
# Deploy with Capistrano
|
# Deploy with Mina - http://nadarei.co/mina/
|
||||||
gem 'capistrano'
|
gem 'mina'
|
||||||
|
|
||||||
# For avatar images: https://github.com/jnicklas/carrierwave
|
# For avatar images: https://github.com/jnicklas/carrierwave
|
||||||
gem 'carrierwave'
|
gem 'carrierwave'
|
||||||
|
|
|
||||||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -35,10 +35,6 @@ GEM
|
||||||
thor
|
thor
|
||||||
builder (3.1.4)
|
builder (3.1.4)
|
||||||
cancan (1.6.10)
|
cancan (1.6.10)
|
||||||
capistrano (3.0.1)
|
|
||||||
i18n
|
|
||||||
rake (>= 10.0.0)
|
|
||||||
sshkit (>= 0.0.23)
|
|
||||||
carrierwave (0.9.0)
|
carrierwave (0.9.0)
|
||||||
activemodel (>= 3.2.0)
|
activemodel (>= 3.2.0)
|
||||||
activesupport (>= 3.2.0)
|
activesupport (>= 3.2.0)
|
||||||
|
|
@ -68,11 +64,12 @@ GEM
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.25)
|
mime-types (1.25)
|
||||||
|
mina (0.3.0)
|
||||||
|
open4
|
||||||
|
rake
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
multi_json (1.8.2)
|
multi_json (1.8.2)
|
||||||
net-scp (1.1.2)
|
open4 (1.3.0)
|
||||||
net-ssh (>= 2.6.5)
|
|
||||||
net-ssh (2.7.0)
|
|
||||||
orm_adapter (0.4.0)
|
orm_adapter (0.4.0)
|
||||||
pg (0.17.0)
|
pg (0.17.0)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
|
|
@ -107,17 +104,10 @@ GEM
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (~> 2.8)
|
sprockets (~> 2.8)
|
||||||
sshkit (1.1.0)
|
|
||||||
net-scp
|
|
||||||
net-ssh
|
|
||||||
term-ansicolor
|
|
||||||
term-ansicolor (1.2.2)
|
|
||||||
tins (~> 0.8)
|
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
thread_safe (0.1.3)
|
thread_safe (0.1.3)
|
||||||
atomic
|
atomic
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
tins (0.12.0)
|
|
||||||
treetop (1.4.15)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
|
|
@ -136,12 +126,12 @@ DEPENDENCIES
|
||||||
bootstrap-sass (~> 3.0.0.0)
|
bootstrap-sass (~> 3.0.0.0)
|
||||||
bourbon
|
bourbon
|
||||||
cancan
|
cancan
|
||||||
capistrano
|
|
||||||
carrierwave
|
carrierwave
|
||||||
coffee-rails
|
coffee-rails
|
||||||
devise
|
devise
|
||||||
jquery-rails
|
jquery-rails
|
||||||
mail
|
mail
|
||||||
|
mina
|
||||||
pg
|
pg
|
||||||
rails (= 4.0.1)
|
rails (= 4.0.1)
|
||||||
sass-rails
|
sass-rails
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue