openminds_deploy 0.0.8 → 0.0.9

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.
@@ -4,7 +4,7 @@ configuration.load do
4
4
  namespace :passenger do
5
5
  desc 'Restart the web server'
6
6
  task :restart, :roles => :app do
7
- run "touch #{current_release}/tmp/restart.txt"
7
+ run "touch #{release_path}/tmp/restart.txt"
8
8
  end
9
9
 
10
10
  [:start, :stop].each do |t|
@@ -1,3 +1,3 @@
1
1
  module OpenmindsDeploy
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,23 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openminds_deploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan De Poorter
14
14
  - Joren De Groof
15
15
  - Jeroen Jacobs
16
+ - Bernard Grymonpon
16
17
  autorequire:
17
18
  bindir: bin
18
19
  cert_chain: []
19
20
 
20
- date: 2011-05-07 00:00:00 +02:00
21
+ date: 2011-05-12 00:00:00 +02:00
21
22
  default_executable:
22
23
  dependencies:
23
24
  - !ruby/object:Gem::Dependency
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  requirements: []
85
86
 
86
87
  rubyforge_project:
87
- rubygems_version: 1.6.2
88
+ rubygems_version: 1.4.2
88
89
  signing_key:
89
90
  specification_version: 3
90
91
  summary: Common capistrano recipes for Openminds applications