forked from larte/fluent-plugin-logentries_ssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
larte
committed
Mar 20, 2017
1 parent
c798609
commit a78c712
Showing
2 changed files
with
3 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
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 |
---|---|---|
|
@@ -3,13 +3,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "fluent-plugin-logentries_ssl" | ||
spec.version = "0.1.2" | ||
spec.version = "0.1.0" | ||
spec.authors = ["larte"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = %q{Plugin to send records to logentries} | ||
spec.description = spec.summary | ||
spec.homepage = "TODO: Put your gem's website or public repo URL here." | ||
spec.homepage = "https://github.com/larte/fluent-plugin-logentries_ssl" | ||
spec.license = "Apache-2.0" | ||
|
||
test_files, files = `git ls-files -z`.split("\x0").partition do |f| | ||
|