chef-handler-librato 1.1.1 → 1.1.2

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.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "chef-handler-librato"
6
- s.version = "1.1.1"
6
+ s.version = "1.1.2"
7
7
  s.authors = ["Brian Scott"]
8
8
  s.email = ["brainscott@gmail.com"]
9
9
  s.homepage = ""
@@ -42,7 +42,7 @@ class LibratoReporting < Chef::Handler
42
42
 
43
43
  Chef::Log.debug("#{gemspec.full_name} loaded as a handler.")
44
44
 
45
- @l = Librato::Metrics.authenticate "#{@email}" "#{@api_key}"
45
+ @l = Librato::Metrics.authenticate "#{@email}", "#{@api_key}"
46
46
 
47
47
  metrics = Hash.new
48
48
  metrics[:updated_resources] = run_status.updated_resources.length
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 1
9
- version: 1.1.1
8
+ - 2
9
+ version: 1.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Scott