Skip to content

Commit 07df051

Browse files
committed
Bump version to v3.1.0-rc.1, update homepage URL
1 parent de1cb44 commit 07df051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gelf.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: gelf 3.0.0 ruby lib
5+
# stub: gelf 3.1.0-rc.1 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "gelf"
9-
s.version = "3.0.0"
9+
s.version = "3.1.0-rc.1"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1212
s.require_paths = ["lib"]
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
4444
"test/test_ruby_sender.rb",
4545
"test/test_severity.rb"
4646
]
47-
s.homepage = "http://github.com/Graylog2/gelf-rb"
47+
s.homepage = "https://github.com/graylog-labs/gelf-rb"
4848
s.licenses = ["MIT"]
4949
s.rubygems_version = "2.5.1"
5050
s.summary = "Library to send GELF messages to Graylog logging server."

0 commit comments

Comments
 (0)