aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/gem_tasks_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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