fluent-plugin-chatwork 1.0.0.beta1 → 1.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 -1
- data/README.md +1 -1
- 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: 8823e41b55e58e5e30aace6e6e8c377fd234ace6
|
4
|
+
data.tar.gz: 92040f6493c327c822e2f98a29a769a2f369c2ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c76800bbaa9674a9864d29f8597222746ba8e7cb732ee0f19c6495026f1d3512b389d7bcc79d133fd689b4606a8394ba416500dfa9018e9a91228761d74f8cb
|
7
|
+
data.tar.gz: a98a7127cde8dbbf9f57b4b3c704c5c01df50911c11e5de0b5e222f923792013f1c41d3a8e4b985f37ab708307559e42aaaa1af257663ab7c41cd217e55cc390
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
## master
|
3
|
-
[full changelog](http://github.com/sue445/fluent-plugin-out_chatwork/compare/
|
3
|
+
[full changelog](http://github.com/sue445/fluent-plugin-out_chatwork/compare/v1.0.0...master)
|
4
|
+
|
5
|
+
## 1.0.0
|
6
|
+
[full changelog](http://github.com/sue445/fluent-plugin-out_chatwork/compare/v0.0.3...v1.0.0)
|
7
|
+
|
8
|
+
### Breaking Changes :bomb:
|
9
|
+
* **Rename gem: fluent-plugin-out_chatwork -> fluent-plugin-chatwork**
|
10
|
+
* Please use fluent-plugin-chatwork instead of fluent-plugin-out_chatwork
|
11
|
+
|
12
|
+
## 0.0.99.0
|
13
|
+
* Use fluent-plugin-chatwork
|
14
|
+
* Print deprecation warning after install
|
4
15
|
|
5
16
|
## 0.0.3
|
6
17
|
[full changelog](http://github.com/sue445/fluent-plugin-out_chatwork/compare/v0.0.2...v0.0.3)
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
fluentd output plugin for post to [ChatWork](http://www.chatwork.com/)
|
4
4
|
|
5
|
-
[![Gem Version](https://badge.fury.io/rb/fluent-plugin-
|
5
|
+
[![Gem Version](https://badge.fury.io/rb/fluent-plugin-chatwork.svg)](http://badge.fury.io/rb/fluent-plugin-chatwork)
|
6
6
|
[![Build Status](https://travis-ci.org/sue445/fluent-plugin-out_chatwork.svg)](https://travis-ci.org/sue445/fluent-plugin-out_chatwork)
|
7
7
|
[![Dependency Status](https://gemnasium.com/sue445/fluent-plugin-out_chatwork.svg)](https://gemnasium.com/sue445/fluent-plugin-out_chatwork)
|
8
8
|
[![Coverage Status](https://img.shields.io/coveralls/sue445/fluent-plugin-out_chatwork.svg)](https://coveralls.io/r/sue445/fluent-plugin-out_chatwork)
|
@@ -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 = "1.0.0
|
7
|
+
spec.version = "1.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: 1.0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
@@ -172,9 +172,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
172
172
|
version: '0'
|
173
173
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
174
174
|
requirements:
|
175
|
-
- - "
|
175
|
+
- - ">="
|
176
176
|
- !ruby/object:Gem::Version
|
177
|
-
version:
|
177
|
+
version: '0'
|
178
178
|
requirements: []
|
179
179
|
rubyforge_project:
|
180
180
|
rubygems_version: 2.5.2
|