Skip to content

Commit

Permalink
Updated gemspec for version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Nov 8, 2011
1 parent 1588787 commit 8b9b74d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions rpm_contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,22 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rpm_contrib}
s.version = "2.1.6.beta1"
s.name = "rpm_contrib"
s.version = "2.1.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Jon Guymon"]
s.date = %q{2011-09-23}
s.description = %q{Community contributed instrumentation for various frameworks based on
the New Relic Ruby monitoring gem newrelic_rpm.
}
s.email = %q{support@newrelic.com}
s.date = "2011-11-08"
s.description = "Community contributed instrumentation for various frameworks based on\nthe New Relic Ruby monitoring gem newrelic_rpm.\n"
s.email = "support@newrelic.com"
s.extra_rdoc_files = [
"CHANGELOG",
"LICENSE",
"README.md"
]
s.files = [
"CHANGELOG",
"Gemfile",
"LICENSE",
"README.md",
"Rakefile",
Expand All @@ -37,11 +36,15 @@ the New Relic Ruby monitoring gem newrelic_rpm.
"lib/rpm_contrib/instrumentation/crack.rb",
"lib/rpm_contrib/instrumentation/curb.rb",
"lib/rpm_contrib/instrumentation/elastic_search.rb",
"lib/rpm_contrib/instrumentation/kyototycoon.rb",
"lib/rpm_contrib/instrumentation/mongo.rb",
"lib/rpm_contrib/instrumentation/paperclip.rb",
"lib/rpm_contrib/instrumentation/redis.rb",
"lib/rpm_contrib/instrumentation/resque.rb",
"lib/rpm_contrib/instrumentation/riak_client.rb",
"lib/rpm_contrib/instrumentation/ripple.rb",
"lib/rpm_contrib/instrumentation/sinatra.rb",
"lib/rpm_contrib/instrumentation/thinking_sphinx.rb",
"lib/rpm_contrib/instrumentation/typhoeus.rb",
"lib/rpm_contrib/instrumentation/ultrasphinx.rb",
"lib/rpm_contrib/instrumentation/workling.rb",
Expand All @@ -55,11 +58,11 @@ the New Relic Ruby monitoring gem newrelic_rpm.
"test/test_resque.rb",
"test/test_workling.rb"
]
s.homepage = %q{http://github.com/newrelic/rpm_contrib}
s.homepage = "http://github.com/newrelic/rpm_contrib"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Contributed Instrumentation for New Relic RPM", "-m", "README.md"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{Contributed Instrumentation for New Relic RPM}
s.rubygems_version = "1.8.10"
s.summary = "Contributed Instrumentation for New Relic RPM"

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

0 comments on commit 8b9b74d

Please sign in to comment.