hq-dev 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. data/templates/gemspec +2 -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
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hq-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: