riemann-json-http 0.1.2 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 415aa00e37cdda98afbbac12f469c7754a4bbd4d
4
- data.tar.gz: 7ded3cffb56e4b796caa2bf4c81a680f3231ed1c
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjI5YmIzMTM1YmZhZDU1NTIwOTlkZjJkYjIxNDEzNjA1NTIwMDcyNg==
5
+ data.tar.gz: !binary |-
6
+ ZDI1NThiYzYxZjM5MDk4MWMzMDZiY2Y2ZDE5ZDEzZTY5MmJiZTMyNQ==
5
7
  SHA512:
6
- metadata.gz: 7e4ee27806d3dc6f135f4b5f3e741f407585f7ebd77a050bbe583e83035b1d1686929d1a02ef70ed05d50374a042f96399bc277bf87653081fc0da01cdb1914b
7
- data.tar.gz: babcf21fb78b4f6df6db3c58d5dc30b2c2317ec8b26d3a27e7fcf1df83d4e7dcdb686523fe2fb0f1dc195f2be719429bae34817855a2aef1084153549aadf982
8
+ metadata.gz: !binary |-
9
+ NTE1YzZhOTU4N2M1NDRiYTU5ZGI5NGMxZjg1NWM5ZjE4ZmUyYjk0YzIwZjZi
10
+ OWE2ODA3ODBhMDVlYTA4YTA4ZTg1MWJmYTY4Y2RjNmVkZTI1M2RjMGEyMTUw
11
+ MDM4NzJhZjRjZmJhZjczMzM1OTE2ZjdiZWQ0MDMxMTI1MjY2N2U=
12
+ data.tar.gz: !binary |-
13
+ ZTA4NTAyNGQyNDQ0NzE1OGE0ZTA1ZjY2YTZmOTUxNjljZmI2OTM5YjUwMDMw
14
+ MTdjM2IzNjc1MTE5Y2NkNTYyNTVmZjIxNGQ4NzhhYzYyMTBjM2ExZThmNTEw
15
+ YzZmMTZkNjMzNjVjNTdlNzYwNjJjYjU5NjQ4NTU1MzM1ZTNkY2E=
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ pkg/
2
+ .DS_Store
3
+ *.gem
data/.travis.yml ADDED
@@ -0,0 +1,13 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0-p247
4
+ install: gem install riemann-tools
5
+ script: rake build
6
+ deploy:
7
+ provider: rubygems
8
+ api_key:
9
+ secure: if8BKQEILv9etj53J3KrWV1euGn/ERbxDhpgGoAPATUH+kLMvAykiR3EMFBzBDRAZlpSg0YRA2/dj2UilQmpia9XcnJXGZS/hY4cRRD1cH0kgf4fOhoEquClAf8e9IAmhM8EPioDuEE7F0xtOW74Iv6JOu1BvD0fWUEAJ4mipNsBnUS5FQWIMhssYlmlawWb0IpKVfkYAfPtGtPyRwHpPSzKdX4Ijnw8Ei5zHv0W1ATOevDKkqDscYWw02125nzdbGeEM3tP9nbF81LDzUGM+BIWaegj5vIRg7uwIx9QHq9O9A5m2jAHnIZ30geZg3R1S3RauVL1QHVtRHbIhvE0cIYALTh9bOawlRw1mhqQIwu/ZYzVLwBrR1JxZhDue8/Bws6V3QjGECx3fFDYrFLtdfuJ/KhsLXC9MTFd3cHwujS6JpRpQ0AUCtYvJlGXZwSuXre3ymZoJrDjpGYVs1TNO1J/kFo3vjj3Hm5mVjl2jFeRZ1SNcGaEtv263HgLvzpJal14B3AYgkwZ6qOIfKsJVJA1frjdrDJOtlvOSdmJ9B7behGmOroB8+ZFz3rQF/wneqyHj/uuTYgYsjmZ/G2T0fbaLqm86HqMe2de9XP4Pj+w0chSB8S2PzHGhScLxXgOplBdnmhs7CVlcoY9AbmBm8s39Q4RzmXeIP0Uz5+MjV8=
10
+ gem: riemann-json-http
11
+ on:
12
+ tags: true
13
+ repo: elyast/riemann-json-http
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in riemann-json-http.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Lukasz Jastrzebski
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -11,5 +11,4 @@ Get started
11
11
  ``` bash
12
12
  gem install riemann-json-http
13
13
  riemann-json-http --help
14
- riemann-json-http --help
15
14
  ```
data/Rakefile.rb ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,25 @@
1
+ # coding: utf-8
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "riemann-json-http"
5
+ spec.version = "0.1.5"
6
+ spec.authors = ["Lukasz Jastrzebski"]
7
+ spec.email = ["lukasz.jastrzebski@gmail.com"]
8
+
9
+ spec.summary = %q{Exporting json documents to Riemann}
10
+ spec.description = %q{Collect stats for system service metrics over http as json documents and submits them to Riemann.}
11
+ spec.homepage = "https://github.com/elyast/riemann-json-http"
12
+ spec.license = "MIT"
13
+
14
+ spec.add_dependency 'riemann-tools', '~> 0.2', '>= 0.2.1'
15
+
16
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
+ spec.bindir = "bin"
18
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
+ spec.has_rdoc = false
20
+
21
+ spec.required_ruby_version = '>= 2.0.0'
22
+
23
+ spec.add_development_dependency "bundler", "~> 1.10"
24
+ spec.add_development_dependency "rake", "~> 10.0"
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-json-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukasz Jastrzebski
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.2'
20
- - - '>='
20
+ - - ! '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: 0.2.1
23
23
  type: :runtime
@@ -27,19 +27,55 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0.2'
30
- - - '>='
30
+ - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
32
  version: 0.2.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: bundler
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ~>
38
+ - !ruby/object:Gem::Version
39
+ version: '1.10'
40
+ type: :development
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ~>
45
+ - !ruby/object:Gem::Version
46
+ version: '1.10'
47
+ - !ruby/object:Gem::Dependency
48
+ name: rake
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ~>
52
+ - !ruby/object:Gem::Version
53
+ version: '10.0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ~>
59
+ - !ruby/object:Gem::Version
60
+ version: '10.0'
33
61
  description: Collect stats for system service metrics over http as json documents
34
62
  and submits them to Riemann.
35
- email: lukasz.jastrzebski@gmail.com
63
+ email:
64
+ - lukasz.jastrzebski@gmail.com
36
65
  executables:
37
66
  - riemann-json-http
38
67
  extensions: []
39
68
  extra_rdoc_files: []
40
69
  files:
70
+ - .gitignore
71
+ - .travis.yml
72
+ - CODE_OF_CONDUCT.md
73
+ - Gemfile
74
+ - LICENSE.txt
41
75
  - README.md
76
+ - Rakefile.rb
42
77
  - bin/riemann-json-http
78
+ - riemann-json-http.gemspec
43
79
  homepage: https://github.com/elyast/riemann-json-http
44
80
  licenses:
45
81
  - MIT
@@ -50,19 +86,18 @@ require_paths:
50
86
  - lib
51
87
  required_ruby_version: !ruby/object:Gem::Requirement
52
88
  requirements:
53
- - - '>='
89
+ - - ! '>='
54
90
  - !ruby/object:Gem::Version
55
- version: 1.9.3
91
+ version: 2.0.0
56
92
  required_rubygems_version: !ruby/object:Gem::Requirement
57
93
  requirements:
58
- - - '>='
94
+ - - ! '>='
59
95
  - !ruby/object:Gem::Version
60
96
  version: '0'
61
97
  requirements: []
62
- rubyforge_project: riemann-json-http
63
- rubygems_version: 2.4.8
98
+ rubyforge_project:
99
+ rubygems_version: 2.4.5
64
100
  signing_key:
65
101
  specification_version: 4
66
- summary: Collect stats for system service metrics over http as json documents and
67
- submits them to Riemann.
102
+ summary: Exporting json documents to Riemann
68
103
  test_files: []