librato-logreporter 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ ### Version 0.2.1
2
+ * Add license to gemspec
3
+
1
4
  ### Version 0.2.0
2
5
  * Update logging conventions to match those introduced for l2met 2.0+
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011. Librato, Inc.
1
+ Copyright (c) 2013. Librato, Inc.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
@@ -8,8 +8,8 @@ modification, are permitted provided that the following conditions are met:
8
8
  * Redistributions in binary form must reproduce the above copyright
9
9
  notice, this list of conditions and the following disclaimer in the
10
10
  documentation and/or other materials provided with the distribution.
11
- * Neither the name of Librato, Inc. nor the names of project contributors
12
- may be used to endorse or promote products derived from this software
11
+ * Neither the name of Librato, Inc. nor the names of project contributors
12
+ may be used to endorse or promote products derived from this software
13
13
  without specific prior written permission.
14
14
 
15
15
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
data/README.md CHANGED
@@ -3,8 +3,6 @@ librato-logreporter
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/librato-logreporter.png)](http://badge.fury.io/rb/librato-logreporter) [![Build Status](https://secure.travis-ci.org/librato/librato-logreporter.png?branch=master)](http://travis-ci.org/librato/librato-logreporter) [![Code Climate](https://codeclimate.com/github/librato/librato-logreporter.png)](https://codeclimate.com/github/librato/librato-logreporter)
5
5
 
6
- NOTE: This library is in active development and is suggested for early-adopter use only.
7
-
8
6
  `librato-logreporter` provides an easy interface to write metrics ultimately bound for [Librato Metrics](https://metrics.librato.com/) to your logs or another IO stream. It is fully format-compliant with [l2met](https://github.com/ryandotsmith/l2met). If you are running on Heroku it will allow you to easily insert metrics which can be retrieved via a [log drain](https://devcenter.heroku.com/articles/logging#syslog-drains).
9
7
 
10
8
  NOTE: Current versions of this library use the [logging conventions](https://github.com/ryandotsmith/l2met/wiki/Usage) established in l2met 2.0 and greater. For use with [older versions](https://github.com/ryandotsmith/l2met/wiki/Usage) of l2met, use v0.1 of this gem.
@@ -1,5 +1,5 @@
1
1
  module Librato
2
2
  class LogReporter
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: librato-logreporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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: 2013-09-12 00:00:00.000000000 Z
12
+ date: 2013-10-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -49,7 +49,8 @@ files:
49
49
  - test/unit/logreporter/group_test.rb
50
50
  - test/unit/logreporter_test.rb
51
51
  homepage: https://github.com/librato/librato-logreporter
52
- licenses: []
52
+ licenses:
53
+ - BSD 3-clause
53
54
  post_install_message:
54
55
  rdoc_options: []
55
56
  require_paths:
@@ -62,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
63
  version: '0'
63
64
  segments:
64
65
  - 0
65
- hash: 2388961816210600874
66
+ hash: 1473823089459796481
66
67
  required_rubygems_version: !ruby/object:Gem::Requirement
67
68
  none: false
68
69
  requirements:
@@ -71,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
72
  version: '0'
72
73
  segments:
73
74
  - 0
74
- hash: 2388961816210600874
75
+ hash: 1473823089459796481
75
76
  requirements: []
76
77
  rubyforge_project:
77
78
  rubygems_version: 1.8.23