| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-31 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.5 | aycabta | |
| https://github.com/ruby/irb/commit/657bd3fd12 | |||
| 2021-08-31 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.4 | aycabta | |
| https://github.com/ruby/irb/commit/24315382d0 | |||
| 2021-08-30 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.3 | aycabta | |
| https://github.com/ruby/irb/commit/2f1d989d7c | |||
| 2021-08-30 | [ruby/irb] Update dependency to "reline >= 0.2.7.pre.2" for ↵ | aycabta | |
| Reline.autocomplete=() https://github.com/ruby/irb/commit/66178f34b9 | |||
| 2021-08-29 | [ruby/irb] Update dependency to "reline >= 0.2.7.pre.1" for use dialog ↵ | aycabta | |
| feature in tests https://github.com/ruby/irb/commit/df04a9a881 | |||
| 2021-08-12 | [ruby/irb] Update dependency, reline >= 0.2.7 | aycabta | |
| https://github.com/ruby/irb/commit/5a0c8dc9e6 | |||
| 2021-05-15 | [ruby/irb] IRB should use the latest Reline, 0.2.5 | aycabta | |
| https://github.com/ruby/irb/commit/34496e20e8 | |||
| 2021-04-30 | [ruby/irb] Need reline >= 0.1.6 | ima1zumi | |
| irb 1.3.5 need reline >= 0.1.6 because irb use `Reline::IOGate.in_pasting?`. This method defined after reline 0.1.6. fix #228. https://github.com/ruby/irb/commit/6b7b8fc324 | |||
| 2021-04-08 | [ruby/irb] Moved development dependencies to Gemfile | Nobuyoshi Nakada | |
| As expressions in a gemspec file are evaluated at the build time, but not the run time, the conditional in the gemspec will not work as intended. https://github.com/ruby/irb/commit/42f364ea23 | |||
| 2021-04-04 | [ruby/irb] Check WITH_VTERM env to add vterm gem as dependency | aycabta | |
| https://github.com/ruby/irb/commit/23c8b73cb1 | |||
| 2021-04-03 | [ruby/irb] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGV | aycabta | |
| https://github.com/ruby/irb/commit/b034bd22b0 | |||
| 2021-04-03 | [ruby/irb] Use yamatanooroti gem for tests | aycabta | |
| https://github.com/ruby/irb/commit/f053f49c29 | |||
| 2021-03-20 | [ruby/irb] Add all lib files automatically | Takashi Kokubun | |
| https://github.com/ruby/irb/commit/ecc82336b7 | |||
| 2021-02-04 | [ruby/irb] Add info.rb to gemspec | ima1zumi | |
| https://github.com/ruby/irb/commit/adbba19adf | |||
| 2020-12-28 | [ruby/irb] Add color_printer.rb to gemspec | Takashi Kokubun | |
| https://github.com/ruby/irb/commit/b4df0fd8b2 | |||
| 2020-12-23 | [ruby/irb] Make it possible to use measure even if it is installed as gem | Takeru Naito | |
| Include the file that implements this command in the irb gem. Co-Authored-By: scivola <scivola@users.noreply.github.com> https://github.com/ruby/irb/commit/d8dfea5b57 | |||
| 2020-09-14 | [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of ↵ | aycabta | |
| reline 0.1.5 or later https://github.com/ruby/irb/commit/c05bc9e595 | |||
| 2020-08-18 | Update the license for the default gems to dual licenses | Hiroshi SHIBATA | |
| 2020-02-15 | [ruby/irb] Include easter-egg.rb in gemspec | Nick Lewis | |
| `irb` doesn't run because this file isn't included in the gem. https://github.com/ruby/irb/commit/73cda56d25 | |||
| 2020-02-02 | [ruby/irb] Exclude useless files from RDoc | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/8f1ab2400c | |||
| 2019-12-07 | [ruby/irb] New IRB needs Ruby 2.5 or later | aycabta | |
| https://github.com/ruby/irb/commit/4be3158358 | |||
| 2019-11-25 | Remove lib/irb/slex.rb | aycabta | |
| 2019-11-17 | [ruby/irb] Remove ruby-token.rb from spec.files | aycabta | |
| https://github.com/ruby/irb/commit/0180dc74bc | |||
| 2019-09-16 | Folded files in gemspec | Nobuyoshi Nakada | |
| 2019-07-15 | Require Ruby 2.4 or later because needs lex_state from Ripper | aycabta | |
| 2019-07-15 | Add lib/irb/color.rb to destribution file list | aycabta | |
| 2019-07-15 | Need reline-0.0.1 or later for some features | aycabta | |
| 2019-06-13 | make sync-default-gems GEM=irb | Takashi Kokubun | |
| Upgrade IRB to https://github.com/ruby/irb/commit/41ea43a4a732e094acfa1b0fc1473fdcda9e6227 Mostly backport changes. | |||
| 2019-04-26 | make sync-default-gems GEM=irb | Takashi Kokubun | |
| from https://github.com/ruby/irb/commit/e6739d8c66dc78562930adb0b96935c9b38acf74 | |||
| 2018-07-31 | Try to load version file of github repository at first. | hsbt | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-07-09 | Promote irb library to default gems. | hsbt | |
| * lib/irb/irb.gemspec: init. * lib/irb/version.rb: Set @RELEASE_VERSION value to IRB::VERSION for gemspec. * doc/*.rdoc: Move IRB entry to default gems category. * tool/sync_default_gems.rb: Add irb support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
