summaryrefslogtreecommitdiff
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Enable Style/EmptyLinesAroundModuleBodySamuel Giddins2015-11-261-1/+0
* [RuboCop] Enable Style/NextSamuel Giddins2015-11-261-8/+7
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-3/+3
* Remove excessive periods from DSL error messagesexcessive-dotsAgis Anastasopoulos2015-10-121-6/+6
* Auto merge of #4032 - esasse:rubocop-fix, r=indirectHomu2015-10-051-3/+3
|\
| * Fix Style/SpaceInsideStringInterpolationErick Sasse2015-10-031-3/+3
* | Also print gemspecs in `bundle env`bundle-env-gemspecsAgis Anastasopoulos2015-10-051-0/+4
|/
* Dsl#with_source should restore the previous sourceAgis-2015-09-061-1/+2
* Distinguish Gemfile syntax and evaluation errorsAgis-2015-09-021-1/+4
* Fix Style/DeprecatedHashMethodsVictor Koronen2015-08-141-1/+1
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Use %w[] instead of %w()Erick Sasse2015-07-291-1/+1
* Fix Style/WordArrayErick Sasse2015-07-281-1/+1
* Fix Style/AccessModifierIndentationErick Sasse2015-07-211-1/+1
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-3/+3
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-3/+3
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-12/+12
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Fix install_if not clearing install conditionsDaniel Teixeira2015-07-091-1/+1
* [DSLError] Override #to_s instead of #messageSamuel E. Giddins2015-05-311-2/+2
* [Path] Validate the gemspecs we find when globbingSamuel E. Giddins2015-05-161-16/+6
* validate gemspec specifications (with a test)Andre Arko2015-05-131-3/+20
* [DSL] Add install_if method / optionseg-install-ifSamuel 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 rubyseg-dsl-errorSamuel 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