Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename bundler gem to bundler080.8.2 | Carl Lerche | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | added --init to create a Gemfile and fix quality spec failures | bry4n | 2010-01-06 | 1 | -0/+19 |
| | |||||
* | Fix: Don't add bin directories to the load path unless they exist. | Eric Chapweske | 2010-01-06 | 1 | -0/+10 |
| | |||||
* | Cleanup bundler modes | Carlhuda | 2010-01-05 | 2 | -4/+8 |
| | |||||
* | Fix a bug with multiruby and bundle_path | Carlhuda | 2010-01-04 | 3 | -5/+12 |
| | |||||
* | Removed more path-related concepts from Environment | Carlhuda | 2010-01-04 | 2 | -3/+2 |
| | |||||
* | Merge remote branch 'origin/env_bunle_refactor' into env_bundle_refactor | Carlhuda | 2010-01-04 | 5 | -17/+22 |
|\ | | | | | | | | | | | Conflicts: lib/bundler/bundle.rb lib/bundler/templates/environment.erb | ||||
| * | Have Bundler::Dependency subclass Gem::Dependency | Carl Lerche | 2009-12-16 | 1 | -1/+1 |
| | | |||||
| * | Don't ever use system gems during tests | Carl Lerche | 2009-12-16 | 3 | -15/+20 |
| | | |||||
* | | Merge branch 'master' into env_bundle_refactor | Carlhuda | 2010-01-04 | 9 | -60/+105 |
|\ \ | |/ |/| | | | | | Conflicts: lib/bundler/bundle.rb | ||||
| * | Respect different ruby platforms and versions. Rub lotion on brittle tests. | Jeremy Kemper | 2010-01-03 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: lib/bundler/bundle.rb lib/bundler/environment.rb spec/bundler/cli_spec.rb spec/bundler/installer_spec.rb spec/bundler/manifest_file_spec.rb | ||||
| * | Don't add nonexistent bindirs to the load path | Jeremy Kemper | 2010-01-02 | 1 | -0/+10 |
| | | | | | | | | | | | | Conflicts: spec/bundler/cli_spec.rb | ||||
| * | Respect different ruby platforms and versions. Rub lotion on brittle tests. | Jeremy Kemper | 2010-01-02 | 7 | -40/+53 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: lib/bundler/bundle.rb lib/bundler/environment.rb spec/bundler/cli_spec.rb spec/bundler/installer_spec.rb spec/bundler/manifest_file_spec.rb | ||||
| * | Gem::Platforms aren't comparable, so convert to strings | Bryan Helmkamp | 2009-12-23 | 2 | -1/+16 |
| | | |||||
| * | Fix the tests on 1.9 | Carlhuda | 2009-12-18 | 4 | -16/+19 |
| | | |||||
| * | stub `Gem.default_dir` and `Gem.path` to be identical to `Gem.dir` | Mislav Marohnić | 2009-12-14 | 1 | -0/+10 |
| | | |||||
| * | stub `Gem.dir` in environment.rb | Mislav Marohnić | 2009-12-14 | 1 | -0/+5 |
| | | |||||
* | | Further progress on moving environment.rb generation to Environment. | Carlhuda | 2009-12-11 | 1 | -4/+4 |
| | | |||||
* | | Continuing moving away from environment-centric view. Hax. | Carlhuda | 2009-12-11 | 1 | -0/+37 |
| | | |||||
* | | WIP swapping methods around | Carlhuda | 2009-12-11 | 1 | -1/+2 |
|/ | |||||
* | Removed .load from Bundler::Environment. the .load method will most likely ↵ | Carlhuda | 2009-12-10 | 3 | -125/+64 |
| | | | | move again. | ||||
* | Rename Repository to Bundle and add some specs for the next step | Carlhuda | 2009-12-10 | 4 | -2/+88 |
| | |||||
* | Added better exceptions if you use an invalid key. Also added tests for git ↵ | Carlhuda | 2009-12-10 | 3 | -2/+42 |
| | | | | ref and branch | ||||
* | If you're pinning a gem to a source (such as a git repo) and there are only ↵ | Carlhuda | 2009-12-10 | 1 | -0/+11 |
| | | | | prereleases in the source (that satisfy the dependency) it should work. | ||||
* | Bug fix: Construct proper URLs to download gems for platforms like JRuby | Bryan Helmkamp | 2009-12-10 | 2 | -0/+17 |
| | |||||
* | Have the resolver take into consideration platforms | Carlhuda | 2009-12-10 | 2 | -22/+67 |
| | |||||
* | Cleanup after geminstalls that don't finish because of errors. Closes #106. | Carlhuda | 2009-12-09 | 1 | -7/+20 |
| | |||||
* | Bring back ryan davis spermy operators for git & directory sources. Closes #114 | Carlhuda | 2009-12-09 | 2 | -0/+34 |
| | |||||
* | Remove spec fixtures | Carl Lerche | 2009-12-07 | 15 | -472/+384 |
| | |||||
* | Ship an 0.7.1 that removes the Gemspec validation check as it breaks ↵ | Carlhuda | 2009-12-07 | 1 | -7/+0 |
| | | | | bundling Rails and isn't obviously needed | ||||
* | Force gem "foo", :git => "..." to actually pull foo from the git repo even ↵ | Carl Lerche | 2009-11-09 | 4 | -2/+39 |
| | | | | if there is a newer version available in another source. | ||||
* | Adding a spec for :except with --only | Yehuda Katz | 2009-11-09 | 1 | -0/+26 |
| | |||||
* | Adds support for gem bundle --only. Closes #46; Closes #81 | Yehuda Katz | 2009-11-04 | 3 | -16/+42 |
| | |||||
* | Fix the bundler for 1.9 | Yehuda Katz + Carl Lerche | 2009-11-04 | 2 | -8/+6 |
| | |||||
* | Add option to list outdated gems. | Manfred Stienstra | 2009-10-31 | 1 | -0/+41 |
| | | | | | | Adds an options to the gem bundle command called --list-outdated that searches the gem sources for newer versions of the bundled gems. If there is a newer version available it will show it in a list. | ||||
* | Rename :vendored_at to :path with a deprecation notice for :vendored_at | Yehuda Katz | 2009-10-20 | 2 | -13/+13 |
| | |||||
* | Make `gem exec --anything` work. Ugly hack, but working within the bounds of ↵ | Yehuda Katz | 2009-10-20 | 2 | -2/+11 |
| | | | | the Gem command system | ||||
* | Whoops. Should probably be running specs. | Yehuda Katz | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | Add basic support for compile-time options via a yaml file | Yehuda Katz | 2009-10-20 | 1 | -0/+43 |
| | |||||
* | Fixes #66 (undefined local variable or method `filename' for ↵ | Yehuda Katz | 2009-10-20 | 1 | -0/+5 |
| | | | | Bundler::Environment:Class) | ||||
* | Allow system gems to be part of the bundle | Carl Lerche | 2009-10-13 | 3 | -0/+67 |
| | |||||
* | Always generate bin files no matter what. | Carl Lerche | 2009-10-06 | 1 | -0/+12 |
| | |||||
* | Fix branches and #git with block calls | Carl Lerche | 2009-10-06 | 1 | -0/+14 |
| | |||||
* | Add a glob option to directories | Carl Lerche | 2009-10-06 | 3 | -7/+17 |
| | |||||
* | Add a test that tests overwriting existing bin files | Carl Lerche | 2009-10-06 | 1 | -0/+15 |
| | |||||
* | It handles the simple git method as a block | Carl Lerche | 2009-10-05 | 1 | -0/+66 |
| | |||||
* | Silence git warnings | Carl Lerche | 2009-10-05 | 1 | -2/+2 |
| | |||||
* | More directory bug fixes | Carl Lerche | 2009-10-05 | 1 | -2/+2 |
| | |||||
* | Fix a few bugs with the #directory DSL method | Carl Lerche | 2009-10-05 | 3 | -8/+37 |
| | |||||
* | Allow multiple arguments to #only & #except DSL methods | Carl Lerche | 2009-10-05 | 1 | -0/+28 |
| |