Skip to content

Commit

Permalink
Fix JRuby release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 7, 2024
1 parent 07f706b commit ec02e63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
gem "jruby-openssl" if defined? JRUBY_VERSION

group :maintenance, optional: true do
gem "bake"
gem "bake-gem"
gem "bake-modernize"
unless defined? JRUBY_VERSION
gem "bake"
gem "bake-gem"
gem "bake-modernize"
end

gem "rake"
end
Expand Down
6 changes: 4 additions & 2 deletions nio4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Gem::Specification.new do |spec|
spec.authors = ["Tony Arcieri", "Samuel Williams", "Olle Jonsson", "Gregory Longtin", "Tiago Cardoso", "Joao Fernandes", "Thomas Dziedzic", "Boaz Segev", "Logan Bowers", "Pedro Paiva", "Jun Aruga", "Omer Katz", "Upekshe Jayasekera", "Tim Carey-Smith", "Benoit Daloze", "Sergey Avseyev", "Tomoya Ishida", "Usaku Nakamura", "Cédric Boutillier", "Daniel Berger", "Dirkjan Bussink", "Hiroshi Shibata", "Jesús Burgos Maciá", "Luis Lavena", "Pavel Rosický", "Sadayuki Furuhashi", "Stephen von Takach", "Vladimir Kochnev", "Vít Ondruch", "Anatol Pomozov", "Bernd Ahlers", "Charles Oliver Nutter", "Denis Washington", "Elad Eyal", "Jean byroot Boussier", "Jeffrey Martin", "John Thornton", "Jun Jiang", "Lars Kanis", "Marek Kowalcze", "Maxime Demolin", "Orien Madgwick", "Pavel Lobashov", "Per Lundberg", "Phillip Aldridge", "Ravil Bayramgalin", "Shannon Skipper", "Tao Luo", "Thomas Kuntz", "Tsimnuj Hawj", "Zhang Kang"]
spec.licenses = ["MIT", "BSD-2-Clause"]

spec.cert_chain = ['release.cert']
spec.signing_key = File.expand_path('~/.gem/release.pem')
unless defined? JRUBY_VERSION
spec.cert_chain = ['release.cert']
spec.signing_key = File.expand_path('~/.gem/release.pem')
end

spec.homepage = "https://github.com/socketry/nio4r"

Expand Down

0 comments on commit ec02e63

Please sign in to comment.