aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* [DSL] Add install_if method / optionSamuel E. Giddins2015-05-021-14/+29
* Merge pull request #3531 from jhass/optional_groupsAndré Arko2015-04-071-14/+36
|\
| * Implement optional groupsJonne Haß2015-03-301-14/+36
* | Merge pull request #3464 from pjump/gemspec_optionsAndré Arko2015-04-011-2/+4
|\ \ | |/ |/|
| * I'm a noob who's committing a spacePetr Skocik2015-03-131-0/+1
| * remove commentPetr Skocik2015-03-121-1/+1
| * use old hash syntaxPetr Skocik2015-03-121-1/+1
| * pass glob explicitlyPetr Skocik2015-03-121-2/+2
| * Revert "add development_group to valid_keys"Petr Skocik2015-03-121-1/+1
| * add development_group to valid_keysPetr Skocik2015-03-091-1/+1
| * gemspec should accept a glob option in its argument hashPetr Skocik2015-03-091-2/+3
* | [DSLError] Update specs for pre-2.0 rubySamuel E. Giddins2015-03-181-1/+1
* | [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