summaryrefslogtreecommitdiff
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* Gemfiles now support #platform and :platformAndre Arko2010-10-111-1/+3
* Make inline :groups work, with tests.Andre Arko2010-10-111-4/+2
* support a list of requirements in the gemspecDavid Dollar2010-10-011-2/+2
* Set opts["platform"] to the mutated platforms in the normalization method, no...wycats2010-09-091-1/+1
* 1.8 doesn't support :modewycats2010-08-301-1/+1
* Switch to binary read (should fix Windows issue)wycats2010-08-291-1/+1
* Sanely add the "fake" version to the git source when the requirement is prefi...Carl Lerche2010-08-291-5/+5
* Expand path relative to Gemfile for `gemspec`Mitchell Hashimoto2010-08-201-0/+1
* Don't list platforms twice, actually require required filesAndre Arko2010-08-031-1/+3
* DslError should inherit from Bundler::Error so its exceptions are caught by t...Carlhuda2010-07-291-2/+0
* make :platforms work as a shortcutCarlhuda2010-07-291-1/+1
* mri_19 is the valid platformSantiago Pastorino2010-07-261-1/+1
* mri platform addedSantiago Pastorino2010-07-231-1/+1
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-201-0/+15
* Support multiple version dependenciesCarlhuda2010-07-201-2/+2
* Actually test #gemspec and deprecate #add_bundler_dependencieswycats2010-07-151-1/+3
* Raise an appropriate error when a gem is specified using a symbol.Myron Marston2010-07-091-0/+4
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-091-6/+17
* By default, do not expand submoduleswycats2010-07-011-1/+1
* make opts optionalJoshua Hull2010-06-231-3/+3
* I'm terrible at spelling. :developmentJoshua Hull2010-06-231-1/+1
* added gemspec command to dsl to allow importing of gemspecsJoshua Hull2010-06-231-0/+23
* Add #env to Gemfile for specifying conditions for including / excluding group...Carl Lerche2010-06-061-3/+11
* Set things up to start working on the platform DSLCarl Lerche2010-06-061-0/+19
* Make groups nestableCarl Lerche2010-06-061-5/+7
* Remove a little bit of crazy from DefinitionCarl Lerche2010-06-021-2/+2
* Push all of the rubygems related stuff into the Rubygems source classCarl Lerche2010-04-231-1/+4
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-10/+5
* Merge remote branch 'origin/master' into flexicleCarlhuda2010-04-221-4/+18
|\
| * Refactor the Rubygems source such that instead of having one instance per rem...Carl Lerche2010-04-221-4/+18
* | Remove temporary flex stuffCarlhuda2010-04-201-7/+2
* | First pass at generating the new LockfileCarlhuda2010-04-201-0/+5
|/
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-6/+17
* Resolver "gem not found" message now indicates local or remoteAndre Arko2010-04-021-1/+1
* If an option is invalid, don't fail silentlywycats2010-04-021-0/+8
* Add the ability to specify a gem in multiple groupsCarlhuda2010-03-091-5/+5
* Add block syntax to git and path in the Gemfile DSLCarl Lerche2010-02-231-7/+14
* locking a path without a gemspec persists the default gemspec for the pathCarlhuda2010-02-221-3/+3
* Fix Bundler on 1.9Carlhuda2010-02-161-1/+4
* Allow string group names in GemfilesSimon Jefford2010-02-131-1/+4
* Remove leftover comment from 0.8.xWilson Bilkovich2010-02-071-2/+2
* Print useful warnings when deprecated options are usedYehuda Katz2010-02-041-0/+29
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-9/+17
* Fix a common problem where an outdated gem pushed to gemcutter was beating pi...Carlhuda2010-02-011-14/+11
* Make up a gemspec if one is missing?Carl Lerche2010-01-301-13/+28
* Add support for :ref when using inline git reposCarl Lerche2010-01-291-7/+7
* Add first round of source pinning supportCarl Lerche2010-01-291-3/+6
* Start work on groupsCarlhuda2010-01-281-0/+16
* Rename gemfile back to bundlerCarl Lerche2010-01-261-0/+48