knife-cereal 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/knife-cereal.gemspec +1 -1
- metadata +4 -3
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/knife-cereal.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "knife-cereal"
|
7
7
|
gem.version = Cereal::VERSION
|
8
8
|
gem.authors = ["Eli Klein", "Jeff Smith" ]
|
9
|
-
gem.email = ["eklein@rallydev.com"]
|
9
|
+
gem.email = ["eklein@rallydev.com","jsmith@rallydev.com"]
|
10
10
|
gem.homepage = %q{https://github.com/RallySoftware-cookbooks/knife-cereal}
|
11
11
|
gem.summary = %q{Super cereal knife plugin}
|
12
12
|
gem.description = %q{This gem allows you to run any command on nodes serially and will stop after the first failure.}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-cereal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -96,6 +96,7 @@ description: This gem allows you to run any command on nodes serially and will s
|
|
96
96
|
after the first failure.
|
97
97
|
email:
|
98
98
|
- eklein@rallydev.com
|
99
|
+
- jsmith@rallydev.com
|
99
100
|
executables: []
|
100
101
|
extensions: []
|
101
102
|
extra_rdoc_files: []
|
@@ -127,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
128
|
version: '0'
|
128
129
|
segments:
|
129
130
|
- 0
|
130
|
-
hash: -
|
131
|
+
hash: -2926653897041142175
|
131
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
133
|
none: false
|
133
134
|
requirements:
|
@@ -136,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
137
|
version: '0'
|
137
138
|
segments:
|
138
139
|
- 0
|
139
|
-
hash: -
|
140
|
+
hash: -2926653897041142175
|
140
141
|
requirements: []
|
141
142
|
rubyforge_project:
|
142
143
|
rubygems_version: 1.8.24
|