recipiez 0.3.3 → 0.3.4

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.3'
2
+ VERSION = '0.3.4'
3
3
  end
data/recipes/foreman.rb CHANGED
@@ -2,7 +2,7 @@ Capistrano::Configuration.instance(true).load do
2
2
  namespace :foreman do
3
3
  desc "Export the Procfile to Ubuntu's upstart scripts"
4
4
  task :export, roles => :app do
5
- run "cd #{current_path} && sudo bundle exec foreman export upstart /etc/init -a #{application} -u #{user} -l #{shared_path}/log -e foreman.env"
5
+ run "cd #{release_path} && sudo bundle exec foreman export upstart /etc/init -a #{application} -u #{user} -l #{shared_path}/log -e foreman.env"
6
6
  end
7
7
 
8
8
  desc "Start the application services"
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: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton