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.
Files changed (3) hide show
  1. data/lib/drumherum/smart_init.rb +6 -5
  2. data/version.rb +1 -1
  3. metadata +2 -2
@@ -191,11 +191,12 @@ module SmartInit
191
191
  # see
192
192
  Drumherum::directory_main = patharray.dup
193
193
 
194
- # /projectname/lib/projectname
195
- newpath = File.join(patharray,'lib', projectname)
196
- unless $:.include?(newpath)
197
- $:.unshift(newpath)
198
- end
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
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Drumherum
3
3
 
4
- VERSION = '0.1.32'
4
+ VERSION = '0.1.33'
5
5
 
6
6
  end
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.32
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 00:00:00.000000000 Z
12
+ date: 2012-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hoe