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

ruby-changes:56429

From: Nobuyoshi <ko1@a...>
Date: Sat, 13 Jul 2019 07:26:18 +0900 (JST)
Subject: [ruby-changes:56429] Nobuyoshi Nakada: 143581cf4e (master): Removed stub lines from gemspec files

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

From 143581cf4e8dec363b9636fdcd215153d94673c5 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 12 Jul 2019 07:23:00 +0900
Subject: Removed stub lines from gemspec files


diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec
index e29cfcd..720cb7f 100644
--- a/ext/openssl/openssl.gemspec
+++ b/ext/openssl/openssl.gemspec
@@ -1,6 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/openssl.gemspec#L1
 # -*- encoding: utf-8 -*-
-# stub: openssl 2.1.2 ruby lib
-# stub: ext/openssl/extconf.rb
 
 Gem::Specification.new do |s|
   s.name = "openssl".freeze
diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec
index 77c9e79..75fe8b9 100644
--- a/ext/stringio/stringio.gemspec
+++ b/ext/stringio/stringio.gemspec
@@ -1,7 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.gemspec#L1
 # -*- encoding: utf-8 -*-
 # frozen_string_literal: true
-# stub: stringio 0.0.0 ruby lib
-# stub: extconf.rb
 
 source_version = ["", "ext/stringio/"].find do |dir|
   begin
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index ae18fc1..7349626 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -1,6 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L1
 # -*- encoding: utf-8 -*-
-# stub: racc 1.4.16.pre.1 ruby lib
-# stub: ext/racc/extconf.rb
 
 Gem::Specification.new do |s|
   s.name = "racc".freeze
-- 
cgit v0.10.2


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

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