chef-handler-librato 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0.0"
6
+ s.version = "1.1.0"
7
7
  s.authors = ["Brian Scott"]
8
8
  s.email = ["brainscott@gmail.com"]
9
9
  s.homepage = ""
@@ -1,6 +1,6 @@
1
1
  #
2
- # Author:: Ian Meyer <ianmmeyer@gmail.com>
3
- # Copyright:: Copyright (c) 2012, Ian Meyer
2
+ # Author:: Brian Scott <brainscott@gmail.com>
3
+ # Copyright:: Copyright (c) 2012, Brian Scott
4
4
  # License:: Apache License, Version 2.0
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
+ - 1
7
8
  - 0
8
- - 0
9
- version: 1.0.0
9
+ version: 1.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Scott