cap-recipes 0.3.20 → 0.3.21
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 +3 -2
- data/VERSION.yml +1 -1
- data/cap-recipes.gemspec +2 -1
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
Using Jeweler for Gem Packaging
|
|
3
3
|
Update the version and release version to github:
|
|
4
|
-
rake version:bump:patch && rake release && rake gemcutter:release
|
|
4
|
+
$ rake version:bump:patch && rake release && rake gemcutter:release
|
|
5
5
|
Build and install the latest version locally:
|
|
6
|
-
rake build && rake install && sudo gem cleanup
|
|
6
|
+
$ rake build && rake install && sudo gem cleanup
|
|
7
7
|
=end
|
|
8
8
|
|
|
9
9
|
require 'rake'
|
|
@@ -19,6 +19,7 @@ begin
|
|
|
19
19
|
s.homepage = "http://github.com/nesquena/cap-recipes"
|
|
20
20
|
s.description = "Battle-tested capistrano recipes for debian, passenger, apache, delayed_job, juggernaut, rubygems, backgroundrb, rails and more"
|
|
21
21
|
s.authors = ["Nathan Esquenazi"]
|
|
22
|
+
s.rubyforge_project = 'cap-recipes'
|
|
22
23
|
end
|
|
23
24
|
Jeweler::GemcutterTasks.new
|
|
24
25
|
rescue LoadError
|
data/VERSION.yml
CHANGED
data/cap-recipes.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{cap-recipes}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.21"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nathan Esquenazi"]
|
|
@@ -66,6 +66,7 @@ Gem::Specification.new do |s|
|
|
|
66
66
|
s.homepage = %q{http://github.com/nesquena/cap-recipes}
|
|
67
67
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
68
68
|
s.require_paths = ["lib"]
|
|
69
|
+
s.rubyforge_project = %q{cap-recipes}
|
|
69
70
|
s.rubygems_version = %q{1.3.5}
|
|
70
71
|
s.summary = %q{Battle-tested capistrano recipes for passenger, delayed_job, and more}
|
|
71
72
|
s.test_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cap-recipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Esquenazi
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version:
|
|
92
92
|
requirements: []
|
|
93
93
|
|
|
94
|
-
rubyforge_project:
|
|
94
|
+
rubyforge_project: cap-recipes
|
|
95
95
|
rubygems_version: 1.3.5
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 3
|