mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed stub lines from gemspec files
This commit is contained in:
parent
cbe623f1c7
commit
143581cf4e
3 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue