knife-attribute 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/knife-attribute.gemspec +1 -1
- data/lib/knife-attribute/version.rb +1 -1
- metadata +4 -4
data/knife-attribute.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = KnifeAttribute::VERSION
|
9
9
|
spec.authors = ['Peter Fern']
|
10
10
|
spec.email = ['ruby@0xc0dedbad.com']
|
11
|
-
spec.description = %q{Manipulate Chef attributes
|
11
|
+
spec.description = %q{Manipulate Chef attributes via Knife}
|
12
12
|
spec.summary = %q{Manipulate Chef attributes via Knife}
|
13
13
|
spec.homepage = 'https://github.com/pdf/knife-attribute'
|
14
14
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-attribute
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
- - ! '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
|
-
description: Manipulate Chef attributes
|
62
|
+
description: Manipulate Chef attributes via Knife
|
63
63
|
email:
|
64
64
|
- ruby@0xc0dedbad.com
|
65
65
|
executables: []
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
segments:
|
110
110
|
- 0
|
111
|
-
hash: -
|
111
|
+
hash: -143392958939256616
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
113
|
none: false
|
114
114
|
requirements:
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
117
|
version: '0'
|
118
118
|
segments:
|
119
119
|
- 0
|
120
|
-
hash: -
|
120
|
+
hash: -143392958939256616
|
121
121
|
requirements: []
|
122
122
|
rubyforge_project:
|
123
123
|
rubygems_version: 1.8.25
|