fluent-plugin-redis-publish 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec7e3d8c690899c778abb6ba96d1d2d7dbba43b3
4
- data.tar.gz: efc34e82e35a730d3a2f474eaa58ca8a6882a358
3
+ metadata.gz: f25f3da0a86aea997210b7861325ba5cd7fdc41d
4
+ data.tar.gz: f078bc31b8083c731159236578a7a54670d1fc5d
5
5
  SHA512:
6
- metadata.gz: 4bf95771ff284925132e344df4450eed8964d1848a6ccfea226c77820c69b56f33eb0b72a3c72c1bd1d56ba13e5dc91813ff919b2c448aea39ad56e1251424d0
7
- data.tar.gz: e7ac1e6dadc2762899b6539d30503e694928f8ab40ea6db4e83c01fb7874e0b9f7144bd22ec69ff325ad686d6e7843438e8d86beed0994e4aedec36c6ccb716b
6
+ metadata.gz: 8812e9ba4356a37b8ff592164a4a7535b3df91867d36a0d67eedf1b1565698a8b6c104576d41471c4fbdf19fc8d6726c76429e5fd8e6bf47c8cdb8abad428f25
7
+ data.tar.gz: c9f2c9dc3afc346b87cba26813381bd3c6a869658e4e5ceca79f0c440d4fae33356359fa75774e2c539a17f37411a8984275b0bf31e902495fe0b724ccc21014
@@ -3,11 +3,12 @@ lib = File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "fluent-plugin-redis-publish"
6
- gem.version = "0.1.0"
6
+ gem.version = "0.1.1"
7
7
  gem.authors = ["Daisuke Murase"]
8
8
  gem.email = ["typester@cpan.org"]
9
9
  gem.summary = "fluent output plugin publishing logs to redis pub/sub"
10
10
  gem.homepage = "https://github.com/typester/fluent-plugin-redis-publish"
11
+ gem.license = 'MIT'
11
12
 
12
13
  gem.files = `git ls-files`.split($/)
13
14
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-redis-publish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daisuke Murase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-13 00:00:00.000000000 Z
11
+ date: 2013-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -55,7 +55,8 @@ files:
55
55
  - test/helpers.rb
56
56
  - test/plugin/test_out_redis_publish.rb
57
57
  homepage: https://github.com/typester/fluent-plugin-redis-publish
58
- licenses: []
58
+ licenses:
59
+ - MIT
59
60
  metadata: {}
60
61
  post_install_message:
61
62
  rdoc_options: []