summaryrefslogtreecommitdiff
path: root/bundler.gemspec
Commit message (Expand)AuthorAgeFilesLines
* Update install warning to mention bundler08 gemAndre Arko2010-02-231-2/+4
* Apparently when you tell Rubygems to fetch all specs and prerelease specs, it...Carl Lerche2010-02-231-1/+1
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-1/+1
* Fixes default gemspec (which was not "valid")Carlhuda2010-02-191-1/+1
* Don't print 'cache', but leave it in CLI.tasks.Andre Arko2010-02-191-3/+3
* Use the built in rubygem remote spec fetcherCarl Lerche2010-02-181-3/+3
* Update gemspec0.9.6Carlhuda2010-02-161-2/+2
* Bumped to 0.9.6Carlhuda2010-02-121-2/+2
* Update the gemspecCarl Lerche2010-02-101-1/+1
* Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-101-2/+2
* Updated gemspecYehuda Katz2010-02-071-2/+2
* Remove stray Bundler.loggerCarl Lerche2010-02-061-1/+1
* Look for ENV['BUNDLE_GEMFILE'] first before searching Dir.pwd for a Gemfile.Carl Lerche2010-02-051-1/+1
* Bump the versionCarl Lerche2010-02-051-2/+2
* Cripple rubygems with a smarter #gemCarl Lerche2010-02-051-3/+3
* Updating bundler.gemspecYehuda Katz2010-02-051-2/+2
* Print an error if the Gemfile changed after the lockYehuda Katz2010-02-041-1/+1
* Small README update and version bumpYehuda Katz2010-02-041-1/+1
* Updated README with upgrade instructionsYehuda Katz2010-02-041-1/+1
* Actually relock, instead of just saying we areYehuda Katz2010-02-041-2/+3
* Bump up the versionCarl Lerche2010-02-031-1/+1
* Merge remote branch 'jose/master'Yehuda Katz2010-02-031-1/+1
|\
| * Updated vendored Thor and remove not used files.José Valim2010-02-031-2/+2
* | Bump up the versionCarl Lerche2010-02-031-2/+2
* | Tweak GEM_HOME and GEM_PATHCarlhuda2010-02-031-1/+1
* | Fix the specs (should probably run them before committing)Carlhuda2010-02-031-1/+1
* | Install bundles to ~/.bundle by defaultCarlhuda2010-02-031-1/+1
* | Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-031-1/+1
|/
* Add the ability to specify a location with bundle installCarl Lerche2010-02-021-1/+1
* Bump the versionCarl Lerche2010-02-021-1/+1
* Improve `bundle install` outputv0.9.0.pre4Carl Lerche2010-02-021-2/+2
* Remove a git conflict.Carl Lerche2010-02-011-4/+0
* Add a spec for a runtime path bugCarl Lerche2010-02-011-0/+4
* Fix a common problem where an outdated gem pushed to gemcutter was beating pi...Carlhuda2010-02-011-1/+1
* Update the READMECarl Lerche2010-02-011-1/+1
* First pass at being able to set the bundle install path.Carl Lerche2010-02-011-1/+1
* Bump up the versionv0.9.0.pre3Carl Lerche2010-01-311-1/+1
* A first pass of bundle execCarl Lerche2010-01-311-2/+2
* Handle ruby warningsCarl Lerche2010-01-311-1/+1
* Fix some bugsCarl Lerche2010-01-301-1/+1
* Make up a gemspec if one is missing?Carl Lerche2010-01-301-1/+1
* Minor refactorCarl Lerche2010-01-291-1/+1
* Add support for :ref when using inline git reposCarl Lerche2010-01-291-1/+1
* Always update the gemspecCarlhuda2010-01-291-2/+2
* Improve bundle check outputCarl Lerche2010-01-261-0/+28