Skip to content

Commit

Permalink
Prepare publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
larte committed Mar 20, 2017
1 parent c798609 commit a78c712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-logentries_ssl (0.1.2)
fluent-plugin-logentries_ssl (0.1.0)
fluentd (>= 0.14.10, < 2)

GEM
Expand Down
4 changes: 2 additions & 2 deletions fluent-plugin-logentries_ssl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit a78c712

Please sign in to comment.