From 2507e9000eeff3b18471b11e94964848a6f264ff Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 7 Feb 2017 07:14:22 +0000 Subject: Fix a required ruby version on gemspec of gemified libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cmath.gemspec | 2 +- lib/csv.gemspec | 2 +- lib/fileutils.gemspec | 2 +- lib/webrick/webrick.gemspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/cmath.gemspec b/lib/cmath.gemspec index 0287f730b2..9ee4a59051 100644 --- a/lib/cmath.gemspec +++ b/lib/cmath.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.require_path = %w{lib} s.files = %w{cmath.rb} - s.required_ruby_version = ">= 2.5.0" + s.required_ruby_version = ">= 2.5.0dev" s.authors = ["Tadayoshi Funaba"] s.email = [nil] diff --git a/lib/csv.gemspec b/lib/csv.gemspec index 3f8e4411b0..03e1b9ddf4 100644 --- a/lib/csv.gemspec +++ b/lib/csv.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.require_path = %w{lib} s.files = %w{csv.rb} - s.required_ruby_version = ">= 2.5.0" + s.required_ruby_version = ">= 2.5.0dev" s.authors = ["James Edward Gray II"] s.email = [nil] diff --git a/lib/fileutils.gemspec b/lib/fileutils.gemspec index f62f43c58a..5fd5919956 100644 --- a/lib/fileutils.gemspec +++ b/lib/fileutils.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.require_path = %w{lib} s.files = %w{fileutils.rb} - s.required_ruby_version = ">= 2.5.0" + s.required_ruby_version = ">= 2.5.0dev" s.authors = ["Minero Aoki"] s.email = [nil] diff --git a/lib/webrick/webrick.gemspec b/lib/webrick/webrick.gemspec index 98547b77bf..5ca06e03a9 100644 --- a/lib/webrick/webrick.gemspec +++ b/lib/webrick/webrick.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.require_path = %w{lib} s.files = %w{webrick.rb webrick/accesslog.rb webrick/cgi.rb webrick/compat.rb webrick/config.rb webrick/cookie.rb webrick/htmlutils.rb webrick/httpauth.rb webrick/httpauth/authenticator.rb webrick/httpauth/basicauth.rb webrick/httpauth/digestauth.rb webrick/httpauth/htdigest.rb webrick/httpauth/htgroup.rb webrick/httpauth/htpasswd.rb webrick/httpauth/userdb.rb webrick/httpauth.rb webrick/httpproxy.rb webrick/httprequest.rb webrick/httpresponse.rb webrick/https.rb webrick/httpserver.rb webrick/httpservlet.rb webrick/httpservlet/abstract.rb webrick/httpservlet/cgi_runner.rb webrick/httpservlet/cgihandler.rb webrick/httpservlet/erbhandler.rb webrick/httpservlet/filehandler.rb webrick/httpservlet/prochandler.rb webrick/httpservlet.rb webrick/httpstatus.rb webrick/httputils.rb webrick/httpversion.rb webrick/log.rb webrick/server.rb webrick/ssl.rb webrick/utils.rb webrick/version.rb} - s.required_ruby_version = ">= 2.5.0" + s.required_ruby_version = ">= 2.5.0dev" s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU"] s.email = [nil, nil] -- cgit v1.2.3