summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
...
* use Git#revision instead of a hacky replacementAndre Arko2014-01-121-12/+2
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-1/+1
* Ensure that Gem::Specification#git_version can be called safely in a repo wit...t ddddddd2013-12-201-1/+9
* use instance_methods to avoid warningsAndre Arko2013-10-211-1/+5
* avoiding warnings isn't worth potential exceptionsAndre Arko2013-10-191-1/+0
* use Gem::Specification#full_require_pathsAndre Arko2013-10-181-0/+2
* remove @@spec_fetch_mapAndre Arko2013-10-031-1/+1
* Add proper support for x64-mingw32 platform.Lars Kanis2013-08-101-0/+1
* Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-231-1/+1
* don't redefine constants, fixes warningsAndre Arko2013-01-251-3/+3
* remove_method was a bad choice hereAndre Arko2013-01-251-1/+1
* remove method warning fixAndre Arko2013-01-231-0/+1
* pull GemHelpers and MatchPlatform modules into filesAndre Arko2011-10-011-70/+2
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-271-1/+1
|\
| * include platform in dep during resolver debuggingAndre Arko2011-09-211-1/+1
* | Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-181-1/+3
|\ \ | |/
| * lock down requirements order via String#<=>Andre Arko2011-09-171-1/+1
| * Fix "method redefined" warnings.Stephen Celis2011-09-131-0/+2
* | Merge branch '1-0-stable'Terence Lee2011-08-081-14/+0
|\ \ | |/
| * move the backport of Gem::Version#segment to RubygemsIntegrationAndre Arko2011-08-081-10/+0
| * update commentTerence Lee2011-08-081-1/+1
| * fix bundle cache again for rubygems 1.3.xTerence Lee2011-08-081-7/+2
| * Fix rake issue with rubygems 1.3.xTerence Lee2011-08-081-2/+3
* | Merge branch '1-0-stable'Terence Lee2011-08-061-0/+15
|\ \ | |/
| * fix for bundle package with rubygems 1.3.x, thanks @dburtTerence Lee2011-08-051-0/+15
* | Merge branch '1-0-stable'Andre Arko2011-06-101-1/+1
|\ \ | |/
| * Fix for bug in handling relative paths.Michael Birk2011-05-101-1/+1
* | Merge branch '1-0-stable'Andre Arko2011-05-041-0/+5
|\ \ | |/
| * Update to deal with Gem::Path removalEvan Phoenix2011-05-031-0/+5
* | definitely remove things deprecated before 1.0Andre Arko2011-04-141-16/+0
|/
* Comments and minor cleanupAndre Arko2011-03-301-0/+2
* force unsorted requirements order in lockfile for backwards RG compatAndre Arko2011-03-171-1/+2
* implement encode_with to squash warnings from psychAaron Patterson2011-01-211-0/+6
* Refactor performance improvement to use upcoming RubyGems API by @tmm1Andre Arko2010-11-141-0/+14
* Add x86 CPU back to MINGW platform, with test for future regressionAndre Arko2010-11-111-1/+1
* a == b if c is silly... just use &&Andre Arko2010-11-111-1/+1
* Handle RUBY (a string, not a Gem::Platform)Andre Arko2010-10-271-4/+7
* Check for existence of os property before calling.Matt Colyer2010-10-271-1/+1
* The generics only have the OS defined, however Gem.platforms sets cpu as well...Matt Colyer2010-10-271-1/+1
* Fix missed MINGAndre Arko2010-10-271-1/+1
* First pass at a mingw platformAndre Arko2010-10-271-1/+1
* Say it with me now: overflow exceptions are BADAndre Arko2010-10-051-1/+1
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-241-54/+67
* Actually test #gemspec and deprecate #add_bundler_dependencieswycats2010-07-151-0/+5
* Load all Rubygemswycats2010-06-081-0/+1
* Get the tests passing on 1.9Carl Lerche2010-06-061-6/+13
* Make SpecSet#for smart about platformsCarl Lerche2010-06-051-4/+37
* Fix some platform related bugsCarl Lerche2010-06-051-7/+11
* Fix bugsCarl Lerche2010-06-041-0/+12
* Improve writing the lockfileCarl Lerche2010-06-041-15/+0