summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changelog and release for 0.9.150.9.15Andre Arko2010-04-022-1/+17
* Update to not need special code for :branch (thanks JK)wycats2010-04-022-5/+15
* If an option is invalid, don't fail silentlywycats2010-04-023-0/+26
* Point to web docsAndre Arko2010-04-021-171/+3
* Update cached gems after running `bundle install`Andre Arko2010-04-022-0/+16
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-029-24/+90
* Clean up bundler.rb a bit, fix specAndre Arko2010-04-022-12/+9
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-013-8/+34
* Don't generate bundler.gemspec anymoreCarlhuda2010-04-016-52/+37
* Object#to_yaml_properties will be removed, just define to_yaml_propertiesAaron Patterson2010-04-011-3/+1
* Changelog for 0.9.14Andre Arko2010-03-301-0/+19
* Prep for 0.9.15Andre Arko2010-03-302-3/+3
* Bump version to 0.9.140.9.14Andre Arko2010-03-301-1/+1
* Remove broken rubygems plugins that only load in Ruby 1.9Andre Arko2010-03-302-29/+29
* Include git gems' branch and sha in output from showAndre Arko2010-03-302-1/+9
* Alias `list` to `show`Andre Arko2010-03-301-0/+1
* Change install output from "Bundling" to "Installing" and "Using"Andre Arko2010-03-301-1/+5
* Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-306-16/+48
* Ensure git sources are checked out before using themJoshua Hull2010-03-302-1/+18
* Add Bundler.with_clean_env for blocks of ruby without a bundled envJoshua Hull2010-03-302-0/+25
* Add --gemspec option to `bundle init`Joshua Hull2010-03-304-1/+65
* Resolver conflicts can happen in the Gemfile, so error appropriatelyAndre Arko2010-03-301-1/+6
* WhitespaceAndre Arko2010-03-301-1/+1
* Update changelog and link from readmeAndre Arko2010-03-302-1/+28
* Allow the VISUAL environment variable for GUI editorsTom Lea2010-03-302-6/+15
* Include executables in virtual gemspecsAndre Arko2010-03-244-32/+109
* Gemspec for 0.9.13Andre Arko2010-03-231-3/+6
* Bump version to 0.9.130.9.13Andre Arko2010-03-231-1/+1
* Remove debugging line from specsAndre Arko2010-03-231-1/+0
* Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-233-6/+47
* Quote paths with double quotes for WindowsAndre Arko2010-03-231-3/+3
* Add working DEBUG and DEBUG_RESOLVER modesAndre Arko2010-03-232-3/+7
* Helperize resolveCarlhuda2010-03-232-13/+8
* Move more stuff upstream into EnvironmentCarlhuda2010-03-233-24/+20
* Fix a bug where dependencies were not getting pulled in if the dependency typ...Carl Lerche2010-03-233-1/+23
* Fix exec'ing bins from gems with :path option set while lockedAndre Arko2010-03-182-9/+39
* Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-183-3/+2
* Remove the whole tmp directory before running specs.Brian Donovan2010-03-181-0/+5
* Bump version to 0.9.13.preAndre Arko2010-03-181-1/+1
* Bump version to 0.9.120.9.12Andre Arko2010-03-172-3/+3
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-173-10/+24
* Quote all git paths, add a specAndre Arko2010-03-172-4/+14
* Eval locked specs in context of their directory, tooAndre Arko2010-03-172-44/+94
* Virtual specs now printed directly into environment.rbAndre Arko2010-03-174-5/+13
* Add a failing test for a locked git-based gem without a gemspec.Eric Lindvall2010-03-171-0/+12
* Specification#loaded_from should return a String for fake specs, tooEric Lindvall2010-03-162-1/+3
* Fix up rake error when rspec isn't installed, add more task descriptionsAndre Arko2010-03-161-3/+3
* Give a specific, useful error if there are no sources in the GemfileAndre Arko2010-03-162-0/+14
* Ruby 1.9 has weird Rubygem plugin issues -- we need to fix thingsAndre Arko2010-03-161-1/+0
* Quote path to git repo, so spaces don't break itAndre Arko2010-03-151-1/+1