summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Rename bundler gem to bundler080.8.2Carl Lerche2010-02-191-1/+1
|
* added --init to create a Gemfile and fix quality spec failuresbry4n2010-01-061-0/+19
|
* Fix: Don't add bin directories to the load path unless they exist.Eric Chapweske2010-01-061-0/+10
|
* Cleanup bundler modesCarlhuda2010-01-052-4/+8
|
* Fix a bug with multiruby and bundle_pathCarlhuda2010-01-043-5/+12
|
* Removed more path-related concepts from EnvironmentCarlhuda2010-01-042-3/+2
|
* Merge remote branch 'origin/env_bunle_refactor' into env_bundle_refactorCarlhuda2010-01-045-17/+22
|\ | | | | | | | | | | Conflicts: lib/bundler/bundle.rb lib/bundler/templates/environment.erb
| * Have Bundler::Dependency subclass Gem::DependencyCarl Lerche2009-12-161-1/+1
| |
| * Don't ever use system gems during testsCarl Lerche2009-12-163-15/+20
| |
* | Merge branch 'master' into env_bundle_refactorCarlhuda2010-01-049-60/+105
|\ \ | |/ |/| | | | | Conflicts: lib/bundler/bundle.rb
| * Respect different ruby platforms and versions. Rub lotion on brittle tests.Jeremy Kemper2010-01-031-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 pathJeremy Kemper2010-01-021-0/+10
| | | | | | | | | | | | Conflicts: spec/bundler/cli_spec.rb
| * Respect different ruby platforms and versions. Rub lotion on brittle tests.Jeremy Kemper2010-01-027-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 stringsBryan Helmkamp2009-12-232-1/+16
| |
| * Fix the tests on 1.9Carlhuda2009-12-184-16/+19
| |
| * stub `Gem.default_dir` and `Gem.path` to be identical to `Gem.dir`Mislav Marohnić2009-12-141-0/+10
| |
| * stub `Gem.dir` in environment.rbMislav Marohnić2009-12-141-0/+5
| |
* | Further progress on moving environment.rb generation to Environment.Carlhuda2009-12-111-4/+4
| |
* | Continuing moving away from environment-centric view. Hax.Carlhuda2009-12-111-0/+37
| |
* | WIP swapping methods aroundCarlhuda2009-12-111-1/+2
|/
* Removed .load from Bundler::Environment. the .load method will most likely ↵Carlhuda2009-12-103-125/+64
| | | | move again.
* Rename Repository to Bundle and add some specs for the next stepCarlhuda2009-12-104-2/+88
|
* Added better exceptions if you use an invalid key. Also added tests for git ↵Carlhuda2009-12-103-2/+42
| | | | ref and branch
* If you're pinning a gem to a source (such as a git repo) and there are only ↵Carlhuda2009-12-101-0/+11
| | | | prereleases in the source (that satisfy the dependency) it should work.
* Bug fix: Construct proper URLs to download gems for platforms like JRubyBryan Helmkamp2009-12-102-0/+17
|
* Have the resolver take into consideration platformsCarlhuda2009-12-102-22/+67
|
* Cleanup after geminstalls that don't finish because of errors. Closes #106.Carlhuda2009-12-091-7/+20
|
* Bring back ryan davis spermy operators for git & directory sources. Closes #114Carlhuda2009-12-092-0/+34
|
* Remove spec fixturesCarl Lerche2009-12-0715-472/+384
|
* Ship an 0.7.1 that removes the Gemspec validation check as it breaks ↵Carlhuda2009-12-071-7/+0
| | | | bundling Rails and isn't obviously needed
* Force gem "foo", :git => "..." to actually pull foo from the git repo even ↵Carl Lerche2009-11-094-2/+39
| | | | if there is a newer version available in another source.
* Adding a spec for :except with --onlyYehuda Katz2009-11-091-0/+26
|
* Adds support for gem bundle --only. Closes #46; Closes #81Yehuda Katz2009-11-043-16/+42
|
* Fix the bundler for 1.9Yehuda Katz + Carl Lerche2009-11-042-8/+6
|
* Add option to list outdated gems.Manfred Stienstra2009-10-311-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_atYehuda Katz2009-10-202-13/+13
|
* Make `gem exec --anything` work. Ugly hack, but working within the bounds of ↵Yehuda Katz2009-10-202-2/+11
| | | | the Gem command system
* Whoops. Should probably be running specs.Yehuda Katz2009-10-201-2/+2
|
* Add basic support for compile-time options via a yaml fileYehuda Katz2009-10-201-0/+43
|
* Fixes #66 (undefined local variable or method `filename' for ↵Yehuda Katz2009-10-201-0/+5
| | | | Bundler::Environment:Class)
* Allow system gems to be part of the bundleCarl Lerche2009-10-133-0/+67
|
* Always generate bin files no matter what.Carl Lerche2009-10-061-0/+12
|
* Fix branches and #git with block callsCarl Lerche2009-10-061-0/+14
|
* Add a glob option to directoriesCarl Lerche2009-10-063-7/+17
|
* Add a test that tests overwriting existing bin filesCarl Lerche2009-10-061-0/+15
|
* It handles the simple git method as a blockCarl Lerche2009-10-051-0/+66
|
* Silence git warningsCarl Lerche2009-10-051-2/+2
|
* More directory bug fixesCarl Lerche2009-10-051-2/+2
|
* Fix a few bugs with the #directory DSL methodCarl Lerche2009-10-053-8/+37
|
* Allow multiple arguments to #only & #except DSL methodsCarl Lerche2009-10-051-0/+28
|