jashmenn-mrtoolkit 0.1.1 → 0.1.2
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.
- data/README.rdoc +4 -0
- data/VERSION.yml +1 -1
- data/lib/stream_runner.rb +1 -0
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -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
|
data/VERSION.yml
CHANGED
data/lib/stream_runner.rb
CHANGED