knife-scrub 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = 'https://github.com/soundcloud/knife-scrub'
11
11
  s.summary = 'knife plugin to scrub normal attributes of chef-server'
12
12
  s.description = 'Collection of knife plugins to remove orphaned objects from chef-server'
13
+ s.license = 'Apache 2.0'
13
14
 
14
15
  s.files = `git ls-files`.split("\n")
15
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -18,7 +18,7 @@
18
18
 
19
19
  module Knife
20
20
  module Scrub
21
- VERSION = '0.1.1'
21
+ VERSION = '0.1.2'
22
22
  MAJOR, MINOR, TINY = VERSION.split('.')
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-scrub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,8 @@ files:
59
59
  - lib/chef/knife/scrub_attributes.rb
60
60
  - lib/knife-scrub/version.rb
61
61
  homepage: https://github.com/soundcloud/knife-scrub
62
- licenses: []
62
+ licenses:
63
+ - Apache 2.0
63
64
  post_install_message:
64
65
  rdoc_options: []
65
66
  require_paths:
@@ -72,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
73
  version: '0'
73
74
  segments:
74
75
  - 0
75
- hash: -2046557220299849332
76
+ hash: 1430354937757579316
76
77
  required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  none: false
78
79
  requirements:
@@ -81,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
82
  version: '0'
82
83
  segments:
83
84
  - 0
84
- hash: -2046557220299849332
85
+ hash: 1430354937757579316
85
86
  requirements: []
86
87
  rubyforge_project:
87
88
  rubygems_version: 1.8.25