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
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.26.1"
6
-
7
- gemspec :path => "../"
@@ -1,51 +0,0 @@
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.2)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- astrolabe (1.3.0)
16
- parser (>= 2.2.0.pre.3, < 3.0)
17
- diff-lcs (1.2.5)
18
- parser (2.2.0.pre.4)
19
- ast (>= 1.1, < 3.0)
20
- slop (~> 3.4, >= 3.4.5)
21
- powerpack (0.0.9)
22
- rainbow (2.0.0)
23
- rake (10.3.2)
24
- rspec (2.14.1)
25
- rspec-core (~> 2.14.0)
26
- rspec-expectations (~> 2.14.0)
27
- rspec-mocks (~> 2.14.0)
28
- rspec-core (2.14.8)
29
- rspec-expectations (2.14.5)
30
- diff-lcs (>= 1.1.3, < 2.0)
31
- rspec-mocks (2.14.6)
32
- rubocop (0.26.1)
33
- astrolabe (~> 1.3)
34
- parser (>= 2.2.0.pre.4, < 3.0)
35
- powerpack (~> 0.0.6)
36
- rainbow (>= 1.99.1, < 3.0)
37
- ruby-progressbar (~> 1.4)
38
- ruby-progressbar (1.5.1)
39
- slop (3.6.0)
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 (~> 2.14.0)
50
- rubocop (= 0.26.1)
51
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.27.1"
6
-
7
- gemspec :path => "../"
@@ -1,51 +0,0 @@
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.2)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- astrolabe (1.3.0)
16
- parser (>= 2.2.0.pre.3, < 3.0)
17
- diff-lcs (1.2.5)
18
- parser (2.2.0.pre.8)
19
- ast (>= 1.1, < 3.0)
20
- slop (~> 3.4, >= 3.4.5)
21
- powerpack (0.0.9)
22
- rainbow (2.0.0)
23
- rake (10.4.2)
24
- rspec (2.14.1)
25
- rspec-core (~> 2.14.0)
26
- rspec-expectations (~> 2.14.0)
27
- rspec-mocks (~> 2.14.0)
28
- rspec-core (2.14.8)
29
- rspec-expectations (2.14.5)
30
- diff-lcs (>= 1.1.3, < 2.0)
31
- rspec-mocks (2.14.6)
32
- rubocop (0.27.1)
33
- astrolabe (~> 1.3)
34
- parser (>= 2.2.0.pre.7, < 3.0)
35
- powerpack (~> 0.0.6)
36
- rainbow (>= 1.99.1, < 3.0)
37
- ruby-progressbar (~> 1.4)
38
- ruby-progressbar (1.7.1)
39
- slop (3.6.0)
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 (~> 2.14.0)
50
- rubocop (= 0.27.1)
51
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.28.0"
6
-
7
- gemspec :path => "../"
@@ -1,51 +0,0 @@
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.2)
11
- bundler
12
- rake
13
- thor (>= 0.14.0)
14
- ast (2.0.0)
15
- astrolabe (1.3.0)
16
- parser (>= 2.2.0.pre.3, < 3.0)
17
- diff-lcs (1.2.5)
18
- parser (2.2.0.pre.8)
19
- ast (>= 1.1, < 3.0)
20
- slop (~> 3.4, >= 3.4.5)
21
- powerpack (0.0.9)
22
- rainbow (2.0.0)
23
- rake (10.4.2)
24
- rspec (2.14.1)
25
- rspec-core (~> 2.14.0)
26
- rspec-expectations (~> 2.14.0)
27
- rspec-mocks (~> 2.14.0)
28
- rspec-core (2.14.8)
29
- rspec-expectations (2.14.5)
30
- diff-lcs (>= 1.1.3, < 2.0)
31
- rspec-mocks (2.14.6)
32
- rubocop (0.28.0)
33
- astrolabe (~> 1.3)
34
- parser (>= 2.2.0.pre.7, < 3.0)
35
- powerpack (~> 0.0.6)
36
- rainbow (>= 1.99.1, < 3.0)
37
- ruby-progressbar (~> 1.4)
38
- ruby-progressbar (1.7.1)
39
- slop (3.6.0)
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 (~> 2.14.0)
50
- rubocop (= 0.28.0)
51
- rubocop-checkstyle_formatter!
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.29.1"
6
-
7
- gemspec :path => "../"
@@ -1,49 +0,0 @@
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.0.0)
15
- astrolabe (1.3.0)
16
- parser (>= 2.2.0.pre.3, < 3.0)
17
- diff-lcs (1.2.5)
18
- parser (2.2.2.1)
19
- ast (>= 1.1, < 3.0)
20
- powerpack (0.1.0)
21
- rainbow (2.0.0)
22
- rake (10.4.2)
23
- rspec (2.14.1)
24
- rspec-core (~> 2.14.0)
25
- rspec-expectations (~> 2.14.0)
26
- rspec-mocks (~> 2.14.0)
27
- rspec-core (2.14.8)
28
- rspec-expectations (2.14.5)
29
- diff-lcs (>= 1.1.3, < 2.0)
30
- rspec-mocks (2.14.6)
31
- rubocop (0.29.1)
32
- astrolabe (~> 1.3)
33
- parser (>= 2.2.0.1, < 3.0)
34
- powerpack (~> 0.1)
35
- rainbow (>= 1.99.1, < 3.0)
36
- ruby-progressbar (~> 1.4)
37
- ruby-progressbar (1.7.5)
38
- thor (0.19.1)
39
-
40
- PLATFORMS
41
- ruby
42
-
43
- DEPENDENCIES
44
- appraisal (~> 1.0.0)
45
- bundler (~> 1.3)
46
- rake (~> 10.1)
47
- rspec (~> 2.14.0)
48
- rubocop (= 0.29.1)
49
- rubocop-checkstyle_formatter!