fluent-plugin-nsca 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/fluent-plugin-nsca.gemspec +3 -3
  2. metadata +5 -5
@@ -5,13 +5,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fluent-plugin-nsca"
8
- spec.version = '0.0.1'
8
+ spec.version = '0.0.2'
9
9
  spec.authors = ["MIYAKAWA Taku"]
10
10
  spec.email = ["miyakawa.taku@gmail.com"]
11
11
  spec.description = %q{Fluentd output plugin to send service checks to a Nagios NSCA daemon}
12
12
  spec.summary = %q{Fluentd output plugin to send service checks to a Nagios NSCA daemon}
13
- spec.homepage = ""
14
- spec.license = "MIT"
13
+ spec.homepage = "https://github.com/miyakawataku/fluent-plugin-nsca/"
14
+ spec.license = "Apache License, v2.0"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-nsca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -107,9 +107,9 @@ files:
107
107
  - lib/fluent/plugin/out_nsca.rb
108
108
  - test/helper.rb
109
109
  - test/plugin/test_out_nsca.rb
110
- homepage: ''
110
+ homepage: https://github.com/miyakawataku/fluent-plugin-nsca/
111
111
  licenses:
112
- - MIT
112
+ - Apache License, v2.0
113
113
  post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths:
@@ -122,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  segments:
124
124
  - 0
125
- hash: -559361203854015159
125
+ hash: -882226750222352058
126
126
  required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  none: false
128
128
  requirements:
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  segments:
133
133
  - 0
134
- hash: -559361203854015159
134
+ hash: -882226750222352058
135
135
  requirements: []
136
136
  rubyforge_project:
137
137
  rubygems_version: 1.8.23