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 CHANGED
@@ -1 +1 @@
1
- 0.23.2
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
@@ -164,8 +164,6 @@ describe Sane do
164
164
  end
165
165
 
166
166
  it "should require_relative after changing dirs" do
167
- require 'ruby-debug'
168
- debugger
169
167
  assert system(OS.ruby_bin + " req_rel_bug/recreate.rb")
170
168
  end
171
169
 
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: 71
4
+ hash: 69
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 23
9
- - 2
10
- version: 0.23.2
9
+ - 3
10
+ version: 0.23.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roger Pack