Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Removed signing key info from .hoerc which removed it from gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Aug 28, 2008
1 parent 257f90b commit f80a9b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ruby-rapleaf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Glenn Rempe"]
s.cert_chain = ["/Users/glenn/.gem/gem-public_cert.pem"]
s.date = %q{2008-08-27}
s.description = %q{Rapleaf's goal is to make the internet safe and transparent, by allowing you to evaluate your web footprint across a variety of user-generated sites. See http://www.rapleaf.com for more information.}
s.email = ["glenn@rempe.us"]
Expand All @@ -16,7 +15,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{ruby-rapleaf}
s.rubygems_version = %q{1.2.0}
s.signing_key = %q{/Users/glenn/.gem/gem-private_key.pem}
s.summary = %q{Rapleaf's goal is to make the internet safe and transparent, by allowing you to evaluate your web footprint across a variety of user-generated sites}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit f80a9b9

Please sign in to comment.