summaryrefslogtreecommitdiff
path: root/spec/install/gemspecs_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+2
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-1/+1
* s/last_command.stderr/err/David Rodríguez2019-04-121-2/+2
* Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-2/+0
* Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-041-1/+0
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-2/+2
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-4/+4
* merge v1.16.3Colby Swandale2018-07-171-3/+4
|\
| * skip test that relies on unicode literals on ruby < 2.0Colby Swandale2018-07-121-1/+2
| * Fix syntax errors with heredocs in older versions of RubyColby Swandale2018-07-111-2/+2
| * Auto merge of #6599 - deivid-rodriguez:fix/gemspec_encoding_regression, r=col...The Bundler Bot2018-07-101-0/+27
| * fix incorrect heredoc syntax and remove accentsColby Swandale2018-04-201-2/+2
| * Auto merge of #6279 - deivid-rodriguez:fix/encoding_bug, r=indirectThe Bundler Bot2018-04-201-0/+17
* | More informative skip messageDavid Rodríguez2018-06-251-1/+1
* | Skip encoding spec on 1.8.7David Rodríguez2018-06-241-0/+2
* | Respect encodings when reading gemspecsDavid Rodríguez2018-06-241-0/+25
* | Fix hang when gemspec has incompatible encodingDavid Rodríguez2018-01-311-0/+17
|/
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-2/+2
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Update spec for consistency with how Gem.ruby_version is usedSamuel Giddins2016-08-231-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-3/+3
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-3/+3
* Add Bundler.ui.deprecateStefan Lance2016-07-051-2/+2
* [RubyVersion] Fix running when patch < 0seg-ruby-head-specsSamuel Giddins2016-06-271-4/+4
* specs handle ruby dev versionsBruno Ferreira2016-06-081-0/+2
* changed code and specs according to suggestionsBruno Ferreira2016-06-081-44/+31
* Fixes #4593 and adds related specsBruno Ferreira2016-06-081-0/+72
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-8/+8
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-2/+0
* Improved resolver significantly by trimming the search spaceSmit Shah2014-01-101-1/+1
* gemspecs specAndre Arko2013-10-191-0/+50