drumherum 0.1.32 → 0.1.33
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/lib/drumherum/smart_init.rb +6 -5
- data/version.rb +1 -1
- metadata +2 -2
data/lib/drumherum/smart_init.rb
CHANGED
|
@@ -191,11 +191,12 @@ module SmartInit
|
|
|
191
191
|
# see
|
|
192
192
|
Drumherum::directory_main = patharray.dup
|
|
193
193
|
|
|
194
|
-
# /projectname/lib/projectname
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
194
|
+
# /projectname/lib/projectname not included, because you won't be able to require 'set'
|
|
195
|
+
# anymore if you have a file with the same name in your lib
|
|
196
|
+
# newpath = File.join(patharray,'lib', projectname)
|
|
197
|
+
# unless $:.include?(newpath)
|
|
198
|
+
# $:.unshift(newpath)
|
|
199
|
+
# end
|
|
199
200
|
|
|
200
201
|
# /projectname/lib
|
|
201
202
|
newpath = File.join(patharray,'lib')
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: drumherum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.33
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hoe
|