summaryrefslogtreecommitdiff
path: root/spec/bundler/dsl_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [DSL] Remove default git sources on 2.0seg-no-default-git-sourcesSamuel Giddins2017-06-281-2/+19
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* | Fix a typosKoichi ITO2017-05-031-2/+2
|/
* fix using branch with git_source with specColby Swandale2017-04-081-0/+7
* fix breaking spec and add spec testing git source with branchColby Swandale2017-04-051-0/+6
* fix mismatch in quotesColby Swandale2017-04-051-1/+1
* print an error message when a non-git gem is given a `branch` optionColby Swandale2017-04-031-0/+5
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Support :mri_25 platform and its variationsAkira Matsuda2016-12-261-2/+2
* Support :mri_23 platform and its variationsAkira Matsuda2016-11-151-2/+2
* Fix legacy RubyGems compatibilitySamuel Giddins2016-07-191-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-271-0/+1
* Use the local platform rather than relying on the platform reported by the specMike Virata-Stone2015-12-151-0/+1
* Revert "Revert "When loading a gem from a gemspec, restrict to the platforms ...Mike Virata-Stone2015-12-151-0/+33
* Revert "When loading a gem from a gemspec, restrict to the platforms defined ...Andre Arko2015-12-131-33/+0
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-4/+4
|\
| * [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
| * [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* | When loading a gem from a gemspec, restrict to the platforms defined in the g...Mike Virata-Stone2015-11-181-0/+33
|/
* Dsl#with_source should restore the previous sourceAgis-2015-09-061-0/+16
* Distinguish Gemfile syntax and evaluation errorsAgis-2015-09-021-0/+8
* Fix Style/NumericLiteralsVictor Koronen2015-08-141-1/+1
* Use %w[] instead of %w()Erick Sasse2015-07-291-2/+2
* Fix Style/WordArrayErick Sasse2015-07-281-2/+2
* Support :mri_23 platform and its variationsAkira Matsuda2015-07-221-2/+2
* Test :mri_22 DSL as wellAkira Matsuda2015-07-221-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* [DSLSpec] Allow the error report spec to pass on 1.9.2Samuel E. Giddins2015-05-311-1/+1
* RubyGems can only validate during chdirAndre Arko2015-05-171-13/+0
* validate gemspec specifications (with a test)Andre Arko2015-05-131-0/+14
* Merge pull request #3480 from bundler/seg-dsl-errorAndré Arko2015-03-191-5/+4
|\
| * [DSLError] Update specs for pre-2.0 rubyseg-dsl-errorSamuel E. Giddins2015-03-181-2/+2
| * [DSLError] Update specs for re-wording of descriptionSamuel E. Giddins2015-03-161-4/+4
| * [DSL] Add prettier DSL errorSamuel E. Giddins2015-03-161-5/+4
* | Fix a typoIlya Vassilevsky2015-03-181-1/+1
|/
* Catch and report RuntimeError on Gemfile evalArthur Neves2015-03-111-0/+8
* generate a github URI from the github methodAndre Arko2015-02-091-1/+4
* Fix warnings in test suite and gemspecRohit Arondekar2014-12-211-2/+2
* Merge pull request #3189 from seuros/masterAndré Arko2014-11-281-1/+1
|\
| * add `:ruby_22` platform optionAbdelkader Boudih2014-09-251-1/+1
* | use double quotesBen A Morgan2014-11-221-13/+13
* | add github methodBen A Morgan2014-11-221-0/+14
* | it can bundle groups of gems with gitBen A Morgan2014-11-221-0/+17
|/
* Prevent whitespace in gem declarations and provide clear error messaging.Ben Lakey2014-08-201-0/+41