sane 0.23.2 → 0.23.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/sane/require_relative.rb +0 -1
- data/spec/spec.sane.rb +0 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.23.
|
1
|
+
0.23.3
|
@@ -13,7 +13,6 @@ module Kernel
|
|
13
13
|
if /\A\((.*)\)/ =~ file # eval, etc.
|
14
14
|
raise LoadError, "require_relative is called in #{$1}"
|
15
15
|
end
|
16
|
-
p 'relative is', relative_feature, File.dirname(file), OriginalDir
|
17
16
|
absolute_feature = File.expand_path(File.join(File.dirname(file), relative_feature))
|
18
17
|
begin
|
19
18
|
require absolute_feature
|
data/spec/spec.sane.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 69
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 23
|
9
|
-
-
|
10
|
-
version: 0.23.
|
9
|
+
- 3
|
10
|
+
version: 0.23.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roger Pack
|