ruby-changes:64906
From: Nobuyoshi <ko1@a...>
Date: Sat, 16 Jan 2021 19:43:40 +0900 (JST)
Subject: [ruby-changes:64906] 6ab5504fe5 (master): [ruby/io-console] Moved JRuby version files into particular path
https://git.ruby-lang.org/ruby.git/commit/?id=6ab5504fe5 From 6ab5504fe5d952783ab124ac52a3295d0ae3a87d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 11 Jan 2020 11:26:05 +0900 Subject: [ruby/io-console] Moved JRuby version files into particular path https://github.com/ruby/io-console/commit/b0691d2c20 diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 49c9b3a..be05f09 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -33,6 +33,12 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L33 s.require_paths.unshift("jruby") s.files.concat(%w[ jruby/io/console.rb + jruby/io/console/bsd_console.rb + jruby/io/console/common.rb + jruby/io/console/linux_console.rb + jruby/io/console/native_console.rb + jruby/io/console/stty_console.rb + jruby/io/console/stub_console.rb ]) end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/