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.
- data/capistrano-demonz.gemspec +1 -1
- data/lib/capistrano-demonz.rb +1 -1
- data/lib/demonz/version.rb +1 -1
- metadata +5 -5
data/capistrano-demonz.gemspec
CHANGED
@@ -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
|
|
data/lib/capistrano-demonz.rb
CHANGED
data/lib/demonz/version.rb
CHANGED
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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-
|
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: []
|