diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-12 07:23:00 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-13 07:25:51 +0900 |
commit | 143581cf4e8dec363b9636fdcd215153d94673c5 (patch) | |
tree | e88c138477f3e17923b769c3144745cbad7e92b9 | |
parent | cbe623f1c787ff2117045c7c4f03a294dfdb9370 (diff) |
Removed stub lines from gemspec files
-rw-r--r-- | ext/openssl/openssl.gemspec | 2 | ||||
-rw-r--r-- | ext/stringio/stringio.gemspec | 2 | ||||
-rw-r--r-- | lib/racc/racc.gemspec | 2 |
3 files changed, 0 insertions, 6 deletions
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 diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec index ae18fc16b1..73496269b3 100644 --- a/lib/racc/racc.gemspec +++ b/lib/racc/racc.gemspec @@ -1,6 +1,4 @@ # -*- 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 |