opentsdb 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -13
  2. data/.travis.yml +2 -1
  3. data/lib/opentsdb/version.rb +1 -1
  4. metadata +12 -12
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- OWNlYzdmNjdmN2MyZWZhNWFmMzkxZTI0ZTU5NWJhZmJiNGU5ODI4OQ==
5
- data.tar.gz: !binary |-
6
- MTYwYmQ5ZTU1NmVjMWQyNzgwOTc4Y2EyNzU4OTEwNGIwMGEyMzU3Mg==
2
+ SHA1:
3
+ metadata.gz: 83b02cfb251166c2509c67e1cc94488e4119bb02
4
+ data.tar.gz: 91b25a6a1d887dbf773a106000618bb0aa6e21a4
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MDliZGY5NTNlZmNhY2FhYmY1MDE5Yjg1ZTUwYjkzNDUxOThmYTNjNTkwNWIz
10
- N2I0MGYwZDNiZDA3NTY5YzdmZDAyNjEzYTNlZWY1NTIzMmI3ZTg3MjA1YjEw
11
- ZjE3MDk5ZjUzNTQzY2ViMGZmZjA5YjI5ZmQyNmE0NTdjMTcwZDI=
12
- data.tar.gz: !binary |-
13
- N2VlYzJlYjI4M2M0MjgzY2QyYzk2MTgyODlkYWM4MWQ3MmQxMzA4ZDBkOGFj
14
- ZmQ2MGRhODAxMzQ2ZDgzNWE0NDk0Nzg2MjAyZDJhZjBlNGFlZDdiYjc4NThk
15
- M2I5N2FkNzJiZjI1MzQ2YTQwOTdkZjJjMzk2ZGVhM2Q1ZTQ3ODc=
6
+ metadata.gz: 7954b1d53f0674d24e3c8d9e7a47214bd66a74a9d64193a18ccaff4caadce0281686f16f2c2e779f62cdaa1b28a6e6483706f3e36f466fdd2749f8a77de4c439
7
+ data.tar.gz: cf41942bd0cbe8459f67cff63aeff5a2516db0512f4cf580c7e0aa9ddf9019ca6b7e75eab614689f09575025dab14c1b6171f324fa436609c6cb1b200932535b
@@ -9,6 +9,7 @@ deploy:
9
9
  provider: rubygems
10
10
  gem: opentsdb
11
11
  api_key:
12
- secure: c/2n2sHe7gba+OqBrH5YKxWFJ1klbOW5LRT67oIPnYBChRpdpzAx7CNFgpzXu3TQ77LbY0WChKAai4exvM4E752vj41r3Xdrk0xPAfUY/y51szexDLk9mT1s7VdXCCmPr+Y1e5eV9VZxK+heJyy4gejPsgStNS8qgua+859Xpz4=
12
+ secure: "aH9rBIqZlR7QDxZB+hzayULMsYGcGEmwfIQ6L1hrZeluN2OTBrbuci7+ztSCWqzYEnT7M40TLrWHgmOOeEwg2blaKcArwAxB/s4HZvJR8oOPSu0TZ8qYQmr2InRfYDZCe5b9OV40XI+bqn2OHi+VfHN8HFWwQ6BCCZSSpZemVaQ="
13
13
  on:
14
14
  branch: master
15
+ rvm: 2.1
@@ -1,3 +1,3 @@
1
1
  module OpenTSDB
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentsdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Ewart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-09 00:00:00.000000000 Z
11
+ date: 2017-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: simplecov
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.3.8
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.3.8
41
41
  description: A Ruby implementation of a client library for sending data points to
@@ -46,9 +46,9 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - .gitignore
50
- - .rspec
51
- - .travis.yml
49
+ - ".gitignore"
50
+ - ".rspec"
51
+ - ".travis.yml"
52
52
  - CHANGELOG.md
53
53
  - Gemfile
54
54
  - LICENSE
@@ -74,17 +74,17 @@ require_paths:
74
74
  - lib
75
75
  required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
- - - ! '>='
77
+ - - ">="
78
78
  - !ruby/object:Gem::Version
79
79
  version: 1.9.3
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - ! '>='
82
+ - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project: opentsdb
87
- rubygems_version: 2.5.1
87
+ rubygems_version: 2.6.8
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Ruby client for OpenTSDB