fluent-plugin-chatwork 2.0.0.beta1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -6
- data/fluent-plugin-chatwork.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cfdbc88f7e9b66a9afe863b7f8466519b72e6d1
|
4
|
+
data.tar.gz: e052ed462ce5352f62d0d124c6e14cd71fc62093
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bf4776780aa02e51e2850609d39bbbc9f62fb55b17096184fd3bda708b8875b045fb71e1a88ac99499784b781a1ef01f16f106c41e7f65b990d9ccf3a86f346
|
7
|
+
data.tar.gz: 6a193b58b8afc01f2564949a2763532cb64f052dc07127b19b7c9155cfac9064a360849eddb54fff8af331e3cfd12ebc559e87dd700cd5d888225dcf56b5bf16
|
data/CHANGELOG.md
CHANGED
@@ -1,15 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
## master
|
3
|
-
[full changelog](
|
3
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v2.0.0...master)
|
4
|
+
|
5
|
+
## 2.0.0
|
6
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v1.0.1...v2.0.0)
|
7
|
+
|
8
|
+
* Migrate to use fluentd v0.14 API
|
9
|
+
* https://github.com/sue445/fluent-plugin-chatwork/pull/11
|
4
10
|
|
5
11
|
## 1.0.1
|
6
|
-
[full changelog](
|
12
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v1.0.0...v1.0.1)
|
7
13
|
|
8
14
|
* Use ChatWork API v2
|
9
|
-
* https://github.com/sue445/fluent-plugin-
|
15
|
+
* https://github.com/sue445/fluent-plugin-chatwork/pull/9
|
10
16
|
|
11
17
|
## 1.0.0
|
12
|
-
[full changelog](
|
18
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v0.0.3...v1.0.0)
|
13
19
|
|
14
20
|
### Breaking Changes :bomb:
|
15
21
|
* **Rename gem: fluent-plugin-out_chatwork -> fluent-plugin-chatwork**
|
@@ -20,12 +26,12 @@
|
|
20
26
|
* Print deprecation warning after install
|
21
27
|
|
22
28
|
## 0.0.3
|
23
|
-
[full changelog](
|
29
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v0.0.2...v0.0.3)
|
24
30
|
|
25
31
|
* Support newline character in message
|
26
32
|
|
27
33
|
## 0.0.2
|
28
|
-
[full changelog](
|
34
|
+
[full changelog](https://github.com/sue445/fluent-plugin-chatwork/compare/v0.0.1...v0.0.2)
|
29
35
|
|
30
36
|
* Support erb in message
|
31
37
|
|
@@ -4,7 +4,7 @@ $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.0
|
7
|
+
spec.version = "2.0.0"
|
8
8
|
spec.authors = ["sue445"]
|
9
9
|
spec.email = ["sue445@sue445.net"]
|
10
10
|
spec.summary = %q{fluentd output plugin for post to chatwork}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-chatwork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
@@ -178,9 +178,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
178
178
|
version: '0'
|
179
179
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
180
180
|
requirements:
|
181
|
-
- - "
|
181
|
+
- - ">="
|
182
182
|
- !ruby/object:Gem::Version
|
183
|
-
version:
|
183
|
+
version: '0'
|
184
184
|
requirements: []
|
185
185
|
rubyforge_project:
|
186
186
|
rubygems_version: 2.5.2
|