summaryrefslogtreecommitdiff
path: root/spec/runtime/gem_tasks_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-1/+1
|
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+1
|
* Use helper method instead of hard-code path.SHIBATA Hiroshi2018-10-161-2/+2
|
* Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-211-1/+1
|
* Try to get specs passing on old RubyGemsSamuel Giddins2017-12-211-2/+4
|
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
|
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
|
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
|
* include 'pkg/' in rake/clean's CLOBBER arrayJason Karns2015-09-301-0/+7
| | | | | | rake's built-in clean and clobber tasks are now included test that 'pkg' is added to CLOBBER filelist
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
| | | | closes #3850
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
|
* Added support for optional remote argument in the rake release taskDávid Halász2015-06-081-1/+1
| | | | | Useful when working with multiple git remotes (origin/upstream/downstream). `rake release[remote]` will push tags into the specified remote instead of the default one.
* Merge tag 'v1.9.4'Andre Arko2015-04-131-0/+35
Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb