roadworker 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,6 +32,8 @@ module Roadworker
32
32
 
33
33
  if File.exist?(routefile)
34
34
  instance_eval(File.read(routefile))
35
+ elsif File.exist?(routefile + '.rb')
36
+ instance_eval(File.read(routefile + '.rb'))
35
37
  else
36
38
  Kernel.require(file)
37
39
  end
@@ -1,5 +1,5 @@
1
1
  module Roadworker
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
4
4
 
5
5
  Version = Roadworker::VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roadworker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: