le1t0-deprec 2.1.6.008 → 2.1.6.009

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.6.009 (Jun 10, 2010)
4
+
5
+ * removed default profiles since they cause problems when using capistrano variables from recipes
6
+
3
7
  = 2.1.6.008 (Jun 10, 2010)
4
8
 
5
9
  * Fixed use of some variable names in various recipes relating to alternatives registration
@@ -222,23 +222,4 @@ Capistrano::Configuration.instance(:must_exist).load do
222
222
  end
223
223
  end
224
224
 
225
- profile :rails_stack, :install do |p, r|
226
- r.ruby
227
- r.rails
228
- r.svn
229
- r.git
230
- r.web
231
- r.app
232
- r.monit if use_monit
233
- r.logrotate if use_logrotate
234
- end
235
-
236
- profile :single_server do |p,r|
237
- p.rails_stack
238
- r.iptables
239
- r.postfix
240
- r.ntp
241
- r.mysql
242
- end
243
-
244
225
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 8
10
- version: 2.1.6.008
9
+ - 9
10
+ version: 2.1.6.009
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0