recipiez 0.6.9 → 0.6.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.6.9'
2
+ VERSION = '0.6.10'
3
3
  end
@@ -28,7 +28,6 @@ namespace :recipiez do
28
28
  location = fetch(:template_dir, "config") + "/#{custom_config_template_name}.#{rails_env}.erb"
29
29
  template = File.read(location)
30
30
  config = ERB.new(template)
31
-
32
31
  put config.result(binding), "#{release_path}/config/#{custom_config_template_name}.yml"
33
32
  end
34
33
 
@@ -37,8 +36,6 @@ namespace :recipiez do
37
36
  run "cp #{release_path}/config/settings.yml.#{rails_env} #{release_path}/config/settings.yml"
38
37
  end
39
38
 
40
-
41
-
42
39
  desc "This gets the revision log"
43
40
  task :get_rev_log do
44
41
  grab_revision_log
@@ -6,4 +6,5 @@ compress
6
6
  delaycompress
7
7
  notifempty
8
8
  copytruncate
9
- }
9
+ su root root
10
+ }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 9
9
- version: 0.6.9
8
+ - 10
9
+ version: 0.6.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2014-06-13 00:00:00 +02:00
17
+ date: 2014-06-18 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency