Skip to content

Commit

Permalink
Version 1.2.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed May 23, 2011
1 parent 179927f commit aa130ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.99
1.2.0.beta1
8 changes: 4 additions & 4 deletions gelf.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{gelf}
s.version = "1.1.99"
s.version = "1.2.0.beta1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Alexey Palazhchenko}, %q{Lennart Koopmann}]
s.date = %q{2011-05-16}
s.date = %q{2011-05-23}
s.description = %q{Library to send GELF messages to Graylog2 logging server. Supports plain-text, GELF messages and exceptions.}
s.email = %q{alexey.palazhchenko@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/Graylog2/gelf-rb}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.2}
s.rubygems_version = %q{1.8.3}
s.summary = %q{Library to send GELF messages to Graylog2 logging server.}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit aa130ca

Please sign in to comment.