librato-metrics 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Changelog
2
2
 
3
+ ### Version 1.0.1
4
+ * Fix Forwardable dependency loading bug
5
+
3
6
  ### Version 1.0.0
4
7
  * Add support for annotation submission, listing, management
5
8
  * Auto-convert Time objects anywhere a time is accepted
data/README.md CHANGED
@@ -257,4 +257,4 @@ The `librato-metrics` gem currently does not do internal locking for thread safe
257
257
 
258
258
  ## Copyright
259
259
 
260
- Copyright (c) 2011-2012 [Librato Inc.](http://librato.com) See LICENSE for details.
260
+ Copyright (c) 2011-2013 [Librato Inc.](http://librato.com) See LICENSE for details.
@@ -2,6 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  require 'base64'
5
+ require 'forwardable'
5
6
  require 'multi_json'
6
7
 
7
8
  require 'metrics/aggregator'
@@ -1,5 +1,5 @@
1
1
  module Librato
2
2
  module Metrics
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: librato-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-04 00:00:00.000000000 Z
12
+ date: 2012-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -218,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  segments:
220
220
  - 0
221
- hash: 3364933911255209794
221
+ hash: -361956509088678057
222
222
  required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  none: false
224
224
  requirements: