dolzenko 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dolzenko.rb +4 -0
- metadata +2 -2
data/lib/dolzenko.rb
CHANGED
@@ -4,3 +4,7 @@ require "open-uri"
|
|
4
4
|
|
5
5
|
require "active_support"
|
6
6
|
require "facets"
|
7
|
+
|
8
|
+
require "require_gist"
|
9
|
+
require_gist "371861/abc6d24346864e5cb33b4eab330569565b1dd8c2/shell_out.rb", "72b19c8955f87f9b408a92a77440cda987b1a01f" # http://gist.github.com/371861
|
10
|
+
require_gist "375386/642be35e02a09b7dc5736f462ea1d8368864ffa8/error_print.rb", "12f893f4abd1f0ea19d198f6ff1ac66d8b8675ea" # http://gist.github.com/375386
|