Skip to content

Commit

Permalink
RubyGems 1.8+ considers gemspecs with nil cert_chain invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 10, 2011
1 parent e4f28b8 commit 16c10ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amq-protocol.gemspec
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
AMQP client: amq-protocol only handles serialization and deserialization.
If you want to write your own AMQP client, this gem can help you with that.
DESC
s.cert_chain = nil
s.email = ["bWljaGFlbEBub3ZlbWJlcmFpbi5jb20=\n", "c3Rhc3RueUAxMDFpZGVhcy5jeg==\n"].map { |i| Base64.decode64(i) }

# files
Expand Down

0 comments on commit 16c10ce

Please sign in to comment.