aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source.rb
Commit message (Expand)AuthorAgeFilesLines
* WIPCarlhuda2010-04-201-0/+8
* Write tests for the format of the new lockfileCarlhuda2010-04-201-7/+1
* First pass at generating the new LockfileCarlhuda2010-04-201-7/+42
* Load YAML gemspecsJoshua Hull2010-04-141-1/+15
* Fetch git sources with --forceAndre Arko2010-04-111-2/+2
* Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-111-1/+7
* Update to not need special code for :branch (thanks JK)wycats2010-04-021-2/+1
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-011-3/+4
* Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-2/+26
* Ensure git sources are checked out before using themJoshua Hull2010-03-301-1/+6
* Include executables in virtual gemspecsAndre Arko2010-03-241-11/+16
* Quote paths with double quotes for WindowsAndre Arko2010-03-231-3/+3
* Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-181-1/+0
* Quote all git paths, add a specAndre Arko2010-03-171-4/+4
* Virtual specs now printed directly into environment.rbAndre Arko2010-03-171-0/+1
* Quote path to git repo, so spaces don't break itAndre Arko2010-03-151-1/+1
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-101-0/+3
* Refactor the index stuffCarl Lerche2010-03-101-3/+3
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-091-0/+8
* Install gems from the cache when present.Carlhuda2010-03-091-3/+9
* Allow :tag option for :gitFred Wu2010-03-081-1/+1
* Fix 1.9Carl Lerche2010-03-051-1/+1
* Git#base_name should escape dirpath.hasimo2010-03-041-1/+1
* cache_path need 'file://' prefix when checkout from private git urlhasimo2010-03-041-1/+1
* Fix invalid spec warning to work with Rubygems 1.3.6Andre Arko2010-03-031-2/+2
* Eval gemspecs passing in the path to the file (for backtraces)Carlhuda2010-03-021-1/+1
* No SourceIndex#reverse. #to_a first.Jeremy Kemper2010-02-251-1/+1
* No #reverse_each on 1.8.6. Closes #139Jeremy Kemper2010-02-251-1/+1
* Prioritize BUNDLE_PATH over GEM_PATHCarl Lerche2010-02-231-1/+1
* WOOPS, should probably not push debug outputCarl Lerche2010-02-231-2/+0
* Apparently when you tell Rubygems to fetch all specs and prerelease specs, it...Carl Lerche2010-02-231-1/+8
* Expand paths passed via the :path optionAndre Arko2010-02-221-1/+4
* Maintain RG compatibility with Rubygems::Specification#loaded_fromCarlhuda2010-02-221-1/+1
* Refactor default_spec stuffCarlhuda2010-02-221-14/+11
* locking a path without a gemspec persists the default gemspec for the pathCarlhuda2010-02-221-3/+2
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-14/+13
* Extract method shared by Path and Git, fixes specsAndre Arko2010-02-201-23/+22
* Actually eval gemspecs in their parent directories, like the spec saysAndre Arko2010-02-191-26/+4
* Rescue gem build errors with a useful warningCarlhuda2010-02-191-0/+12
* Fixes default gemspec (which was not "valid")Carlhuda2010-02-191-0/+1
* Generate gems through gemspec, so C extensions are builtStephen Touset2010-02-191-11/+15
* Rename bundle pack to bundle cacheCarl Lerche2010-02-181-1/+1
* Use the built in RubyGem spec fetcher to fetch individual specs.Carl Lerche2010-02-181-2/+4
* Use the built in rubygem remote spec fetcherCarl Lerche2010-02-181-19/+13
* Fix Bundler on 1.9Carlhuda2010-02-161-1/+1
* Merge remote branch 'bluehavana/master'Carl Lerche2010-02-101-1/+2
|\
| * Fixed relative path issue (for something like gem "sample", :path => "vendor/...bluehavana2010-02-091-1/+2
* | Pathname#+ != String#+. Really confusing if you ask me.Carl Lerche2010-02-101-1/+1
* | refactoring Bundler::Source::Git#checkout to be compatible with git 1.5 (no n...Pedro Belo2010-02-101-4/+3
|/
* Can't call gsub on a URIYehuda Katz2010-02-071-1/+1