flog 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/History.txt +7 -0
- data/Rakefile +8 -11
- data/bin/flog +0 -2
- data/lib/flog.rb +67 -73
- data/test/test_flog.rb +1361 -1013
- data/test/test_flog_command.rb +282 -282
- data/test/test_flog_integration.rb +904 -904
- metadata +12 -8
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Davis
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
FBHgymkyj/AOSqKRIpXPhjC6
|
31
31
|
-----END CERTIFICATE-----
|
32
32
|
|
33
|
-
date: 2009-
|
33
|
+
date: 2009-06-23 00:00:00 -07:00
|
34
34
|
default_executable:
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
version: "3.0"
|
45
45
|
version:
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
|
-
name:
|
47
|
+
name: ruby_parser
|
48
48
|
type: :runtime
|
49
49
|
version_requirement:
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 1.1.0
|
55
55
|
version:
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: hoe
|
@@ -61,9 +61,11 @@ dependencies:
|
|
61
61
|
requirements:
|
62
62
|
- - ">="
|
63
63
|
- !ruby/object:Gem::Version
|
64
|
-
version:
|
64
|
+
version: 2.3.0
|
65
65
|
version:
|
66
|
-
description:
|
66
|
+
description: |-
|
67
|
+
Flog reports the most tortured code in an easy to read pain
|
68
|
+
report. The higher the score, the more pain the code is in.
|
67
69
|
email:
|
68
70
|
- ryand-ruby@zenspider.com
|
69
71
|
executables:
|
@@ -103,6 +105,8 @@ files:
|
|
103
105
|
- test/test_helper.rb
|
104
106
|
has_rdoc: true
|
105
107
|
homepage: http://ruby.sadi.st/
|
108
|
+
licenses: []
|
109
|
+
|
106
110
|
post_install_message:
|
107
111
|
rdoc_options:
|
108
112
|
- --main
|
@@ -124,9 +128,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
128
|
requirements: []
|
125
129
|
|
126
130
|
rubyforge_project: seattlerb
|
127
|
-
rubygems_version: 1.3.
|
131
|
+
rubygems_version: 1.3.4
|
128
132
|
signing_key:
|
129
|
-
specification_version:
|
133
|
+
specification_version: 3
|
130
134
|
summary: Flog reports the most tortured code in an easy to read pain report
|
131
135
|
test_files:
|
132
136
|
- test/test_flog.rb
|
metadata.gz.sig
CHANGED
Binary file
|