summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add a #require_env method to environmentCarl Lerche2009-09-032-4/+49
* Refactor the DSl - Directory/Git source interaction a bit.Carl Lerche2009-09-031-4/+2
* Fix a bug with recursive gemspecs in git repositoriesCarl Lerche2009-09-013-12/+34
* Adding recursive gemspec file lookupCarl Lerche2009-08-312-0/+56
* Add only and except as block methods to the DSLCarl Lerche2009-08-312-22/+100
* Add branches and tag support to git fetchesCarl Lerche2009-08-312-3/+30
* Good error messages on resolver version conflictCarl Lerche2009-08-312-1/+51
* Check the root of directories for .gemspec filesCarl Lerche2009-08-293-65/+121
* Download git repos before generating specs for the indexCarl Lerche2009-08-291-2/+6
* Crazy refactoring of the internals yo.Carl Lerche2009-08-294-67/+23
* Adding basic git fetching supportCarl Lerche2009-08-292-0/+49
* Rename Source to GemSource and create a Source superclassCarl Lerche2009-08-282-6/+6
* Refactor the tmp directory structure for specsCarl Lerche2009-08-288-89/+106
* Cleanup the spec directoryCarl Lerche2009-08-286-116/+119
* Change the :at DSL option to :vendored_atCarl Lerche2009-08-281-3/+3
* Fix a path bugYehuda Katz + Carl Lerche2009-08-212-22/+28
* Early version of directory supportYehuda Katz + Carl Lerche2009-08-212-5/+14
* Don't copy bits of lib code into the repositoryYehuda Katz + Carl Lerche2009-08-211-4/+0
* Bikeshedding is pretty awesome.Yehuda Katz + Carl Lerche2009-08-203-13/+13
* Removed ManifestFileYehuda Katz + Carl Lerche2009-08-203-12/+11
* Correctly check if the remote repositories are being accessed #mockssuckYehuda Katz + Carl Lerche2009-08-201-3/+4
* Refactoring repositoriesYehuda Katz + Carl Lerche2009-08-203-10/+16
* GITZCarl Lerche2009-08-195-11/+60
* Fix a bug with gem execYehuda Katz + Carl Lerche2009-08-182-1/+11
* Make all paths relativeYehuda Katz + Carl Lerche2009-08-181-0/+5
* Add error messages when gems are missing during resolve timeYehuda Katz + Carl Lerche2009-08-183-1/+28
* Rename environments/default.rb to environment.rbYehuda Katz + Carl Lerche2009-08-184-5/+5
* Implemented Bundler.require for runtime requiringYehuda Katz + Carl Lerche2009-08-174-68/+122
* Print out a friendly error message when a Gemfile cannot be foundCarl Lerche2009-08-172-1/+8
* Cleanup gems after the fetching phase of bundlingCarl Lerche2009-08-173-9/+40
* Refactoring -- Decoupling gem source logic from finderCarl Lerche2009-08-175-24/+43
* Starting to refactor the Bundler to get it ready for multiple kinds of sources0.3.1Carl Lerche2009-07-305-194/+49
* Fix the bundler to work correctly with prerelease gemsCarl Lerche2009-07-302-5/+17
* Switch from gem_bundler to gem bundle and gem execYehuda Katz + Carl Lerche2009-07-293-23/+21
* Add an --update flag to the cli toolYehuda Katz + Carl Lerche2009-07-291-0/+27
* Extend Gem.source_index.refresh! to work correctly with rails 2.3Yehuda Katz + Carl Lerche2009-07-291-0/+29
* Update the installer specs to be full stackYehuda Katz + Carl Lerche2009-07-292-120/+114
* Remove a bunch of annoying newlinesCarl Lerche2009-07-293-9/+8
* Remove the weird "optional" rubygems limbo state. Either rubygems is required...Carl Lerche2009-07-292-75/+22
* Add bundled gems to Gem.source_index to work around a rubygems bugCarl Lerche2009-07-281-0/+7
* Correctly set Gem.loaded_specs when rubygems is automatically requiredCarl Lerche2009-07-281-1/+6
* Add a disable_system_gems option to the GemfileCarl Lerche2009-07-282-0/+34
* Speed up the resolver for failing casesYehuda Katz + Carl Lerche2009-07-281-1/+1
* Make sure sources are fetched only onceSimon Rozet2009-07-281-0/+11
* Stub out Gem.ruby when rubygems is disabled.Yehuda Katz + Carl Lerche2009-07-281-0/+5
* Start extracting Gem repository logic into a Repository classYehuda Katz + Carl Lerche2009-07-281-94/+142
* Set the PATH and RUBYOPTS correctly in the environment filesYehuda Katz + Carl Lerche2009-07-281-3/+23
* EPIC WIN!!!Yehuda Katz + Carl Lerche2009-07-273-7/+66
* Added some specs to test specifying the manifest file as an optionCarl Lerche2009-07-232-0/+29
* Remove the tmp_dir before each spec run to avoid inconsistent runsTim Carey-Smith2009-07-237-41/+17