chef-handler-sensu 0.2.0 → 0.2.1
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/chef-handler-sensu.gemspec +2 -1
- metadata +3 -2
data/chef-handler-sensu.gemspec
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'chef-handler-sensu'
|
3
|
-
s.version = '0.2.
|
3
|
+
s.version = '0.2.1'
|
4
4
|
s.author = 'Simple Finance'
|
5
5
|
s.email = 'ops@simple.com'
|
6
|
+
s.license = 'Apache 2.0'
|
6
7
|
s.homepage = 'http://github.com/SimpleFinance/chef-handler-sensu'
|
7
8
|
s.summary = 'Cleans up old Sensu checks'
|
8
9
|
s.description = 'Cleans up old Sensu checks during a Chef run'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-handler-sensu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -22,7 +22,8 @@ files:
|
|
22
22
|
- LICENSE
|
23
23
|
- README.md
|
24
24
|
homepage: http://github.com/SimpleFinance/chef-handler-sensu
|
25
|
-
licenses:
|
25
|
+
licenses:
|
26
|
+
- Apache 2.0
|
26
27
|
post_install_message:
|
27
28
|
rdoc_options: []
|
28
29
|
require_paths:
|