aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Add clarification for bundle-config "with" optionIlia Zenkevich2022-02-1126-27/+27
* [rubygems/rubygems] Fix corrupted lockfile when using `gemspec` and multiple ...David Rodríguez2022-02-112-3/+17
* Support directory layout of ruby/ruby repositoryHiroshi SHIBATA2022-02-101-3/+11
* [ruby/ipaddr] Bump version to 1.2.4Hiroshi SHIBATA2022-02-101-1/+1
* [ruby/ipaddr] Fix exception calling `to_range' after `freeze'Espartaco Palma2022-02-101-1/+2
* [ruby/ipaddr] Ipaddr#native must also coerce `@mask_addr`Jean Boussier2022-02-101-0/+3
* [ruby/ipaddr] Expose IPAddr::VERSIONJean Boussier2022-02-102-1/+6
* [rubygems/rubygems] Fix typo in multiple gemfiles warningSven Schwyn2022-02-101-1/+1
* [ruby/rdoc] Simplify attribute exclusiveness conditionsNobuyoshi Nakada2022-02-091-24/+4
* [ruby/rdoc] Get rid of ruby-mode.el confusionsNobuyoshi Nakada2022-02-091-1/+2
* [ruby/rdoc] Allow cross references to negation operator methodNobuyoshi Nakada2022-02-091-1/+1
* [ruby/rdoc] Allow cross references to logical operator methodsNobuyoshi Nakada2022-02-091-1/+1
* [ruby/rdoc] Skip parentheses on singleton class declarationSoutaro Matsumoto2022-02-091-1/+24
* [ruby/rdoc] Allow cross references to backtick methodNobuyoshi Nakada2022-02-091-1/+1
* [ruby/rdoc] Allow cross references to operator methodsNobuyoshi Nakada2022-02-091-1/+1
* [ruby/rdoc] Support all struct definition functionsNobuyoshi Nakada2022-02-091-71/+61
* [rubygems/rubygems] Fix missing rdoc for Gem::Versionnicholas a. evans2022-02-071-2/+3
* [ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans2022-02-031-3/+21
* [ruby/net-protocol] Fix typo in gem description [ci skip]Olle Jonsson2022-02-021-2/+2
* [ruby/net-protocol] Drop unused gemspec directivesOlle Jonsson2022-02-021-2/+0
* [rubygems/rubygems] Skip "seller shipped" notification after deliveryDan Jensen2022-02-011-1/+10
* Sync latest Bundler & RubyGemsDavid Rodríguez2022-02-012-5/+6
* [rubygems/rubygems] Remove encoding pragma from specification.rbJosef Šimánek2022-02-011-1/+1
* mkmf: unify duplicate code in pkg_configNobuyoshi Nakada2022-01-291-8/+3
* mkmf: pkg_config accepts multiple optionsMike Dalessio2022-01-291-23/+25
* [ruby/reline] Add a comment for VK_MENUaycabta2022-01-271-1/+1
* [ruby/reline] The AltGr behaves exactly the same as Ctrl+Altaycabta2022-01-271-1/+1
* [ruby/yaml] Add JRuby-specific warning when psych failsCharles Oliver Nutter2022-01-271-3/+11
* [ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez2022-01-272-1/+2
* [ruby/irb] Changed to call Kernel.printmanga_osyo2022-01-271-1/+1
* [rubygems/rubygems] Fix `force_ruby_platform` ignored when lockfile includes ...David Rodríguez2022-01-261-0/+1
* [rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORMNgan Pham2022-01-262-2/+2
* [rubygems/rubygems] Forbid downgrading past the originally shipped version on...David Rodríguez2022-01-251-1/+3
* [ruby/rdoc] Fix typo in RDoc::Task examplegemmaro2022-01-241-1/+1
* [ruby/reline] Ignore global constants when checking if Fiddle::VERSION existsPostmodern2022-01-241-1/+1
* [rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`David Rodríguez2022-01-203-7/+7
* [rubygems/rubygems] Restrict `flock` to WindowsDavid Rodríguez2022-01-201-1/+1
* [rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura2022-01-202-1/+3
* [rubygems/rubygems] Update generated minitest file styleYusuke Nakamura2022-01-201-1/+9
* [rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura2022-01-202-2/+2
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependency.new` during `gem de...David Rodríguez2022-01-191-22/+20
* [rubygems/rubygems] Remove dead methodDavid Rodríguez2022-01-191-8/+0
* [rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, sear...David Rodríguez2022-01-194-12/+10
* [rubygems/rubygems] Simplify argument processing logic in `gem list` & `gem s...David Rodríguez2022-01-191-4/+4
* Merge rubygems/rubygems HEAD.Hiroshi SHIBATA2022-01-1923-153/+162
* [rubygems/rubygems] Fix regression with old marshaled specs having null requi...David Rodríguez2022-01-191-0/+7
* [rubygems/rubygems] Normalize end alignment style with BundlerDavid Rodríguez2022-01-1928-286/+286
* [ruby/erb] Revert "Remove safe_level and further positional arguments (https:...Takashi Kokubun2022-01-171-1/+14
* [ruby/irb] Use require_relative to load extensions/commandsst00122022-01-171-24/+24
* lib/drb/drb.rb: Prevent a "warning: assigned but unused variable"Yusuke Endoh2022-01-171-2/+2