rails_code_qa 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/tasks/rails_code_qa.rake +1 -1
  2. metadata +3 -3
@@ -9,7 +9,7 @@ task :rcqa => ["rcqa:default"]
9
9
  namespace :rcqa do
10
10
  SECTIONS = {
11
11
  "units" => {:folders => "app\/models|app\/helpers|lib"},
12
- "functionals" => {:folders => "app\/controllers"},
12
+ "functionals" => {:folders => "app\/controllers|app\/mailers"},
13
13
  "integration" => {}
14
14
  }
15
15
 
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 3
8
- version: "0.3"
7
+ - 4
8
+ version: "0.4"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Nathan Humbert
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2010-06-04 00:00:00 -07:00
16
+ date: 2010-09-21 00:00:00 -07:00
17
17
  default_executable:
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency