opentsdb 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/opentsdb/version.rb +1 -1
- data/opentsdb.gemspec +2 -1
- metadata +8 -7
data/lib/opentsdb/version.rb
CHANGED
data/opentsdb.gemspec
CHANGED
@@ -8,9 +8,10 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["John Ewart"]
|
10
10
|
s.email = ["john@johnewart.net"]
|
11
|
-
s.homepage = "https://github.com/johnewart/opentsdb"
|
11
|
+
s.homepage = "https://github.com/johnewart/ruby-opentsdb"
|
12
12
|
s.summary = %q{Ruby client for OpenTSDB}
|
13
13
|
s.description = %q{A Ruby implementation of a client library for sending data points to OpenTSDB}
|
14
|
+
s.license = 'MIT'
|
14
15
|
|
15
16
|
s.rubyforge_project = "opentsdb"
|
16
17
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentsdb
|
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:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-05-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -67,8 +67,9 @@ files:
|
|
67
67
|
- opentsdb.gemspec
|
68
68
|
- spec/client_spec.rb
|
69
69
|
- spec/spec_helper.rb
|
70
|
-
homepage: https://github.com/johnewart/opentsdb
|
71
|
-
licenses:
|
70
|
+
homepage: https://github.com/johnewart/ruby-opentsdb
|
71
|
+
licenses:
|
72
|
+
- MIT
|
72
73
|
post_install_message:
|
73
74
|
rdoc_options: []
|
74
75
|
require_paths:
|
@@ -81,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
82
|
version: '0'
|
82
83
|
segments:
|
83
84
|
- 0
|
84
|
-
hash:
|
85
|
+
hash: 311338383
|
85
86
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
87
|
none: false
|
87
88
|
requirements:
|
@@ -90,10 +91,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
91
|
version: '0'
|
91
92
|
segments:
|
92
93
|
- 0
|
93
|
-
hash:
|
94
|
+
hash: 311338383
|
94
95
|
requirements: []
|
95
96
|
rubyforge_project: opentsdb
|
96
|
-
rubygems_version: 1.8.
|
97
|
+
rubygems_version: 1.8.23.2
|
97
98
|
signing_key:
|
98
99
|
specification_version: 3
|
99
100
|
summary: Ruby client for OpenTSDB
|