gem_skeleton 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ Spork.prefork do
24
24
  end
25
25
 
26
26
  Spork.each_run do
27
- Dir["#{File.dirname(__FILE__)}/../lib/<%=config[:name]%>.rb"].each {|f| load f}
27
+ load "#{File.dirname(__FILE__)}/../lib/<%=config[:name]%>.rb"
28
28
  Dir["#{File.dirname(__FILE__)}/../lib/<%=config[:name]%>/*.rb"].each {|f| load f}
29
29
  end
30
30
 
@@ -1,3 +1,3 @@
1
1
  module GemSkeleton
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_skeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-04-12 00:00:00.000000000 Z
12
+ date: 2012-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor