jscruggs-metric_fu 1.1.4 → 1.1.5
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 +3 -1
- metadata +3 -2
data/HISTORY
CHANGED
data/vendor/saikuro/saikuro.rb
CHANGED
@@ -1108,8 +1108,10 @@ if __FILE__ == $0
|
|
1108
1108
|
begin
|
1109
1109
|
require 'rdoc/ri/ri_paths'
|
1110
1110
|
require 'rdoc/usage'
|
1111
|
-
rescue
|
1111
|
+
rescue LoadError
|
1112
1112
|
# these requires cause problems in Ruby 1.9x that I'm not really sure how to fix
|
1113
|
+
require 'rdoc/ri/paths'
|
1114
|
+
#Still not sure what the equivalent of rdoc/usage is. I know it has been removed from 1.9
|
1113
1115
|
end
|
1114
1116
|
include ResultIndexGenerator
|
1115
1117
|
|
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.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jake Scruggs
|
@@ -127,6 +127,7 @@ files:
|
|
127
127
|
- Manifest.txt
|
128
128
|
has_rdoc: true
|
129
129
|
homepage: http://metric-fu.rubyforge.org/
|
130
|
+
licenses:
|
130
131
|
post_install_message:
|
131
132
|
rdoc_options:
|
132
133
|
- --main
|
@@ -148,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
149
|
requirements: []
|
149
150
|
|
150
151
|
rubyforge_project:
|
151
|
-
rubygems_version: 1.
|
152
|
+
rubygems_version: 1.3.5
|
152
153
|
signing_key:
|
153
154
|
specification_version: 2
|
154
155
|
summary: A fistful of code metrics, with awesome templates and graphs
|