Skip to content

Commit

Permalink
Rename gem to statsd-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Rein Henrichs committed Jun 23, 2011
1 parent 9060938 commit cfc955e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "statsd"
gem.name = "statsd-ruby"
gem.homepage = "http://github.com/reinh/statsd"
gem.license = "MIT"
gem.summary = %Q{A Statsd client in Ruby}
Expand Down
11 changes: 4 additions & 7 deletions statsd.gemspec → statsd-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{statsd}
s.name = %q{statsd-ruby}
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rein Henrichs"]
s.date = %q{2011-03-07}
s.date = %q{2011-06-23}
s.description = %q{A Statsd client in Ruby}
s.email = %q{rein@phpfog.com}
s.extra_rdoc_files = [
Expand All @@ -24,17 +24,14 @@ Gem::Specification.new do |s|
"VERSION",
"lib/statsd.rb",
"spec/helper.rb",
"spec/statsd_spec.rb"
"spec/statsd_spec.rb",
"statsd.gemspec"
]
s.homepage = %q{http://github.com/reinh/statsd}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.2}
s.summary = %q{A Statsd client in Ruby}
s.test_files = [
"spec/helper.rb",
"spec/statsd_spec.rb"
]

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit cfc955e

Please sign in to comment.