summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-25 16:41:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-25 16:51:44 +0900
commit9c29ce3ad51e0cce80302e63a438c2927c8d99b5 (patch)
treee9ec26647e9832b78491461c0d37d79ba4d9484b
parent14fadad26a6e3a6ce5fa4e0286b2ce4336052177 (diff)
downloadjson-9c29ce3ad51e0cce80302e63a438c2927c8d99b5.tar.gz
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. ruby/ruby@9a78e24f7d269c9688a0fa50c82751b5ec8d512a
-rw-r--r--json.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/json.gemspec b/json.gemspec
index a101aba..0c72e82 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -131,7 +131,6 @@ Gem::Specification.new do |s|
s.licenses = ["Ruby"]
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
- s.rubygems_version = "3.0.2"
s.summary = "JSON Implementation for Ruby"
s.test_files = ["tests/test_helper.rb"]