summaryrefslogtreecommitdiff
path: root/spec/lock
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that just because a dependency is pinned, we have the spec for itCarlhuda2010-08-021-0/+36
* DslError should inherit from Bundler::Error so its exceptions are caught by t...Carlhuda2010-07-291-4/+4
* Make sure empty git blocks don't explodeCarlhuda2010-07-291-1/+2
* Get Bundler tests running on RSpec 2wycats2010-07-261-6/+8
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-241-15/+16
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-201-0/+86
* Support multiple version dependenciesCarlhuda2010-07-201-0/+21
* Remove differ gemAndre Arko2010-07-151-1/+2
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-091-3/+4
* Don't add duplicate gemspecs to the lock fileCarl Lerche2010-07-061-1/+29
* Revert "Persist all platforms for a matching spec to the lockfile"Carl Lerche2010-06-221-12/+8
* Actually simulate different platforms in specsCarl Lerche2010-06-221-1/+2
* Remove flex_install_gemfileAndre Arko2010-06-181-14/+14
* Unpendify more specsCarl Lerche2010-06-091-21/+0
* Fix a bug in the lockfile parserCarl Lerche2010-06-081-0/+25
* Persist all platforms for a matching spec to the lockfileCarl Lerche2010-06-061-8/+12
* Improve writing the lockfileCarl Lerche2010-06-041-1/+1
* Resolves return LazySpecs with generic platforms instead of the full platformCarl Lerche2010-06-031-19/+20
* wipCarl Lerche2010-06-011-0/+24
* Persist Gem::Platform.local to the lockfileCarl Lerche2010-06-011-0/+79
* Forgot to save these changes inCarl Lerche2010-05-101-4/+6
* Update the lockfile format specs to the new formatCarl Lerche2010-05-101-134/+150
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-1/+5
* Track relative path URLs relatively in the lockfileCarl Lerche2010-05-051-0/+40
* Remove deprecated lock specsCarl Lerche2010-04-261-40/+0
* Add pending spec for locked GemCache sourcesAndre Arko2010-04-231-0/+10
* Clarify intent in lock/git_specAndre Arko2010-04-231-7/+4
* Hugely improve the spec for locked git gems' full_gem_pathAndre Arko2010-04-231-9/+6
* Remove irrelevant testsCarlhuda2010-04-212-26/+0
* Write tests for the format of the new lockfileCarlhuda2010-04-201-0/+276
* Require spec_helperCarlhuda2010-04-202-2/+2
* Pended git specCarlhuda2010-04-191-0/+1
* Spec for error on install after changing locked GemfileAndre Arko2010-04-111-2/+13
* Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-101-9/+15
* Reinstate quality_specCarlhuda2010-02-191-3/+3
* Generate .bundle/environment.rb on Bundle.setup if the bundle is locked and ....Carl Lerche2010-02-102-3/+2
* Typo: gem lock -> bundle lockJeremy Kemper2010-02-041-2/+2
* Print an error if the Gemfile changed after the lockYehuda Katz2010-02-041-0/+13
* Actually relock, instead of just saying we areYehuda Katz2010-02-041-0/+16
* Fix a bug with git repos and bundle lock breaking the installCarl Lerche2010-02-031-2/+12
* Rename vendor/environment.rb to .bundle/environment.rbCarlhuda2010-02-031-2/+2
* Rename vendor/lock.yml to Gemfile.lockCarl Lerche2010-02-011-3/+3
* Renamed bbl to bundleCarl Lerche2010-01-262-5/+5
* Rename Bubble to GemfileCarlhuda2010-01-252-2/+2
* Add a spec for using git source at a specific refCarlhuda2010-01-251-0/+25
* Fix the lock stuffCarl Lerche2010-01-221-6/+16
* Some ruby 1.9 workCarl Lerche2010-01-221-1/+3
* Do not automatically set the gem sourcesCarl Lerche2010-01-191-0/+1
* First pass at bbl lockCarlhuda2010-01-181-0/+23