fluent-plugin-chatwork 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +5 -3
- data/CHANGELOG.md +7 -1
- data/README.md +6 -6
- data/fluent-plugin-chatwork.gemspec +2 -2
- data/lib/fluent/plugin/out_chatwork.rb +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f0295235d5fb399779403c89791ef9091570c7a
|
4
|
+
data.tar.gz: 7783524278a984ce7c5df3128e03738a31f0c172
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1ee8a80bb699fda354c5831f2c7f533f4571cedeb8ab2332222d63a7871ebdeb38163191b10b8c1e6a0b61c7aa05628ad61e037e906d565124ecfc63331b060
|
7
|
+
data.tar.gz: db97642715bcea3b3f52a75a2b4c75642e3f6fcebbfe93d1a3311eab327a71bc2ea6c55bb2ace87126524b73dfecf0be7802cc481a2b7000eafa3880c586d690
|
data/.travis.yml
CHANGED
@@ -6,18 +6,20 @@ rvm:
|
|
6
6
|
- 2.4.0
|
7
7
|
- ruby-head
|
8
8
|
cache: bundler
|
9
|
-
bundler_args: --jobs=2
|
9
|
+
bundler_args: "--jobs=2"
|
10
10
|
before_script:
|
11
|
-
- export CODECLIMATE_REPO_TOKEN=
|
11
|
+
- export CODECLIMATE_REPO_TOKEN=586f55fe847c8d296adc6a00e2adf651cd63f4ea3c6ae79e7d723ad2c1f86ffc
|
12
12
|
- export COVERAGE=true
|
13
13
|
script:
|
14
14
|
- bundle exec rspec
|
15
15
|
- bundle exec codeclimate-test-reporter
|
16
16
|
branches:
|
17
17
|
only:
|
18
|
-
|
18
|
+
- master
|
19
19
|
notifications:
|
20
20
|
email: false
|
21
|
+
slack:
|
22
|
+
secure: i04GzZS8Xbq0ZGjz5EvTref5UgH6Z8RfJjFzGf8d841Z54WHpBOPy3aXIiMCVmk1yyB7AKul41l50QgaQenWKeizKhr+Adg6tIGYdrjX5m5tq4tDlpgNR+osYBCyDGgC5PJkF1nMmYMUnI8O1kLKbwE0cqigWTRnyWBTuD+LQ4s=
|
21
23
|
matrix:
|
22
24
|
allow_failures:
|
23
25
|
- rvm: ruby-head
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
## master
|
3
|
-
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v2.0.
|
3
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v2.0.1...master)
|
4
|
+
|
5
|
+
## 2.0.1
|
6
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v2.0.0...v2.0.1)
|
7
|
+
|
8
|
+
* Add desc for more usability
|
9
|
+
* https://github.com/sue445/fluent-plugin-chatwork/pull/14
|
4
10
|
|
5
11
|
## 2.0.0
|
6
12
|
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v1.0.1...v2.0.0)
|
data/README.md
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
fluentd output plugin for post to [ChatWork](http://www.chatwork.com/)
|
4
4
|
|
5
5
|
[![Gem Version](https://badge.fury.io/rb/fluent-plugin-chatwork.svg)](http://badge.fury.io/rb/fluent-plugin-chatwork)
|
6
|
-
[![Build Status](https://travis-ci.org/sue445/fluent-plugin-
|
7
|
-
[![Dependency Status](https://gemnasium.com/sue445/fluent-plugin-
|
8
|
-
[![Coverage Status](https://
|
9
|
-
[![Code Climate](https://codeclimate.com/github/sue445/fluent-plugin-
|
10
|
-
[![Inline docs](http://inch-ci.org/github/sue445/fluent-plugin-
|
6
|
+
[![Build Status](https://travis-ci.org/sue445/fluent-plugin-chatwork.svg?branch=master)](https://travis-ci.org/sue445/fluent-plugin-chatwork)
|
7
|
+
[![Dependency Status](https://gemnasium.com/sue445/fluent-plugin-chatwork.svg)](https://gemnasium.com/sue445/fluent-plugin-chatwork)
|
8
|
+
[![Coverage Status](https://coveralls.io/repos/github/sue445/fluent-plugin-chatwork/badge.svg?branch=master)](https://coveralls.io/github/sue445/fluent-plugin-chatwork?branch=master)
|
9
|
+
[![Code Climate](https://codeclimate.com/github/sue445/fluent-plugin-chatwork.png)](https://codeclimate.com/github/sue445/fluent-plugin-chatwork)
|
10
|
+
[![Inline docs](http://inch-ci.org/github/sue445/fluent-plugin-chatwork.svg?branch=master)](http://inch-ci.org/github/sue445/fluent-plugin-chatwork)
|
11
11
|
|
12
12
|
## Installation
|
13
13
|
|
@@ -36,7 +36,7 @@ fluentd output plugin for post to [ChatWork](http://www.chatwork.com/)
|
|
36
36
|
|
37
37
|
## Contributing
|
38
38
|
|
39
|
-
1. Fork it ( https://github.com/sue445/fluent-plugin-
|
39
|
+
1. Fork it ( https://github.com/sue445/fluent-plugin-chatwork/fork )
|
40
40
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
41
41
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
42
42
|
4. Push to the branch (`git push origin my-new-feature`)
|
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "fluent-plugin-chatwork"
|
7
|
-
spec.version = "2.0.
|
7
|
+
spec.version = "2.0.1"
|
8
8
|
spec.authors = ["sue445"]
|
9
9
|
spec.email = ["sue445@sue445.net"]
|
10
10
|
spec.summary = %q{fluentd output plugin for post to chatwork}
|
11
11
|
spec.description = %q{fluentd output plugin for post to chatwork}
|
12
|
-
spec.homepage = "https://github.com/sue445/fluent-plugin-
|
12
|
+
spec.homepage = "https://github.com/sue445/fluent-plugin-chatwork"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
@@ -12,10 +12,16 @@ module Fluent::Plugin
|
|
12
12
|
|
13
13
|
DEFAULT_BUFFER_TYPE = "memory"
|
14
14
|
|
15
|
+
desc "Secret API Token"
|
15
16
|
config_param :api_token, :string
|
17
|
+
|
18
|
+
desc "Send message to this room."
|
16
19
|
config_param :room_id , :string
|
20
|
+
|
21
|
+
desc "Message content. Supported erb format and newline character."
|
17
22
|
config_param :message , :string
|
18
|
-
|
23
|
+
|
24
|
+
desc "Switch non-buffered/buffered plugin"
|
19
25
|
config_param :buffered, :bool, default: false
|
20
26
|
|
21
27
|
config_section :buffer do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-chatwork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -163,7 +163,7 @@ files:
|
|
163
163
|
- lib/fluent/plugin/out_chatwork.rb
|
164
164
|
- spec/lib/fluent/plugin/chatwork_spec.rb
|
165
165
|
- spec/spec_helper.rb
|
166
|
-
homepage: https://github.com/sue445/fluent-plugin-
|
166
|
+
homepage: https://github.com/sue445/fluent-plugin-chatwork
|
167
167
|
licenses:
|
168
168
|
- MIT
|
169
169
|
metadata: {}
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
version: '0'
|
184
184
|
requirements: []
|
185
185
|
rubyforge_project:
|
186
|
-
rubygems_version: 2.
|
186
|
+
rubygems_version: 2.6.12
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: fluentd output plugin for post to chatwork
|