diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-06-25 15:44:47 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-06-25 15:44:56 +0900 |
commit | 9a78e24f7d269c9688a0fa50c82751b5ec8d512a (patch) | |
tree | 6e08829f8a2a1262862fe2d3138fe5592912f32f /ext/stringio/stringio.gemspec | |
parent | 4eff8a662a4bf12dc0c2e5d87b1578f03d872722 (diff) |
Removed nonsense `rubygems_version` in input gemspec files
As it is ignored and set at building packages automatically, it is
just nonsense to set in gemspec file for input.
Diffstat (limited to 'ext/stringio/stringio.gemspec')
-rw-r--r-- | ext/stringio/stringio.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec index a16c75753f..4849481786 100644 --- a/ext/stringio/stringio.gemspec +++ b/ext/stringio/stringio.gemspec @@ -24,7 +24,6 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/ruby/stringio" s.licenses = ["BSD-2-Clause"] s.required_ruby_version = ">= 2.5" - s.rubygems_version = "2.6.11" s.summary = "Pseudo IO on String" # s.cert_chain = %w[certs/nobu.pem] |