capones_recipes 0.9.0 → 0.10.0
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 +2 -2
- data/VERSION +1 -1
- data/capones_recipes.gemspec +3 -3
- metadata +4 -3
data/Rakefile
CHANGED
@@ -18,9 +18,9 @@ Jeweler::Tasks.new do |gem|
|
|
18
18
|
gem.homepage = "http://github.com/raskhadafi/capones-recipes"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = "Some capistrano recipes for use."
|
21
|
-
gem.description = "
|
21
|
+
gem.description = "A collection of useful capistrano recipes used by CyT GmbH and others."
|
22
22
|
gem.email = "roman.simecek@cyt.ch"
|
23
|
-
gem.authors = ["Roman Simecek"]
|
23
|
+
gem.authors = ["Roman Simecek", "Simon Hürlimann"]
|
24
24
|
# gem.files = ['lib/recipes/*', 'lib/*', 'Capfile']
|
25
25
|
# dependencies defined in Gemfile
|
26
26
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.10.0
|
data/capones_recipes.gemspec
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{capones_recipes}
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.10.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Roman Simecek"]
|
11
|
+
s.authors = ["Roman Simecek", "Simon Hürlimann"]
|
12
12
|
s.date = %q{2011-08-17}
|
13
|
-
s.description = %q{
|
13
|
+
s.description = %q{A collection of useful capistrano recipes used by CyT GmbH and others.}
|
14
14
|
s.email = %q{roman.simecek@cyt.ch}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
@@ -2,10 +2,11 @@
|
|
2
2
|
name: capones_recipes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.10.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Roman Simecek
|
9
|
+
- "Simon H\xC3\xBCrlimann"
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
@@ -101,7 +102,7 @@ dependencies:
|
|
101
102
|
type: :development
|
102
103
|
prerelease: false
|
103
104
|
version_requirements: *id008
|
104
|
-
description:
|
105
|
+
description: A collection of useful capistrano recipes used by CyT GmbH and others.
|
105
106
|
email: roman.simecek@cyt.ch
|
106
107
|
executables: []
|
107
108
|
|
@@ -162,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
162
163
|
requirements:
|
163
164
|
- - ">="
|
164
165
|
- !ruby/object:Gem::Version
|
165
|
-
hash:
|
166
|
+
hash: -861845931198933193
|
166
167
|
segments:
|
167
168
|
- 0
|
168
169
|
version: "0"
|