recipiez 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
3
3
  end
data/recipes/foreman.rb CHANGED
@@ -21,8 +21,8 @@ Capistrano::Configuration.instance(true).load do
21
21
  end
22
22
 
23
23
  desc "Rename Procfile for deployment."
24
- task :rename_procfile do
25
- run "cp #{release_path}/Procfile.#{rails_env} #{release_path}/Procfile"
24
+ task :rename_env_file do
25
+ run "cp #{release_path}/foreman.env.#{rails_env} #{release_path}/foreman.env"
26
26
  end
27
27
 
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recipiez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 5
10
- version: 0.3.5
9
+ - 6
10
+ version: 0.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-20 00:00:00 +02:00
18
+ date: 2012-08-21 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency