Merge pull request #1128 from voxik/patch-1
[rubygems] / lib /
2015-01-09 SHIBATA HiroshiMerge pull request #1128 from voxik/patch-1
2015-01-09 Vít OndruchRelax psych require
2015-01-07 Evan PhoenixMerge pull request #1123 from nobu/Remove-unnecessary...
2015-01-07 Nobuyoshi NakadaRemove unnecessary code
2014-12-08 SHIBATA HiroshiMerge pull request #1096 from hakeda/fix-typos-and...
2014-12-08 hakedaFix typos and misspellings
2014-12-08 Evan PhoenixMerge pull request #1093 from kou/install-platform...
2014-12-06 Aaron Patterson`licenses` always returns a value, so we can remove...
2014-12-05 Aaron Pattersonremove dead code
2014-12-03 Kouhei SutouFix a bug that "gem install" use "ruby" platform rather...
2014-12-03 Eric HodelSet release version and date v2.4.5
2014-12-03 Eric HodelMerge pull request #1074 from tkareine/replace-partitio...
2014-12-02 Eric HodelMerge pull request #1081 from indirect/master
2014-12-02 Eric HodelMerge pull request #1084 from jeremyevans/local
2014-12-01 Jeremy EvansMake gem install --local not attempt remote access
2014-12-01 Andre ArkoFix grouped expression warning
2014-11-30 Eric HodelMerge pull request #1016 from piotrekbator/master
2014-11-30 Eric HodelMerge pull request #1019 from chastell/warning_clean
2014-11-30 Eric HodelMerge pull request #1026 from fortissimo1997/fix_bug_of...
2014-11-30 Eric HodelMerge pull request #1038 from pushrax/fix-ext-reloading...
2014-11-30 Eric HodelMerge pull request #1043 from blackwinter/drop-rescue...
2014-11-30 Shannon SkipperSuggest a runnable gem pristine command
2014-11-30 Eric HodelMerge pull request #1057 from voxik/dont-touch-bin...
2014-11-30 Eric HodelMerge pull request #1060 from rubygems/speedup
2014-11-30 Eric HodelMerge pull request #1064 from tkareine/pristine-command...
2014-11-30 Eric HodelConvert dependency API platforms upon load
2014-11-30 Eric HodelHide internal method prefetch_now
2014-11-30 Eric HodelIgnore URI parse errors for source subclasses
2014-11-30 Eric HodelSort lockfile platforms by string value
2014-11-30 Eric HodelHandle pinned lockfile dependencies with versions
2014-11-30 Eric HodelMatch loaded spec for Kernel#gem and Gem.bin_path
2014-11-22 Tuomas KareinenSkip pristine install for gems bundled with old Ruby
2014-11-22 Tuomas KareinenReplace `partition` with `reject` as selected elements...
2014-11-22 Tuomas KareinenFetch gem to proper cache dir when gem path is not...
2014-11-22 Tuomas KareinenSkip pristine install for non-cached gem unknown at...
2014-11-22 Aaron Pattersonfix warning in stub specifications
2014-11-20 Aaron PattersonMerge pull request #1063 from tenderlove/resort
2014-11-17 SHIBATA HiroshiMerge pull request #1035 from hsbt/remove-useless-variables
2014-11-17 SHIBATA HiroshiMerge pull request #1061 from rubygems/backport-r48265
2014-11-15 Aaron Pattersonstubs are already sorted, so we don't have to resort
2014-11-14 U.Nakamurashouldn't be able to get the fullpath before activating.
2014-11-14 SHIBATA Hiroshibackport r48265 without to using refinements
2014-11-14 U.NakamuraPass the full path when calling the original Kernel...
2014-11-14 U.NakamuraCache Gem::BasicSpecification#contains_requirable_file?.
2014-11-14 U.NakamuraCache Gem::StubSpecification#activated?.
2014-11-12 Eric HodelSet release date and version v2.4.4
2014-11-11 Luis LavenaAdd Root CA with SHA1 signature
2014-11-11 Luis LavenaRemove COMODO intermediate certificates
2014-11-11 SHIBATA Hiroshibackport r48370 from ruby/ruby trunk
2014-11-11 Eric HodelUpdate release date and version
2014-11-11 Eric HodelAdd CA roots for upcoming rubygems.org cert change
2014-11-07 Vít OndruchDon't touch the binary when not needed.
2014-11-04 SHIBATA HiroshiMerge pull request #1044 from akr/fix-mirror
2014-10-15 Jens WilleDrop `rescue TSort::Cyclic` from `Gem::{DependencyList...
2014-10-15 Zachary ScottMerge pull request #1048 from jasonrclark/fix_platform_typo
2014-10-14 Jason R. ClarkFix typo in platform= documentation
2014-10-10 Tanaka AkiraDon't define MirrorCommand if already defined.
2014-10-07 Justin LiRemove shared libraries before copying them into place
2014-10-01 Eric HodelSet release version
2014-10-01 Eric HodelRaise immediately if a git revision is missing
2014-10-01 Eric HodelGem update can update to prereleases again
2014-10-01 SHIBATA Hiroshiremoved useless assignment variables
2014-09-29 fortissimo1997Add trailing `then`.
2014-09-29 fortissimo1997Fix bug of Gem::Text#min3
2014-09-25 Eric HodelAdd gemspec and deps to lockfile DEPENDENCIES list
2014-09-24 Eric HodelMaintain self-dependency for gemspec
2014-09-24 Eric HodelAdd RequestSet#pretty_print
2014-09-24 Eric HodelSometimes the index returns nil
2014-09-23 Eric HodelUse more expressive condition
2014-09-23 Eric HodelFix #relative_path_from for identical arguments
2014-09-21 Piotr SzotkowskiInitialize StubSpecification’s @name to make RubyGems...
2014-09-21 NAKAMURA UsakuCygwin doesn't have File::ALT_SEPARATOR.
2014-09-21 unakMerge pull request #942 from monban/windows_stub_script...
2014-09-17 Piotrek BatorProvide more info on file path length errors
2014-09-12 Eric HodelEnsure active gems are always found
2014-09-10 Eric HodelAlways use Gem::Installer mutex
2014-09-10 Eric HodelPass prerelease option on from DependencyInstaller
2014-09-10 Eric HodelSet prerelease acceptance from resolver
2014-09-10 Eric HodelPropogate InstallerSet#prerelease= to #remote_set
2014-09-10 Eric HodelOverride dependency matching against prereleases
2014-09-10 Eric HodelTrack if a Set is allowed to match prereleases
2014-09-09 Eric HodelUse DependencyRequest#match?
2014-09-08 Eric HodelAdd whitespace
2014-09-08 Eric HodelMerge pull request #1005 from YorickPeterse/master
2014-09-08 Eric HodelMerge pull request #1006 from Elffers/overly_strict
2014-09-08 Eric HodelSkip dependency errors when updating gems
2014-09-08 Eric HodelReparent dependency errors atop DependencyError
2014-09-08 Eric HodelIgnore dev dependencies when installing gems
2014-09-08 Eric HodelAlias readpartial to read to avoid method_missing
2014-09-08 Hsing-Hui HsuGets rid of overly strict warning for versions below...
2014-09-05 Eric HodelAdd PATH lockfile dependencies correctly
2014-09-05 Eric HodelParse lockfile dependencies without operator
2014-09-05 Eric HodelReturn spec from add_vendor_gem
2014-09-04 Eric HodelIgnore newlines in build_info files
2014-09-04 Eric HodelFix unused variable warning
2014-09-04 Eric HodelRefactor early-exit to use Enumerable#any?
2014-09-04 Eric HodelMatch no_proxy wildcards correctly.
2014-09-04 Eric HodelClean up no_proxy? formatting
2014-09-04 Eric HodelDo not write empty lockfiles upon error
2014-09-04 Eric HodelUse install_dir to find git gem checkouts
next