aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/irb.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun2020-12-281-0/+1
| | | | https://github.com/ruby/irb/commit/b4df0fd8b2
* [ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito2020-12-231-0/+1
| | | | | | | | 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
* [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of ↵aycabta2020-09-141-1/+1
| | | | | | reline 0.1.5 or later https://github.com/ruby/irb/commit/c05bc9e595
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
|
* [ruby/irb] Include easter-egg.rb in gemspecNick Lewis2020-02-151-0/+1
| | | | | `irb` doesn't run because this file isn't included in the gem. https://github.com/ruby/irb/commit/73cda56d25
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-021-1/+1
| | | | https://github.com/ruby/irb/commit/8f1ab2400c
* [ruby/irb] New IRB needs Ruby 2.5 or lateraycabta2019-12-071-1/+1
| | | | https://github.com/ruby/irb/commit/4be3158358
* Remove lib/irb/slex.rbaycabta2019-11-251-1/+0
|
* [ruby/irb] Remove ruby-token.rb from spec.filesaycabta2019-11-171-1/+0
| | | | https://github.com/ruby/irb/commit/0180dc74bc
* Folded files in gemspecNobuyoshi Nakada2019-09-161-1/+57
|
* Require Ruby 2.4 or later because needs lex_state from Ripperaycabta2019-07-151-0/+2
|
* Add lib/irb/color.rb to destribution file listaycabta2019-07-151-1/+1
|
* Need reline-0.0.1 or later for some featuresaycabta2019-07-151-1/+1
|
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-131-0/+1
| | | | | | Upgrade IRB to https://github.com/ruby/irb/commit/41ea43a4a732e094acfa1b0fc1473fdcda9e6227 Mostly backport changes.
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-261-1/+1
| | | | from https://github.com/ruby/irb/commit/e6739d8c66dc78562930adb0b96935c9b38acf74
* Try to load version file of github repository at first.hsbt2018-07-311-1/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Promote irb library to default gems.hsbt2018-07-091-0/+21
* 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