dolzenko 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dolzenko.rb +8 -1
- metadata +3 -3
data/lib/dolzenko.rb
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
require "English"
|
2
|
-
require "
|
2
|
+
require "yaml"
|
3
3
|
require "open-uri"
|
4
4
|
|
5
|
+
# These can be autoloaded consistently (i.e. define single constant)
|
6
|
+
autoload :FileUtils, "fileutils"
|
7
|
+
autoload :OptionParser, "optparse"
|
8
|
+
module Net
|
9
|
+
autoload :HTTP, "net/http"
|
10
|
+
end
|
11
|
+
|
5
12
|
require "active_support"
|
6
13
|
require "facets"
|
7
14
|
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Evgeniy Dolzhenko
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-28 00:00:00 +04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|