Skip to content

Commit

Permalink
Merge pull request #8 from sue445/feature/rename_gem
Browse files Browse the repository at this point in the history
Rename gem: fluent-plugin-out_chatwork -> fluent-plugin-chatwork
  • Loading branch information
sue445 committed Dec 9, 2016
2 parents c5b60f5 + 8f40677 commit 62927c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in fluent-plugin-out_chatwork.gemspec
# Specify your gem's dependencies in fluent-plugin-chatwork.gemspec
gemspec
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fluent-plugin-out_chatwork
# fluent-plugin-chatwork

fluentd output plugin for post to [ChatWork](http://www.chatwork.com/)

Expand All @@ -12,7 +12,7 @@ fluentd output plugin for post to [ChatWork](http://www.chatwork.com/)
## Installation


$ gem install fluent-plugin-out_chatwork
$ gem install fluent-plugin-chatwork

## Configure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-out_chatwork"
spec.name = "fluent-plugin-chatwork"
spec.version = "0.0.3"
spec.authors = ["sue445"]
spec.email = ["sue445@sue445.net"]
Expand Down
File renamed without changes.

0 comments on commit 62927c4

Please sign in to comment.