fluent-plugin-irc 0.0.7 → 0.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb8767007a2ccb458b008a2cb617c77cd2bdfdf4
4
- data.tar.gz: d83c2a017287da67e5fe134a8f5dd2c9e7ba6db7
3
+ metadata.gz: c732b0a2d75d44d395dd9aa47e5f70765bd5656a
4
+ data.tar.gz: c37e0e80ea64de5a84ac4109b75a0caee4ed341d
5
5
  SHA512:
6
- metadata.gz: 8fe24e8d588c9d7a2eb13fc4c17beafd1c1b9159dd96121aad1d7bf295d3429509299f340711e327ca298db975c77351a3441e0ddd6ec9f38a9c3151f35d9449
7
- data.tar.gz: 7cf9bf5284d5398e92ea9b2a30a881e4ac523732bdcd0568fa153dbe38bb38c685ee9cb14c332ef2b7a6a4205045719e7c8c076eef6ef2e9ddabb75e78b83b7e
6
+ metadata.gz: 0478d51b3a6b511c0367ecf62e7970037036468ca086e61c7b0f1e0089831a780b68f3f79271f2745c005dbae98fa8c303a75356afd9152918b79e6395f8c717
7
+ data.tar.gz: 09881308f829f8e2f6185fd20f789a0872d0e08dc1386f779876f1761ae83e5bebb29f5679a6b7c52c78d4f9e64e43ae1a1073d84750d6f46a1a1b449e3a8e57
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-irc"
6
- s.version = "0.0.7"
6
+ s.version = "0.0.8"
7
7
  s.authors = ["OKUNO Akihiro"]
8
8
  s.email = ["choplin.choplin@gmail.com"]
9
9
  s.homepage = "https://github.com/choplin/fluent-plugin-irc"
@@ -17,7 +17,7 @@ module Fluent
17
17
  config_param :nick , :string , :default => 'fluentd'
18
18
  config_param :user , :string , :default => 'fluentd'
19
19
  config_param :real , :string , :default => 'fluentd'
20
- config_param :password , :string , :default => nil
20
+ config_param :password , :string , :default => nil, :secret => true
21
21
  config_param :message , :string
22
22
  config_param :out_keys do |val|
23
23
  val.split(',')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - OKUNO Akihiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd