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.
Files changed (3) hide show
  1. data/HISTORY +4 -0
  2. data/vendor/saikuro/saikuro.rb +6 -3
  3. metadata +1 -1
data/HISTORY CHANGED
@@ -1,3 +1,7 @@
1
+ === MetricFu 1.1.4 / 2009-7-13
2
+
3
+ * Fixed another Ruby 1.9x bug
4
+
1
5
  === MetricFu 1.1.3 / 2009-7-10
2
6
 
3
7
  * MetricFu is now Ruby 1.9x compatible
@@ -1105,9 +1105,12 @@ if __FILE__ == $0
1105
1105
  require 'getoptlong'
1106
1106
  require 'fileutils'
1107
1107
  require 'find'
1108
- require 'rdoc/ri/ri_paths'
1109
- require 'rdoc/usage'
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jscruggs-metric_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Scruggs