aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-2/+4
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+2
* Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-8/+6
* Make all paths be relative to Gemfile during evaluation.Donnie Tognazzini2016-01-271-3/+11
* Fix the path to the Gemfile during evaluation.Donnie Tognazzini2016-01-271-1/+4
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-9/+1
* Use the local platform rather than relying on the platform reported by the specMike Virata-Stone2015-12-151-1/+10
* Revert "Revert "When loading a gem from a gemspec, restrict to the platforms ...Mike Virata-Stone2015-12-151-1/+1
* Revert "When loading a gem from a gemspec, restrict to the platforms defined ...Andre Arko2015-12-131-1/+1
* Explain why we don't use HTTPS for github sourcesTim Moore2015-11-281-0/+13
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-13/+12
|\
| * [RuboCop] Enable Style/ParallelAssignmentSamuel Giddins2015-11-261-1/+2
| * [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
* | When loading a gem from a gemspec, restrict to the platforms defined in the g...Mike Virata-Stone2015-11-181-1/+1
|/
* Remove excessive periods from DSL error messagesAgis 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`Agis 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 / 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