capistrano-demonz 0.0.6 → 0.0.7

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.
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Capistrano::Demonz::VERSION
9
9
  gem.authors = ["Chinthaka Godawita"]
10
10
  gem.email = ["chinthaka.godawita@demonzmedia.com"]
11
- gem.description = "Demonz Media recipes for Capistrano"
11
+ gem.description = "Demonz Media recipes for Capistrano (for Drupal and other web apps)."
12
12
  gem.summary = "Useful task libraries for Demonz Media recipes for Capistrano"
13
13
  gem.homepage = "https://github.com/demonz/capistrano-demonz"
14
14
 
@@ -2,6 +2,6 @@ require "capistrano-demonz/version"
2
2
 
3
3
  module Capistrano
4
4
  module Demonz
5
- # Your code goes here...
5
+ # Nothing here, see demonz/base.
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Demonz
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-demonz
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chinthaka Godawita
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-08 00:00:00 Z
18
+ date: 2013-01-09 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: railsless-deploy
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: 2.13.5
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
- description: Demonz Media recipes for Capistrano
52
+ description: Demonz Media recipes for Capistrano (for Drupal and other web apps).
53
53
  email:
54
54
  - chinthaka.godawita@demonzmedia.com
55
55
  executables: []