roodi 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +8 -0
  2. data/Manifest.txt +1 -1
  3. data/lib/roodi.rb +1 -1
  4. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,11 @@
1
+ = 1.3.4
2
+
3
+ * Minor cleanup
4
+
5
+ = 1.3.3
6
+
7
+ * Added a rake task
8
+
1
9
  = 1.3.1
2
10
 
3
11
  * wrapped errors in an object to become more usable as an API.
data/Manifest.txt CHANGED
@@ -5,7 +5,6 @@ Rakefile
5
5
  bin/roodi
6
6
  bin/roodi-describe
7
7
  lib/roodi.rb
8
- lib/roodi_task.rb
9
8
  lib/roodi/checks.rb
10
9
  lib/roodi/checks/abc_metric_method_check.rb
11
10
  lib/roodi/checks/assignment_in_conditional_check.rb
@@ -34,6 +33,7 @@ lib/roodi/core/iterator_visitor.rb
34
33
  lib/roodi/core/parse_tree_runner.rb
35
34
  lib/roodi/core/parser.rb
36
35
  lib/roodi/core/visitable_sexp.rb
36
+ lib/roodi_task.rb
37
37
  roodi.yml
38
38
  spec/roodi/checks/abc_metric_method_check_spec.rb
39
39
  spec/roodi/checks/assignment_in_conditional_check_spec.rb
data/lib/roodi.rb CHANGED
@@ -2,5 +2,5 @@ require 'roodi/checks'
2
2
  require 'roodi/core'
3
3
 
4
4
  module Roodi
5
- VERSION = '1.3.3'
5
+ VERSION = '1.3.4'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roodi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marty Andrews
@@ -62,7 +62,6 @@ files:
62
62
  - bin/roodi
63
63
  - bin/roodi-describe
64
64
  - lib/roodi.rb
65
- - lib/roodi_task.rb
66
65
  - lib/roodi/checks.rb
67
66
  - lib/roodi/checks/abc_metric_method_check.rb
68
67
  - lib/roodi/checks/assignment_in_conditional_check.rb
@@ -91,6 +90,7 @@ files:
91
90
  - lib/roodi/core/parse_tree_runner.rb
92
91
  - lib/roodi/core/parser.rb
93
92
  - lib/roodi/core/visitable_sexp.rb
93
+ - lib/roodi_task.rb
94
94
  - roodi.yml
95
95
  - spec/roodi/checks/abc_metric_method_check_spec.rb
96
96
  - spec/roodi/checks/assignment_in_conditional_check_spec.rb