casttv-rakeutil 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README +2 -0
  2. data/lib/rakeutil.rb +4 -0
  3. metadata +1 -1
data/README CHANGED
@@ -4,6 +4,8 @@ RakeUtil
4
4
  Features:
5
5
 
6
6
  - include FileUtils::Verbose
7
+ - include Timeout
8
+ - include Benchmark
7
9
  - makes Kernel#system a verbose call
8
10
  - defines Kernel#system?, which exits on failure
9
11
  - defines Kernel#jx(*args), which is basically:
data/lib/rakeutil.rb CHANGED
@@ -1,5 +1,9 @@
1
1
  require "fileutils"
2
2
  include FileUtils::Verbose
3
+ require "timeout"
4
+ include Timeout
5
+ require "benchmark"
6
+ include Benchmark
3
7
  require "rubygems"
4
8
  require "ostruct"
5
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casttv-rakeutil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CastTV