ratchetcat-commander 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.txt +3 -0
  2. data/lib/commander.rb +1 -1
  3. metadata +1 -1
data/README.txt CHANGED
@@ -17,6 +17,9 @@ Commander uses the open4 gem and the ruby logger to accomplish these tasks.
17
17
  Commander was originally intended for use in rake tasks launching multiple system commands. Program flow was varied based on the exit status or source of the output from these commands and Commander includes some convenience methods for handling such situations.
18
18
 
19
19
  Setup:
20
+
21
+ require 'rubygems'
22
+ require 'commander'
20
23
 
21
24
  log = Logger.new( STDOUT )
22
25
  log.level = Logger::Warn
data/lib/commander.rb CHANGED
@@ -10,7 +10,7 @@ class Commander
10
10
  module VERSION #:nodoc:
11
11
  MAJOR = 0
12
12
  MINOR = 0
13
- TINY = 4
13
+ TINY = 5
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY].join('.')
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ratchetcat-commander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Fuller