aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* allow rubygem sources via block or :source optionAndre Arko2014-07-301-4/+14
* Extract source URL normalization to a new method.Tim Moore2014-07-301-11/+15
* raise errors from option validatorAndre Arko2014-07-301-4/+4
* Extract SourceList class from Definition.Tim Moore2014-07-301-27/+20
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* clean up git_source codeAndre Arko2014-02-061-26/+18
* extract creating the default sourcesAndre Arko2014-02-061-7/+10
* why did those even start with underscoresAndre Arko2014-02-061-11/+7
* Add #git_source to define custom git sourcesLukasz Strzalkowski2014-02-031-14/+43
* heyyyy message doesn't have a backtrace in it huhAndre Arko2013-11-221-2/+2
* require things you need lolsighAndre Arko2013-11-221-0/+1
* lazy-init the rubygems sourceAndre Arko2013-11-221-4/+7
* Warn if the same gem (same version) is added twiceJen Diamond2013-10-191-3/+7
* Revert "Merge pull request #2569 from fuadsaud/github-https"Andre Arko2013-08-151-1/+1
* Use http:// instead of git:// on GitHub URL'sFuad Saud2013-07-261-1/+1
* Preserve original gemspec pathBen Willis2013-07-031-4/+5
* Don't mutate the gem method options hashAndre Arko2013-05-131-1/+1
* Remove default version on `gem` method calls since it was never being evaluatedSteve Richert2013-02-181-1/+1
* oh good lord. thanks, semver.Andre Arko2013-02-171-1/+1
* warn on deprecated symbol sourceAndre Arko2013-02-131-0/+3
* use https://rubygems.org everywhereMatthew Rudy Jacobs2013-02-131-1/+1
* extract ruby method in Dsl into its own moduleTerence Lee2012-12-261-8/+2
* Revert "Better meaning for slashless :github arg."Andre Arko2012-12-191-1/+1
* use HTTPS for gistsNihad Abbasov2012-12-141-1/+1
* Fix the buildrohit2012-12-111-2/+2
* DslError duplicates GemfileError needlesslyAndre Arko2012-12-101-3/+3
* Merge pull request #1958 from jgaskins/dsl-gistAndre Arko2012-12-081-1/+5
|\
| * Add :gist option for gems embedded in gistsJamie Gaskins2012-06-031-1/+5
* | Better meaning for slashless :github arg.☈king2012-10-011-1/+1
* | linebreaks for easier to read DSL errorsAndre Arko2012-08-261-5/+5
* | allow gemfile contents to be evaled from a stringAndre Arko2012-08-261-2/+3
* | move gemfile error catching into eval_gemfileAndre Arko2012-08-261-5/+5
* | 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