chef-handler-influxdb 0.1.0 → 0.1.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/README.md +2 -2
- data/chef-handler-influxdb-0.1.0.gem +0 -0
- data/chef-handler-influxdb.gemspec +4 -4
- metadata +6 -5
data/README.md
CHANGED
|
@@ -75,10 +75,10 @@ end
|
|
|
75
75
|
* `data` - Send arbitrary data to InfluxDB (default: `{}`)
|
|
76
76
|
|
|
77
77
|
## Questions?
|
|
78
|
-
Hop on
|
|
78
|
+
Hop on `##simple` on Freenode with any questions or concerns.
|
|
79
79
|
|
|
80
80
|
## Author and License
|
|
81
|
-
Simple Finance
|
|
81
|
+
Simple Finance \<<ops@simple.com>\>
|
|
82
82
|
|
|
83
83
|
Apache License, Version 2.0
|
|
84
84
|
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'chef-handler-influxdb'
|
|
3
|
-
s.version = '0.1.
|
|
4
|
-
s.author = '
|
|
5
|
-
s.email = '
|
|
6
|
-
s.homepage = 'http://github.com/
|
|
3
|
+
s.version = '0.1.1'
|
|
4
|
+
s.author = 'Jake Davis'
|
|
5
|
+
s.email = 'jake.davis5989@gmail.com'
|
|
6
|
+
s.homepage = 'http://github.com/jakedavis/chef-handler-influxdb'
|
|
7
7
|
s.summary = 'Updates InfluxDB with Chef run data'
|
|
8
8
|
s.description = 'Updates InfluxDB with Chef run and arbitrary user data'
|
|
9
9
|
s.files = ::Dir.glob('**/*')
|
metadata
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-handler-influxdb
|
|
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:
|
|
8
|
-
-
|
|
8
|
+
- Jake Davis
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Updates InfluxDB with Chef run and arbitrary user data
|
|
15
|
-
email:
|
|
15
|
+
email: jake.davis5989@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
+
- chef-handler-influxdb-0.1.0.gem
|
|
20
21
|
- chef-handler-influxdb.gemspec
|
|
21
22
|
- lib/chef-handler-influxdb.rb
|
|
22
23
|
- LICENSE
|
|
23
24
|
- README.md
|
|
24
|
-
homepage: http://github.com/
|
|
25
|
+
homepage: http://github.com/jakedavis/chef-handler-influxdb
|
|
25
26
|
licenses: []
|
|
26
27
|
post_install_message:
|
|
27
28
|
rdoc_options: []
|