jashmenn-mrtoolkit 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +4 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/stream_runner.rb +1 -0
  4. metadata +1 -1
@@ -13,3 +13,7 @@ The initial development of this software was supported by the New York Times, wi
13
13
  == This github repo
14
14
 
15
15
  This github repo is a mirror + patches to the mrtoolkit that is hosted on code.google.com: http://code.google.com/p/mrtoolkit/wiki/Introduction
16
+
17
+ This repo adds, among other things, the ability to install mrtoolkit as a gem:
18
+
19
+ gem install jashmenn-mrtoolkit --source=http://gems.github/com
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 1
4
+ :patch: 2
@@ -78,6 +78,7 @@ class StreamRunner
78
78
  reduce_opt +
79
79
  "#{extras}"
80
80
  end
81
+ cmd += " -verbose " if opts.has_key?(:verbose)
81
82
  puts cmd if opts.has_key?(:verbose)
82
83
  system(cmd)
83
84
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jashmenn-mrtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cchayden