aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | [DSLError] Fix for #lines returning an enumeratorSamuel E. Giddins2015-03-161-1/+1
* | [DSL] Fix failing specs related to new DSLErrorSamuel E. Giddins2015-03-161-1/+6
* | [DSL] Make the DSL error description friendly by saying there was an error in...Samuel E. Giddins2015-03-161-1/+1
* | [DSL] Add prettier DSL errorSamuel E. Giddins2015-03-161-10/+99
* | Catch and report RuntimeError on Gemfile evalArthur Neves2015-03-111-1/+1
|/
* generate a github URI from the github methodAndre Arko2015-02-091-2/+6
* warn or error on multiple primary sourcesAndre Arko2015-01-261-0/+20
* Revert "svn source support"Andre Arko2015-01-251-14/+2
* add github methodBen A Morgan2014-11-221-0/+4
* Remove redundant `to_s` in interpolationPatrickGVice2014-11-101-2/+2
* Merge tag 'v1.7.1'Tim Moore2014-08-241-43/+50
|\
| * 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
* | Prevent whitespace in gem declarations and provide clear error messaging.Ben Lakey2014-08-201-0/+3
* | Refactor Bundler::Dsl#add_*_sourcesAndre Medeiros2014-05-131-7/+4
* | Merge pull request #2897 from mcorp/bitbucketAndré Medeiros2014-05-131-0/+9
|\ \
| * | Using HTTPS instead of SSHAdilson Carvalho2014-02-241-2/+3
| * | Added :bitbucket as a new :git sourceAdilson Carvalho2014-02-231-0/+8
* | | svn source supportStefan Huber2014-04-221-2/+14
| |/ |/|
* | 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
|/