mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
io-console.gemspec: certification
* ext/io/console/io-console.gemspec: add a certification. http://www.benjaminfleischer.com/2013/11/08/how-to-sign-your-rubygem-cert/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b6deb9c4b
commit
2019f34bc9
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ Gem::Specification.new do |s|
|
||||||
s.files = %w[console.c extconf.rb lib/console/size.rb]
|
s.files = %w[console.c extconf.rb lib/console/size.rb]
|
||||||
s.extensions = %w[extconf.rb]
|
s.extensions = %w[extconf.rb]
|
||||||
s.licenses = "ruby"
|
s.licenses = "ruby"
|
||||||
|
s.cert_chain = %w[certs/nobu.pem]
|
||||||
|
s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue