Skip to content

A monkey patch of Rake to make it slightly quieter when failing - I pushed an actual fix into Ruby here: https://github.com/ruby/rake/pull/163

Notifications You must be signed in to change notification settings

bretts/quiet_down_rake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuietDownRake

A monkey patch of Rake to make it slightly quieter when failing

Installation

  1. gem install quiet_down_rake

Example Usage

Require quiet_down_rake after you've required rake and then just run rake normally.

$ require 'rake'
$ require 'rake/testtask'
$ require 'quiet_down_rake'

About

A monkey patch of Rake to make it slightly quieter when failing - I pushed an actual fix into Ruby here: https://github.com/ruby/rake/pull/163

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages