-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from agitaretech/master
Update to Fluentd 0.14
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
*.o | ||
*.a | ||
mkmf.log | ||
*.gem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "fluent-plugin-azureeventhubs" | ||
spec.version = "0.0.5" | ||
spec.authors = ["Hidemasa Togashi", "Justin Seely"] | ||
spec.email = ["[email protected]"] | ||
spec.version = "0.0.6" | ||
spec.authors = ["Hidemasa Togashi", "Toddy Mladenov", "Justin Seely"] | ||
spec.email = ["[email protected]", "[email protected]"] | ||
spec.summary = "Fluentd output plugin for Azure Event Hubs" | ||
spec.description = "Fluentd output plugin for Azure Event Hubs" | ||
spec.homepage = "https://github.com/htgc/fluent-plugin-azureeventhubs" | ||
|