recipiez 0.6.9 → 0.6.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/recipiez/version.rb +1 -1
- data/recipes/deployment_recipiez.rb +0 -3
- data/recipes/templates/logrotate.erb +2 -1
- metadata +3 -3
data/lib/recipiez/version.rb
CHANGED
@@ -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
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 6
|
8
|
-
-
|
9
|
-
version: 0.6.
|
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-
|
17
|
+
date: 2014-06-18 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|