File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
load 'deploy' if respond_to? ( :namespace ) # cap2 differentiator
2
2
Dir [ 'vendor/gems/*/recipes/*.rb' , 'vendor/plugins/*/recipes/*.rb' ] . each { |plugin | load ( plugin ) }
3
3
4
- load 'config/deploy' # remove this line to skip loading any of the default tasks
4
+ load 'deploy/assets'
5
+ load 'config/deploy' # remove this line to skip loading any of the default tasks
Original file line number Diff line number Diff line change 39
39
activerecord (>= 3.0.0 )
40
40
bcrypt-ruby (3.0.1 )
41
41
builder (3.0.4 )
42
- capistrano (2.6.0 )
42
+ capistrano (2.15.2 )
43
43
highline
44
44
net-scp (>= 1.0.0 )
45
45
net-sftp (>= 2.0.0 )
94
94
execjs
95
95
railties (>= 3.1 )
96
96
haml (3.1.7 )
97
- highline (1.6.2 )
97
+ highline (1.6.18 )
98
98
hike (1.2.1 )
99
99
i18n (0.6.4 )
100
100
journey (1.0.4 )
@@ -118,13 +118,13 @@ GEM
118
118
mizugumo (0.2.0 )
119
119
multi_json (1.0.4 )
120
120
mysql2 (0.3.11 )
121
- net-scp (1.0.4 )
122
- net-ssh (>= 1.99.1 )
123
- net-sftp (2.0.5 )
124
- net-ssh (>= 2.0.9 )
125
- net-ssh (2.1.4 )
126
- net-ssh-gateway (1.1 .0 )
127
- net-ssh (>= 1.99.1 )
121
+ net-scp (1.1.0 )
122
+ net-ssh (>= 2.6.5 )
123
+ net-sftp (2.1.1 )
124
+ net-ssh (>= 2.6.5 )
125
+ net-ssh (2.6.7 )
126
+ net-ssh-gateway (1.2 .0 )
127
+ net-ssh (>= 2.6.5 )
128
128
nokogiri (1.5.6 )
129
129
orm_adapter (0.4.0 )
130
130
pivotal-github (0.6.12 )
You can’t perform that action at this time.
0 commit comments