[前][次][番号順一覧][スレッド一覧]

ruby-changes:62519

From: Hiroshi <ko1@a...>
Date: Mon, 3 Aug 2020 19:42:34 +0900 (JST)
Subject: [ruby-changes:62519] 9e93596d7b (master): [ruby/ostruct] Drop to Ruby 2.4

https://git.ruby-lang.org/ruby.git/commit/?id=9e93596d7b

From 9e93596d7b74914c9382b51e0f25890ebd7e27a9 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 27 Mar 2020 09:42:54 +0900
Subject: [ruby/ostruct] Drop to Ruby 2.4

https://github.com/ruby/ostruct/commit/00e8fe3df2

diff --git a/lib/ostruct/ostruct.gemspec b/lib/ostruct/ostruct.gemspec
index a070e29..e3acace 100644
--- a/lib/ostruct/ostruct.gemspec
+++ b/lib/ostruct/ostruct.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/ostruct/ostruct.gemspec#L17
   spec.description   = %q{Class to build custom data structures, similar to a Hash.}
   spec.homepage      = "https://github.com/ruby/ostruct"
   spec.license       = "BSD-2-Clause"
+  spec.required_ruby_version = ">= 2.5.0"
 
   spec.files         = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "lib/ostruct/version.rb", "ostruct.gemspec"]
   spec.bindir        = "exe"
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]