forked from graylog-labs/gelf-rb
-
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
Showing
5 changed files
with
63 additions
and
46 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
rvm: | ||
- 1.8.7 | ||
- ree | ||
- 1.9.2 | ||
- 1.9.3 | ||
- jruby | ||
|
||
notifications: | ||
irc: "irc.freenode.org#graylog2" |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.3.0 | ||
1.3.1 |
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 |
---|---|---|
@@ -1,53 +1,45 @@ | ||
# Generated by jeweler | ||
# DO NOT EDIT THIS FILE DIRECTLY | ||
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command | ||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' | ||
# -*- encoding: utf-8 -*- | ||
|
||
Gem::Specification.new do |s| | ||
s.name = %q{gelf} | ||
s.version = "1.3.0" | ||
s.name = "gelf" | ||
s.version = "1.3.1" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Alexey Palazhchenko", "Lennart Koopmann"] | ||
s.date = %q{2011-07-27} | ||
s.description = %q{Library to send GELF messages to Graylog2 logging server. Supports plain-text, GELF messages and exceptions.} | ||
s.email = %q{[email protected]} | ||
s.date = "2011-10-28" | ||
s.description = "Library to send GELF messages to Graylog2 logging server. Supports plain-text, GELF messages and exceptions." | ||
s.email = "[email protected]" | ||
s.extra_rdoc_files = [ | ||
"LICENSE", | ||
"README.rdoc" | ||
"README.rdoc" | ||
] | ||
s.files = [ | ||
".gitignore", | ||
"CHANGELOG", | ||
"LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"benchmarks/notifier.rb", | ||
"gelf.gemspec", | ||
"lib/gelf.rb", | ||
"lib/gelf/logger.rb", | ||
"lib/gelf/notifier.rb", | ||
"lib/gelf/ruby_sender.rb", | ||
"lib/gelf/severity.rb", | ||
"test/helper.rb", | ||
"test/test_logger.rb", | ||
"test/test_notifier.rb", | ||
"test/test_ruby_sender.rb", | ||
"test/test_severity.rb" | ||
] | ||
s.homepage = %q{http://github.com/Graylog2/gelf-rb} | ||
s.rdoc_options = ["--charset=UTF-8"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.4.1} | ||
s.summary = %q{Library to send GELF messages to Graylog2 logging server.} | ||
s.test_files = [ | ||
".travis.yml", | ||
"CHANGELOG", | ||
"LICENSE", | ||
"README.rdoc", | ||
"Rakefile", | ||
"VERSION", | ||
"benchmarks/notifier.rb", | ||
"gelf.gemspec", | ||
"lib/gelf.rb", | ||
"lib/gelf/logger.rb", | ||
"lib/gelf/notifier.rb", | ||
"lib/gelf/ruby_sender.rb", | ||
"lib/gelf/severity.rb", | ||
"test/helper.rb", | ||
"test/test_logger.rb", | ||
"test/test_notifier.rb", | ||
"test/test_ruby_sender.rb", | ||
"test/test_logger.rb", | ||
"test/test_notifier.rb", | ||
"test/test_severity.rb", | ||
"test/helper.rb" | ||
"test/test_severity.rb" | ||
] | ||
s.homepage = "http://github.com/Graylog2/gelf-rb" | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = "1.8.11" | ||
s.summary = "Library to send GELF messages to Graylog2 logging server." | ||
|
||
if s.respond_to? :specification_version then | ||
s.specification_version = 3 | ||
|
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