capistrano-didi 0.2.0 → 0.2.1
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/Rakefile +1 -0
- data/VERSION +1 -1
- data/capistrano-didi.gemspec +2 -1
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -24,6 +24,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
24
24
|
gem.add_dependency "capistrano", ">= 2.9.0"
|
|
25
25
|
gem.add_dependency "railsless-deploy", ">= 1.0.2"
|
|
26
26
|
gem.add_dependency "capistrano-ext", ">= 1.2.1"
|
|
27
|
+
gem.post_install_message = '"didify" and "didi" commands installed. Try them out!'
|
|
27
28
|
# dependencies defined in Gemfile
|
|
28
29
|
end
|
|
29
30
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/capistrano-didi.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{capistrano-didi}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Koen Van Winckel"]
|
|
@@ -34,6 +34,7 @@ Gem::Specification.new do |s|
|
|
|
34
34
|
]
|
|
35
35
|
s.homepage = %q{http://github.com/koenvw/didi}
|
|
36
36
|
s.licenses = ["MIT"]
|
|
37
|
+
s.post_install_message = %q{"didify" and "didi" commands installed. Try them out!}
|
|
37
38
|
s.require_paths = ["lib"]
|
|
38
39
|
s.rubygems_version = %q{1.6.2}
|
|
39
40
|
s.summary = %q{didi - drupal deployment script based on capistrano}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-didi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Koen Van Winckel
|
|
@@ -202,7 +202,7 @@ has_rdoc: true
|
|
|
202
202
|
homepage: http://github.com/koenvw/didi
|
|
203
203
|
licenses:
|
|
204
204
|
- MIT
|
|
205
|
-
post_install_message:
|
|
205
|
+
post_install_message: "\"didify\" and \"didi\" commands installed. Try them out!"
|
|
206
206
|
rdoc_options: []
|
|
207
207
|
|
|
208
208
|
require_paths:
|