summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_ext.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolves return LazySpecs with generic platforms instead of the full platformCarl Lerche2010-06-031-0/+16
* wipCarl Lerche2010-06-011-1/+5
* Remove Bundler::SpecificationCarl Lerche2010-05-141-1/+18
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-3/+4
* Loading Bundler in a bundle should leave gem's #load_paths aloneAndre Arko2010-04-231-1/+7
* Fix up bundle init --gemspecJoshua Hull2010-04-231-3/+11
* Update bundle show to take into consideration the new install / lock semanticsCarlhuda2010-04-221-2/+1
* Be smart about handling changed GemfilesCarlhuda2010-04-201-0/+2
* First pass at generating the new LockfileCarlhuda2010-04-201-0/+18
* Add groups parameter to #add_bundler_dependenciesAndre Arko2010-04-071-2/+3
* Add Gem::Specification#add_bundler_dependencies for gemspecsAndre Arko2010-04-061-0/+10
* Don't print git gem shas twice during bundle showAndre Arko2010-04-031-2/+2
* Fix Gem::Specification#git_version for unloaded specsAndre Arko2010-04-031-1/+1
* Get the SHA1 from the git checkout, not the git sourceAndre Arko2010-04-021-1/+2
* Show command now outputs branch names other than master. Closes 239.Andre Arko2010-04-021-5/+4
* Object#to_yaml_properties will be removed, just define to_yaml_propertiesAaron Patterson2010-04-011-3/+1
* Include git gems' branch and sha in output from showAndre Arko2010-03-301-0/+8
* Add --gemspec option to `bundle init`Joshua Hull2010-03-301-0/+25
* Always sort rake first in the dependency listCarlhuda2010-03-091-12/+0
* Fix a bug introduced by monkey patching Gem::DependencyCarl Lerche2010-03-051-0/+6
* Fix bundler on 1.8.7Carl Lerche2010-02-261-14/+12
* #dependencies isn't provided by gem_prelude, so super to the method rather th...Jeremy Kemper2010-02-251-5/+11
* Gems with implicit Rake dependencies (extensions << "Rakefile") work!Carlhuda2010-02-221-0/+8
* Reinstate quality_specCarlhuda2010-02-191-1/+1
* Rename rubygems-ext to rubygems_extCarl Lerche2010-02-181-0/+24