aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates
Commit message (Expand)AuthorAgeFilesLines
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-091-0/+28
* The environment.rb template is not needed anymore.Carl Lerche2010-04-231-89/+0
* Start using the new lockfile format when installingCarlhuda2010-04-201-1/+0
* Don't raise 'omg wtf' anymore. With spec. :PAndre Arko2010-04-161-2/+1
* Request regeneration of env.rb if it is out of sync with the lockfileAndre Arko2010-04-141-2/+11
* Gemspecs must be eval'ed at the top level, not inside the Bundler classAndre Arko2010-04-101-2/+2
* The shared helpers need to load Rubygems nowAndre Arko2010-04-101-1/+0
* Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-101-1/+6
* Don't call #setup after loading env.rb in Bundler.loadAndre Arko2010-04-101-1/+1
* Call Bundler.setup from Bundler.require, only set up each group onceAndre Arko2010-04-051-1/+4
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-3/+3
* Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-4/+14
* Eval locked specs in context of their directory, tooAndre Arko2010-03-171-2/+6
* Virtual specs now printed directly into environment.rbAndre Arko2010-03-171-1/+2
* Convert all groups to symbols in environment.rb's implementation of require. ...Rhett Sutphin2010-03-021-1/+1
* Correctly cripple rubygems in .bundle/environment.rbCarlhuda2010-02-171-32/+10
* Fix Bundler on 1.9Carlhuda2010-02-161-0/+5
* Fully load RubyGems in Ruby 1.9Andre Arko2010-02-131-0/+1
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-111-2/+15
* Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-101-8/+34
* Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-101-0/+7
* Locked environment checks for Gemfile changesJeremy Kemper2010-02-051-1/+12
* Bundler.require implies :default groupJeremy Kemper2010-02-031-0/+1
* Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-031-4/+16
* Rename gemfile back to bundlerCarl Lerche2010-01-262-0/+10