summaryrefslogtreecommitdiff
path: root/include/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby.h')
0 files changed, 0 insertions, 0 deletions
774'>[rubygems/rubygems] Refactor Bundler::Dsl#check_rubygems_source_safety to imp...Daniel Niknam 2021-07-27[rubygems/rubygems] Deprecate Gemfile without an explicit global sourceDaniel Niknam 2021-07-27[rubygems/rubygems] Implement Bundler::SourceList#implicit_global_source?Daniel Niknam 2021-07-27[rubygems/rubygems] Implement Bundler::Source::Rubygems#no_remotes?Daniel Niknam 2021-07-27[rubygems/rubygems] Lazily load shellwordsDavid Rodríguez 2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `base64` libraryDavid Rodríguez 2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `resolv` libraryDavid Rodríguez 2021-07-27[rubygems/rubygems] Lazily load `shellwords` libraryDavid Rodríguez 2021-07-27[rubygems/rubygems] The `--quiet` should still display warningsDavid Rodríguez 2021-07-27[rubygems/rubygems] Check requirements classesNobuyoshi Nakada 2021-07-27[rubygems/rubygems] Remove all `syck` traces from `rubygems`David Rodríguez 2021-07-27[rubygems/rubygems] Remove `gem install` hint when installing a gem failsDavid Rodríguez 2021-07-27[rubygems/rubygems] Show a backtrace in case gem installation failsDavid Rodríguez 2021-07-27[rubygems/rubygems] Fix bundler binstub version selectionDavid Rodríguez 2021-07-27[rubygems/rubygems] Remove LoadError message in regards to requiring a relati...Daniel Niknam 2021-07-27[rubygems/rubygems] Fix interrupt handling in Bundler workersAndrew Haines 2021-07-23[ruby/irb] Fix #256manga_osyo 2021-07-20[ruby/irb] Support non-English code page messageaycabta 2021-07-19[ruby/racc] Removed pre-setup from gemspecHiroshi SHIBATA 2021-07-19[ruby/racc] Removed needless files from gemspecHiroshi SHIBATA 2021-07-19[ruby/racc] Move document from library directoryHiroshi SHIBATA 2021-07-19[ruby/racc] Removed generate code from parser.rb. It's already migrated by ra...Hiroshi SHIBATA 2021-07-18[ruby/racc] Shrink gem sizeBruno Arueira 2021-07-16[rubygems/rubygems] Add missing `require 'fileutils'` in `Gem::ConfigFile`Masafumi Koba 2021-07-16[rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez 2021-07-16[rubygems/rubygems] fix dangling empty hooksAndre Arko 2021-07-16[rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko 2021-07-16[rubygems/rubygems] Fix development gem unintentionally removed on an edge caseDavid Rodríguez 2021-07-16[rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck 2021-07-16Adjust the release version of ruby2_keywordsHiroshi SHIBATA 2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta 2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA 2021-07-13[ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta