jscruggs-metric_fu 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +4 -0
- data/vendor/saikuro/saikuro.rb +6 -3
- metadata +1 -1
data/HISTORY
CHANGED
data/vendor/saikuro/saikuro.rb
CHANGED
@@ -1105,9 +1105,12 @@ if __FILE__ == $0
|
|
1105
1105
|
require 'getoptlong'
|
1106
1106
|
require 'fileutils'
|
1107
1107
|
require 'find'
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1108
|
+
begin
|
1109
|
+
require 'rdoc/ri/ri_paths'
|
1110
|
+
require 'rdoc/usage'
|
1111
|
+
rescue
|
1112
|
+
# these requires cause problems in Ruby 1.9x that I'm not really sure how to fix
|
1113
|
+
end
|
1111
1114
|
include ResultIndexGenerator
|
1112
1115
|
|
1113
1116
|
#Returns the path without the file
|