hq-dev 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/gemspec +2 -2
- metadata +1 -1
data/templates/gemspec
CHANGED
@@ -27,6 +27,8 @@ $hq_project_full =
|
|
27
27
|
$hq_project_desc =
|
28
28
|
HQ.project_param "description"
|
29
29
|
|
30
|
+
Dir.mkdir "lib" unless Dir.exist? "lib"
|
31
|
+
|
30
32
|
Gem::Specification.new do
|
31
33
|
|spec|
|
32
34
|
|
@@ -71,8 +73,6 @@ Gem::Specification.new do
|
|
71
73
|
Dir.new("bin").entries - [ ".", ".." ]
|
72
74
|
end
|
73
75
|
|
74
|
-
Dir.mkdir "lib" unless Dir.exist? "lib"
|
75
|
-
|
76
76
|
spec.require_paths = Dir[
|
77
77
|
"lib",
|
78
78
|
]
|