summaryrefslogtreecommitdiff
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in error messagesMani Tadayon2012-06-041-1/+1
* change dsl for ruby_version to rubyTerence Lee2012-05-031-1/+1
* ruby version check for bundle#installYehuda Katz and Terence Lee2012-05-031-1/+1
* refactor ruby version into it's own classTerence Lee2012-05-031-3/+1
* initial work on ruby_version dslTerence Lee2012-05-031-1/+12
* Merge pull request #1514 from francois/masterRohit Arondekar2012-03-171-1/+4
|\
| * Be explicit in what we accept as optionsFrançois Beausoleil2011-11-021-1/+4
* | Merge branch '1-1-stable'Terence Lee2012-03-071-1/+5
|\ \
| * | prevent duplicate sourcesgeemus2012-03-061-1/+5
* | | Merge branch '1-1-stable'Terence Lee2012-03-041-0/+5
|\ \ \ | |/ /
| * | Be more selective about catching Gemfile errorsAndre Arko2011-12-221-1/+1
| * | make Gemfile errors more sensibleAndre Arko2011-12-221-0/+5
| |/
* | make error more like NameError, since this is oneAndre Arko2012-02-121-8/+3
* | handle Gemfile syntax errorsAndre Arko2012-02-121-2/+9
* | remove completely unused deprecation stuffAndre Arko2012-02-121-18/+0
* | Improved error formatting for missing DSL methodsSebastian Staudt2012-02-131-3/+4
* | Added graceful handling of Gemfile syntax errorsSebastian Staudt2012-02-131-0/+10
|/
* specs for :github DSL optionAndre Arko2011-09-151-0/+2
* fix github option so it actually worksAndre Arko2011-09-151-1/+1
* remove deprecation from DSLTerence Lee2011-08-171-17/+0
* Merge branch '1-0-stable'Terence Lee2011-08-121-10/+24
|\
| * remove this #gemspec lineTerence Lee2011-08-121-1/+0
| * Allow overriding development deps loaded by #gemspecLars Gierth2011-08-091-9/+24
| * support hidden gemspec file7rans2011-07-091-1/+1
| * Revert "Add github to the Gemfile DSL (thx DHH)"Andre Arko2011-04-281-14/+0
| * Add github to the Gemfile DSL (thx DHH)Andre Arko2011-04-181-0/+14
* | dependencies aren't alawys getting passed through, move it back to DefinitionTerence Lee2011-05-281-1/+0
* | add a dependency list attr to Source::RubygemsAndre Arko2011-05-181-2/+2
* | remove now-unused rubygems_source methodAndre Arko2011-05-181-5/+0
* | Merge pull request #1125 from dhh/bundlerAndre Arko2011-04-281-2/+6
|\ \
| * | I regret the github method, its not worth it to sacrifice the gem consitencyDavid Heinemeier Hansson2011-04-221-8/+0
| * | Add :github option to gem and make it even nicer as github() as wellDavid Heinemeier Hansson2011-04-181-2/+14
| |/
* | sane-ify DSL a bitAndre Arko2011-04-121-8/+8
|/
* Use #load_gemspec to evaluate gemspec files specified in GemfileSam Umbach2011-01-171-1/+1
* Make it possible to override a .gemspec dependency's source in the Gemfilewycats2010-12-171-3/+0
* Fix for wtf momentAndre Arko2010-11-051-1/+1
* Handle gemspecs that don't loadAndre Arko2010-11-041-0/+1
* Use Dsl.evaluate againAndre Arko2010-10-221-2/+2
* 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