1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge stringio.gemspec from github repository.

It fixed the wrong paths of libraries.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-10-22 00:32:16 +00:00
parent 615ac35934
commit 3dc960deab

View file

@ -12,8 +12,8 @@ Gem::Specification.new do |s|
s.authors = ["Nobu Nakada".freeze]
s.description = "Pseudo `IO` class from/to `String`.".freeze
s.email = "nobu@ruby-lang.org".freeze
s.extensions = ["extconf.rb".freeze]
s.files = ["README.md".freeze, "depend".freeze, "extconf.rb".freeze, "stringio.c".freeze]
s.extensions = ["ext/stringio/extconf.rb".freeze]
s.files = ["README.md".freeze, "ext/stringio/extconf.rb".freeze, "ext/stringio/stringio.c".freeze]
s.homepage = "https://github.com/ruby/stringio".freeze
s.licenses = ["BSD-2-Clause".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze)