summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.90.9.9Andre Arko2010-02-251-1/+1
* No SourceIndex#reverse. #to_a first.Jeremy Kemper2010-02-251-1/+1
* No #reverse_each on 1.8.6. Closes #139Jeremy Kemper2010-02-251-1/+1
* #dependencies isn't provided by gem_prelude, so super to the method rather th...Jeremy Kemper2010-02-251-5/+11
* Ignore paths like GEM_HOME that are empty stringsAndre Arko2010-02-252-2/+15
* Remove pending from passing spec, un-nest unrelated specAndre Arko2010-02-251-16/+15
* Remove trailing whitespaceAndre Arko2010-02-251-1/+1
* Specific directions regarding not checking in .bundle0.9.8Andre Arko2010-02-231-4/+9
* Make sure that gems are not reinstalled if they are packed and already on the...Carl Lerche2010-02-231-0/+15
* Prioritize BUNDLE_PATH over GEM_PATHCarl Lerche2010-02-232-1/+14
* Update docs since cache is now packageAndre Arko2010-02-232-3/+4
* Update install warning to mention bundler08 gemAndre Arko2010-02-232-3/+6
* Add block syntax to git and path in the Gemfile DSLCarl Lerche2010-02-233-7/+46
* WOOPS, should probably not push debug outputCarl Lerche2010-02-231-2/+0
* Apparently when you tell Rubygems to fetch all specs and prerelease specs, it...Carl Lerche2010-02-232-2/+9
* Gems with implicit Rake dependencies (extensions << "Rakefile") work!Carlhuda2010-02-224-5/+39
* Expand paths passed via the :path optionAndre Arko2010-02-222-1/+16
* Maintain RG compatibility with Rubygems::Specification#loaded_fromCarlhuda2010-02-223-2/+21
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ru...Carlhuda2010-02-227-14/+45
* Refactor default_spec stuffCarlhuda2010-02-222-32/+11
* locking a path without a gemspec persists the default gemspec for the pathCarlhuda2010-02-223-6/+19
* Add failing exec after --without specAndre Arko2010-02-221-0/+18
* Fix quality spec failureCarlhuda2010-02-221-1/+1
* Fix testCarlhuda2010-02-221-1/+2
* Installation on a second machine after lock --without worksCarlhuda2010-02-222-2/+46
* Testing execCarlhuda2010-02-222-0/+20
* Remember the --without option for bundle installCarlhuda2010-02-226-2/+44
* Using --without does not change resolves at runtimeCarlhuda2010-02-227-33/+51
* Fix a little bit of stupid in bundle install --without.Carl Lerche2010-02-212-3/+20
* Document `bundle install foo` in the readmeAndre Arko2010-02-201-0/+4
* Make the require process more explicit in the exampleAndre Arko2010-02-201-1/+6
* Extract method shared by Path and Git, fixes specsAndre Arko2010-02-201-23/+22
* Actually eval gemspecs in their parent directories, like the spec saysAndre Arko2010-02-192-27/+7
* Rescue gem build errors with a useful warningCarlhuda2010-02-192-0/+54
* Fixes default gemspec (which was not "valid")Carlhuda2010-02-196-5/+9
* Reinstate quality_specCarlhuda2010-02-199-15/+58
* Generate gems through gemspec, so C extensions are builtStephen Touset2010-02-191-11/+15
* Fix readme typoAndre Arko2010-02-191-1/+1
* Don't print 'cache', but leave it in CLI.tasks.Andre Arko2010-02-192-5/+5
* Document Gemfile git optionsAndre Arko2010-02-191-9/+7
* added helpful debugging message if the cached gem can't be foundLindsay Holmwood2010-02-192-0/+5
* Bump to 0.9.8Andre Arko2010-02-191-1/+1
* Specific ticket info instructionsAndre Arko2010-02-191-0/+14
* Make pack help mirror lock/cache helpAndre Arko2010-02-181-1/+1
* Hide cache command from helpAndre Arko2010-02-181-0/+7
* bundle pack will cache and lockCarl Lerche2010-02-184-30/+58
* Rename bundle pack to bundle cacheCarl Lerche2010-02-186-16/+16
* Rename rubygems-ext to rubygems_extCarl Lerche2010-02-182-1/+1
* Use the built in RubyGem spec fetcher to fetch individual specs.Carl Lerche2010-02-182-5/+8
* Use the built in rubygem remote spec fetcherCarl Lerche2010-02-184-36/+17