From 143581cf4e8dec363b9636fdcd215153d94673c5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 12 Jul 2019 07:23:00 +0900 Subject: Removed stub lines from gemspec files --- ext/openssl/openssl.gemspec | 2 -- ext/stringio/stringio.gemspec | 2 -- 2 files changed, 4 deletions(-) (limited to 'ext') diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec index e29cfcd709..720cb7fe33 100644 --- a/ext/openssl/openssl.gemspec +++ b/ext/openssl/openssl.gemspec @@ -1,6 +1,4 @@ # -*- 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 77c9e79b7e..75fe8b9d76 100644 --- a/ext/stringio/stringio.gemspec +++ b/ext/stringio/stringio.gemspec @@ -1,7 +1,5 @@ # -*- 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 -- cgit v1.2.3