Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
Gemspec updates
Browse files Browse the repository at this point in the history
Conflicts:
	amqp.gemspec
  • Loading branch information
Michael Klishin committed Nov 15, 2012
1 parent 07cad26 commit c51395d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions amqp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Gem::Specification.new do |s|
s.name = "amqp"
s.version = AMQP::VERSION
s.authors = ["Aman Gupta", "Jakub Stastny aka botanicus", "Michael S. Klishin"]
s.homepage = "http://github.com/ruby-amqp/amqp"
s.summary = "Widely used, feature-rich asynchronous AMQP 0.9.1 client with batteries included"
s.homepage = "http://rubyamqp.info"
s.summary = "Widely used, feature-rich asynchronous RabbitMQ client with batteries included"
# RubyGems will emit warnings if summary is the same as description. I have no idea why but lets trick it. MK.
s.description = "Widely used, feature-rich asynchronous AMQP 0.9.1 client with batteries included."
s.description = "Widely used, feature-rich asynchronous AMQP RabbitMQ client with batteries included."
s.email = ["bWljaGFlbEBub3ZlbWJlcmFpbi5jb20=\n", "c3Rhc3RueUAxMDFpZGVhcy5jeg==\n"].map { |i| Base64.decode64(i) }
s.licenses = ["Ruby"]

Expand All @@ -27,13 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency "amq-client", "~> 1.0.0.pre2"
s.add_dependency "amq-protocol", "~> 1.0.0.pre6"

begin
require "changelog"
s.post_install_message = CHANGELOG.new.version_changes
rescue LoadError
# warn "You have to have changelog gem installed for post install message"
end

# RubyForge
s.rubyforge_project = "amqp"
end

0 comments on commit c51395d

Please sign in to comment.