openminds_deploy 0.0.4 → 0.0.5

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.
data/README.rdoc CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This is a set of defaults for deploying to the Openminds shared hosting servers. These include our best practices for deployment, and should make a very clean Capfile.
4
4
 
5
+ == Installation
6
+ These deploy recipes are all available in the openminds_deploy gem, which can be installed via rubygems:
7
+ gem install openminds_deploy
8
+
5
9
  == Available recipes
6
10
  * openminds_deploy/defaults[link:openminds_deploy/defaults.rb] - Defaults for every deployment.
7
11
  * openminds_deploy/git[link:openminds_deploy/git.rb] - for deploying with git.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -30,7 +30,7 @@ configuration.load do
30
30
  dbconfig.link
31
31
  end
32
32
 
33
- after :setup do
33
+ after 'deploy:setup' do
34
34
  dbconfig.copy_database_config
35
35
  end
36
36
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{openminds_deploy}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jan De Poorter"]
12
- s.date = %q{2010-10-05}
12
+ s.date = %q{2010-10-11}
13
13
  s.description = %q{The most commonly used tasks in Capistrano recipes}
14
14
  s.email = %q{jan@openminds.be}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openminds_deploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan De Poorter
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-05 00:00:00 +02:00
18
+ date: 2010-10-11 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21