flog 1.2.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: 1.2.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-22 00:00:00 -05:00
12
+ date: 2009-01-20 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 1.8.0
43
+ version: 1.8.2
44
44
  version:
45
45
  description: Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.
46
46
  email:
@@ -61,8 +61,25 @@ files:
61
61
  - bin/flog
62
62
  - gem_updater.rb
63
63
  - lib/flog.rb
64
+ - lib/gauntlet_flog.rb
64
65
  - unpack.rb
65
66
  - update_scores.rb
67
+ - spec/flog_command_spec.rb
68
+ - spec/flog_integration_spec.rb
69
+ - spec/flog_spec.rb
70
+ - spec/spec.opts
71
+ - spec/spec_helper.rb
72
+ - spec_fixtures/collection/bigger_example/acts/date_range.rb
73
+ - spec_fixtures/collection/bigger_example/acts/range.rb
74
+ - spec_fixtures/collection/bigger_example/association_extensions/date_ranged.rb
75
+ - spec_fixtures/collection/bigger_example/association_extensions/ranged.rb
76
+ - spec_fixtures/collection/bigger_example/reflection_extensions/ranged.rb
77
+ - spec_fixtures/directory/bot_filter.rb
78
+ - spec_fixtures/directory/bot_parser.rb
79
+ - spec_fixtures/directory/bot_parser_format.rb
80
+ - spec_fixtures/directory/bot_sender.rb
81
+ - spec_fixtures/empty/empty.rb
82
+ - spec_fixtures/simple/simple.rb
66
83
  has_rdoc: true
67
84
  homepage: http://ruby.sadi.st/
68
85
  post_install_message:
@@ -86,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
103
  requirements: []
87
104
 
88
105
  rubyforge_project: seattlerb
89
- rubygems_version: 1.3.0
106
+ rubygems_version: 1.3.1
90
107
  signing_key:
91
108
  specification_version: 2
92
109
  summary: Flog reports the most tortured code in an easy to read pain report