rubocop-checkstyle_formatter 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +23 -24
  3. data/Appraisals +13 -11
  4. data/README.md +2 -2
  5. data/gemfiles/rubocop_0.30.1.gemfile.lock +17 -9
  6. data/gemfiles/{rubocop_0.20.1.gemfile → rubocop_0.31.0.gemfile} +1 -1
  7. data/gemfiles/rubocop_0.31.0.gemfile.lock +57 -0
  8. data/gemfiles/{rubocop_0.22.0.gemfile → rubocop_0.32.1.gemfile} +1 -1
  9. data/gemfiles/rubocop_0.32.1.gemfile.lock +57 -0
  10. data/gemfiles/{rubocop_0.21.0.gemfile → rubocop_0.33.0.gemfile} +1 -1
  11. data/gemfiles/rubocop_0.33.0.gemfile.lock +57 -0
  12. data/gemfiles/{rubocop_0.23.0.gemfile → rubocop_0.34.2.gemfile} +1 -1
  13. data/gemfiles/rubocop_0.34.2.gemfile.lock +57 -0
  14. data/gemfiles/rubocop_0.35.1.gemfile +7 -0
  15. data/gemfiles/rubocop_0.35.1.gemfile.lock +59 -0
  16. data/gemfiles/rubocop_0.36.0.gemfile +7 -0
  17. data/gemfiles/rubocop_0.36.0.gemfile.lock +54 -0
  18. data/gemfiles/rubocop_0.37.2.gemfile +7 -0
  19. data/gemfiles/rubocop_0.37.2.gemfile.lock +56 -0
  20. data/gemfiles/rubocop_0.38.0.gemfile +7 -0
  21. data/gemfiles/rubocop_0.38.0.gemfile.lock +56 -0
  22. data/gemfiles/rubocop_0.39.0.gemfile +7 -0
  23. data/gemfiles/rubocop_0.39.0.gemfile.lock +56 -0
  24. data/gemfiles/rubocop_0.40.0.gemfile +7 -0
  25. data/gemfiles/rubocop_0.40.0.gemfile.lock +56 -0
  26. data/gemfiles/rubocop_0.41.2.gemfile +7 -0
  27. data/gemfiles/rubocop_0.41.2.gemfile.lock +56 -0
  28. data/gemfiles/rubocop_0.42.0.gemfile +7 -0
  29. data/gemfiles/rubocop_0.42.0.gemfile.lock +56 -0
  30. data/lib/rubocop/formatter/checkstyle_formatter.rb +1 -0
  31. data/rubocop-checkstyle_formatter.gemspec +3 -3
  32. metadata +31 -27
  33. data/gemfiles/rubocop_0.20.1.gemfile.lock +0 -50
  34. data/gemfiles/rubocop_0.21.0.gemfile.lock +0 -50
  35. data/gemfiles/rubocop_0.22.0.gemfile.lock +0 -50
  36. data/gemfiles/rubocop_0.23.0.gemfile.lock +0 -50
  37. data/gemfiles/rubocop_0.24.0.gemfile +0 -7
  38. data/gemfiles/rubocop_0.24.0.gemfile.lock +0 -50
  39. data/gemfiles/rubocop_0.25.0.gemfile +0 -7
  40. data/gemfiles/rubocop_0.25.0.gemfile.lock +0 -48
  41. data/gemfiles/rubocop_0.26.1.gemfile +0 -7
  42. data/gemfiles/rubocop_0.26.1.gemfile.lock +0 -51
  43. data/gemfiles/rubocop_0.27.1.gemfile +0 -7
  44. data/gemfiles/rubocop_0.27.1.gemfile.lock +0 -51
  45. data/gemfiles/rubocop_0.28.0.gemfile +0 -7
  46. data/gemfiles/rubocop_0.28.0.gemfile.lock +0 -51
  47. data/gemfiles/rubocop_0.29.1.gemfile +0 -7
  48. data/gemfiles/rubocop_0.29.1.gemfile.lock +0 -49
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.36.0"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,54 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.36.0)
35
+ parser (>= 2.3.0.0, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ ruby-progressbar (1.8.1)
40
+ thor (0.19.1)
41
+
42
+ PLATFORMS
43
+ ruby
44
+
45
+ DEPENDENCIES
46
+ appraisal (~> 1.0.0)
47
+ bundler (~> 1.3)
48
+ rake (~> 10.1)
49
+ rspec (~> 3.5.0)
50
+ rubocop (= 0.36.0)
51
+ rubocop-checkstyle_formatter!
52
+
53
+ BUNDLED WITH
54
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.37.2"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.37.2)
35
+ parser (>= 2.3.0.4, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (~> 0.3)
40
+ ruby-progressbar (1.8.1)
41
+ thor (0.19.1)
42
+ unicode-display_width (0.3.1)
43
+
44
+ PLATFORMS
45
+ ruby
46
+
47
+ DEPENDENCIES
48
+ appraisal (~> 1.0.0)
49
+ bundler (~> 1.3)
50
+ rake (~> 10.1)
51
+ rspec (~> 3.5.0)
52
+ rubocop (= 0.37.2)
53
+ rubocop-checkstyle_formatter!
54
+
55
+ BUNDLED WITH
56
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.38.0"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.38.0)
35
+ parser (>= 2.3.0.6, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (~> 1.0, >= 1.0.1)
40
+ ruby-progressbar (1.8.1)
41
+ thor (0.19.1)
42
+ unicode-display_width (1.1.0)
43
+
44
+ PLATFORMS
45
+ ruby
46
+
47
+ DEPENDENCIES
48
+ appraisal (~> 1.0.0)
49
+ bundler (~> 1.3)
50
+ rake (~> 10.1)
51
+ rspec (~> 3.5.0)
52
+ rubocop (= 0.38.0)
53
+ rubocop-checkstyle_formatter!
54
+
55
+ BUNDLED WITH
56
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.39.0"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.39.0)
35
+ parser (>= 2.3.0.7, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (~> 1.0, >= 1.0.1)
40
+ ruby-progressbar (1.8.1)
41
+ thor (0.19.1)
42
+ unicode-display_width (1.1.0)
43
+
44
+ PLATFORMS
45
+ ruby
46
+
47
+ DEPENDENCIES
48
+ appraisal (~> 1.0.0)
49
+ bundler (~> 1.3)
50
+ rake (~> 10.1)
51
+ rspec (~> 3.5.0)
52
+ rubocop (= 0.39.0)
53
+ rubocop-checkstyle_formatter!
54
+
55
+ BUNDLED WITH
56
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.40.0"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.40.0)
35
+ parser (>= 2.3.1.0, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (~> 1.0, >= 1.0.1)
40
+ ruby-progressbar (1.8.1)
41
+ thor (0.19.1)
42
+ unicode-display_width (1.1.0)
43
+
44
+ PLATFORMS
45
+ ruby
46
+
47
+ DEPENDENCIES
48
+ appraisal (~> 1.0.0)
49
+ bundler (~> 1.3)
50
+ rake (~> 10.1)
51
+ rspec (~> 3.5.0)
52
+ rubocop (= 0.40.0)
53
+ rubocop-checkstyle_formatter!
54
+
55
+ BUNDLED WITH
56
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.41.2"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.41.2)
35
+ parser (>= 2.3.1.1, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (~> 1.0, >= 1.0.1)
40
+ ruby-progressbar (1.8.1)
41
+ thor (0.19.1)
42
+ unicode-display_width (1.1.0)
43
+
44
+ PLATFORMS
45
+ ruby
46
+
47
+ DEPENDENCIES
48
+ appraisal (~> 1.0.0)
49
+ bundler (~> 1.3)
50
+ rake (~> 10.1)
51
+ rspec (~> 3.5.0)
52
+ rubocop (= 0.41.2)
53
+ rubocop-checkstyle_formatter!
54
+
55
+ BUNDLED WITH
56
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rubocop", "0.42.0"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,56 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rubocop-checkstyle_formatter (0.2.0)
5
+ rubocop (>= 0.20.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (1.0.3)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ ast (2.3.0)
15
+ diff-lcs (1.2.5)
16
+ parser (2.3.1.2)
17
+ ast (~> 2.2)
18
+ powerpack (0.1.1)
19
+ rainbow (2.1.0)
20
+ rake (10.5.0)
21
+ rspec (3.5.0)
22
+ rspec-core (~> 3.5.0)
23
+ rspec-expectations (~> 3.5.0)
24
+ rspec-mocks (~> 3.5.0)
25
+ rspec-core (3.5.2)
26
+ rspec-support (~> 3.5.0)
27
+ rspec-expectations (3.5.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.5.0)
30
+ rspec-mocks (3.5.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.5.0)
33
+ rspec-support (3.5.0)
34
+ rubocop (0.42.0)
35
+ parser (>= 2.3.1.1, < 3.0)
36
+ powerpack (~> 0.1)
37
+ rainbow (>= 1.99.1, < 3.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (~> 1.0, >= 1.0.1)
40
+ ruby-progressbar (1.8.1)
41
+ thor (0.19.1)
42
+ unicode-display_width (1.1.0)
43
+
44
+ PLATFORMS
45
+ ruby
46
+
47
+ DEPENDENCIES
48
+ appraisal (~> 1.0.0)
49
+ bundler (~> 1.3)
50
+ rake (~> 10.1)
51
+ rspec (~> 3.5.0)
52
+ rubocop (= 0.42.0)
53
+ rubocop-checkstyle_formatter!
54
+
55
+ BUNDLED WITH
56
+ 1.12.5