[前][次][番号順一覧][スレッド一覧]

ruby-changes:66970

From: Hiroshi <ko1@a...>
Date: Thu, 29 Jul 2021 16:27:07 +0900 (JST)
Subject: [ruby-changes:66970] a889ab486e (master): Update the latest version of json.gemspec from flori/json

https://git.ruby-lang.org/ruby.git/commit/?id=a889ab486e

From a889ab486e83b9d87b8ad6c5b96e57fff1f21f93 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 29 Jul 2021 15:57:58 +0900
Subject: Update the latest version of json.gemspec from flori/json

---
 ext/json/json.gemspec | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index e5ef340..948e92c 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -15,7 +15,6 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/json/json.gemspec#L15
   s.rdoc_options = ["--title", "JSON implementation for Ruby", "--main", "README.md"]
   s.files = [
     "CHANGES.md",
-    "Gemfile",
     "LICENSE",
     "README.md",
     "VERSION",
@@ -48,13 +47,12 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/json/json.gemspec#L47
     "lib/json/add/time.rb",
     "lib/json/common.rb",
     "lib/json/ext.rb",
-    "lib/json/ext/.keep",
     "lib/json/generic_object.rb",
     "lib/json/pure.rb",
     "lib/json/pure/generator.rb",
     "lib/json/pure/parser.rb",
     "lib/json/version.rb",
-  ] + Dir["tests/**/*"]
+  ]
   s.homepage = "http://flori.github.com/json"
   s.metadata = {
     'bug_tracker_uri'   => 'https://github.com/flori/json/issues',
@@ -66,8 +64,4 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/json/json.gemspec#L64
   }
 
   s.required_ruby_version = Gem::Requirement.new(">= 2.3")
-  s.test_files = ["tests/test_helper.rb"]
-
-  s.add_development_dependency "rake"
-  s.add_development_dependency "test-unit"
 end
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]