fluent-plugin-config_pit 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Changes CHANGED
@@ -1,4 +1,7 @@
1
1
  Revision history for fluent-plugin-config_pit
2
2
 
3
+ 0.02 Wed Feb 19
4
+ - fix typo in gemspec
5
+
3
6
  0.01 Wed Feb 19
4
7
  - original version
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "fluent-plugin-config_pit"
5
- gem.version = "0.0.1"
5
+ gem.version = "0.0.2"
6
6
  gem.authors = ["Naoya Ito"]
7
7
  gem.email = ["i.naoya@gmail.com"]
8
8
  gem.description = %q{This plugin provides directive for pit}
9
9
  gem.summary = %q{Fluentd plugin to enable pit in configuration}
10
- gem.homepage = "https://github.com/naoay/fluent-plugin-config_pit"
10
+ gem.homepage = "https://github.com/naoya/fluent-plugin-config_pit"
11
11
 
12
12
  gem.files = `git ls-files`.split($\)
13
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-config_pit
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:
@@ -113,7 +113,7 @@ files:
113
113
  - test/plugin/test_out_config_pit.rb
114
114
  - test/plugin/test_pit.rb
115
115
  - test/plugins.rb
116
- homepage: https://github.com/naoay/fluent-plugin-config_pit
116
+ homepage: https://github.com/naoya/fluent-plugin-config_pit
117
117
  licenses: []
118
118
  post_install_message:
119
119
  rdoc_options: []