Skip to content

Commit

Permalink
Drop Ruby 2.5 or earlier (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnir authored Jun 6, 2022
1 parent f99699a commit 23b2be6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion multipart-post.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Gem::Specification.new do |spec|
spec.summary = "A multipart form post accessory for Net::HTTP."
spec.authors = ["Nick Sieger", "Samuel Williams", "Olle Jonsson", "McClain Looney", "Lewis Cowles", "Gustav Ernberg", "Patrick Davey", "Steven Davidovitz", "Alex Koppel", "Ethan Turkeltaub", "Jagtesh Chadha", "Jason York", "Nick", "VincWebwag", "hasimo", "hexfet", "Christine Yen", "David Moles", "Eric Hutzelman", "Feuda Nan", "Gerrit Riessen", "Jan Piotrowski", "Jan-Joost Spanjers", "Jason Moore", "Jeff Hodges", "Johannes Wagener", "Jordi Massaguer Pla", "Lachlan Priest", "Leo Cassarani", "Lonre Wang", "Luke Redpath", "Matt Colyer", "Mislav Marohnić", "Socrates Vicente", "Steffen Grunwald", "Tim Barkley"]
spec.license = "MIT"


spec.required_ruby_version = ">= 2.6.0"

spec.cert_chain = ['release.cert']
spec.signing_key = File.expand_path('~/.gem/release.pem')

Expand Down

0 comments on commit 23b2be6

Please sign in to comment.