rubocop-checkstyle_formatter 0.3.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/build.yml +21 -0
  3. data/.rubocop.yml +13 -0
  4. data/.rubocop_todo.yml +24 -0
  5. data/Appraisals +12 -13
  6. data/Gemfile +1 -0
  7. data/README.md +3 -3
  8. data/gemfiles/{rubocop_0.32.1.gemfile → rubocop_1.19.1.gemfile} +2 -2
  9. data/gemfiles/rubocop_1.19.1.gemfile.lock +65 -0
  10. data/gemfiles/{rubocop_0.30.1.gemfile → rubocop_1.20.0.gemfile} +2 -2
  11. data/gemfiles/rubocop_1.20.0.gemfile.lock +64 -0
  12. data/gemfiles/{rubocop_0.33.0.gemfile → rubocop_1.21.0.gemfile} +2 -2
  13. data/gemfiles/rubocop_1.21.0.gemfile.lock +64 -0
  14. data/gemfiles/{rubocop_0.31.0.gemfile → rubocop_1.22.3.gemfile} +2 -2
  15. data/gemfiles/rubocop_1.22.3.gemfile.lock +64 -0
  16. data/gemfiles/rubocop_1.23.0.gemfile +7 -0
  17. data/gemfiles/rubocop_1.23.0.gemfile.lock +64 -0
  18. data/gemfiles/rubocop_1.24.1.gemfile +7 -0
  19. data/gemfiles/rubocop_1.24.1.gemfile.lock +64 -0
  20. data/gemfiles/rubocop_1.25.1.gemfile +7 -0
  21. data/gemfiles/rubocop_1.25.1.gemfile.lock +64 -0
  22. data/gemfiles/rubocop_1.26.1.gemfile +7 -0
  23. data/gemfiles/rubocop_1.26.1.gemfile.lock +64 -0
  24. data/gemfiles/rubocop_1.27.0.gemfile +7 -0
  25. data/gemfiles/rubocop_1.27.0.gemfile.lock +64 -0
  26. data/gemfiles/rubocop_1.28.2.gemfile +7 -0
  27. data/gemfiles/rubocop_1.28.2.gemfile.lock +64 -0
  28. data/gemfiles/rubocop_1.29.1.gemfile +7 -0
  29. data/gemfiles/rubocop_1.29.1.gemfile.lock +64 -0
  30. data/gemfiles/rubocop_1.30.1.gemfile +7 -0
  31. data/gemfiles/rubocop_1.30.1.gemfile.lock +64 -0
  32. data/lib/rubocop/formatter/checkstyle_formatter.rb +15 -11
  33. data/rubocop-checkstyle_formatter.gemspec +11 -9
  34. data/spec/rubocop/formatter/checkstyle_formatter_spec.rb +26 -13
  35. data/spec/spec_helper.rb +1 -1
  36. metadata +42 -43
  37. data/.travis.yml +0 -35
  38. data/gemfiles/rubocop_0.30.1.gemfile.lock +0 -57
  39. data/gemfiles/rubocop_0.31.0.gemfile.lock +0 -57
  40. data/gemfiles/rubocop_0.32.1.gemfile.lock +0 -57
  41. data/gemfiles/rubocop_0.33.0.gemfile.lock +0 -57
  42. data/gemfiles/rubocop_0.34.2.gemfile +0 -7
  43. data/gemfiles/rubocop_0.34.2.gemfile.lock +0 -57
  44. data/gemfiles/rubocop_0.35.1.gemfile +0 -7
  45. data/gemfiles/rubocop_0.35.1.gemfile.lock +0 -59
  46. data/gemfiles/rubocop_0.36.0.gemfile +0 -7
  47. data/gemfiles/rubocop_0.36.0.gemfile.lock +0 -54
  48. data/gemfiles/rubocop_0.37.2.gemfile +0 -7
  49. data/gemfiles/rubocop_0.37.2.gemfile.lock +0 -56
  50. data/gemfiles/rubocop_0.38.0.gemfile +0 -7
  51. data/gemfiles/rubocop_0.38.0.gemfile.lock +0 -56
  52. data/gemfiles/rubocop_0.39.0.gemfile +0 -7
  53. data/gemfiles/rubocop_0.39.0.gemfile.lock +0 -56
  54. data/gemfiles/rubocop_0.40.0.gemfile +0 -7
  55. data/gemfiles/rubocop_0.40.0.gemfile.lock +0 -56
  56. data/gemfiles/rubocop_0.41.2.gemfile +0 -7
  57. data/gemfiles/rubocop_0.41.2.gemfile.lock +0 -56
  58. data/gemfiles/rubocop_0.42.0.gemfile +0 -7
  59. data/gemfiles/rubocop_0.42.0.gemfile.lock +0 -56
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-checkstyle_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eito Katagiri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-26 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.30.1
19
+ version: 1.14.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.30.1
26
+ version: 1.14.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appraisal
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.0.0
33
+ version: 2.4.1
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.0.0
40
+ version: 2.4.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '1.3'
47
+ version: 2.2.10
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '1.3'
54
+ version: 2.2.10
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '10.1'
61
+ version: 12.3.3
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '10.1'
68
+ version: 12.3.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -87,39 +87,39 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - ".github/workflows/build.yml"
90
91
  - ".gitignore"
91
- - ".travis.yml"
92
+ - ".rubocop.yml"
93
+ - ".rubocop_todo.yml"
92
94
  - Appraisals
93
95
  - Gemfile
94
96
  - LICENSE.txt
95
97
  - README.md
96
98
  - Rakefile
97
- - gemfiles/rubocop_0.30.1.gemfile
98
- - gemfiles/rubocop_0.30.1.gemfile.lock
99
- - gemfiles/rubocop_0.31.0.gemfile
100
- - gemfiles/rubocop_0.31.0.gemfile.lock
101
- - gemfiles/rubocop_0.32.1.gemfile
102
- - gemfiles/rubocop_0.32.1.gemfile.lock
103
- - gemfiles/rubocop_0.33.0.gemfile
104
- - gemfiles/rubocop_0.33.0.gemfile.lock
105
- - gemfiles/rubocop_0.34.2.gemfile
106
- - gemfiles/rubocop_0.34.2.gemfile.lock
107
- - gemfiles/rubocop_0.35.1.gemfile
108
- - gemfiles/rubocop_0.35.1.gemfile.lock
109
- - gemfiles/rubocop_0.36.0.gemfile
110
- - gemfiles/rubocop_0.36.0.gemfile.lock
111
- - gemfiles/rubocop_0.37.2.gemfile
112
- - gemfiles/rubocop_0.37.2.gemfile.lock
113
- - gemfiles/rubocop_0.38.0.gemfile
114
- - gemfiles/rubocop_0.38.0.gemfile.lock
115
- - gemfiles/rubocop_0.39.0.gemfile
116
- - gemfiles/rubocop_0.39.0.gemfile.lock
117
- - gemfiles/rubocop_0.40.0.gemfile
118
- - gemfiles/rubocop_0.40.0.gemfile.lock
119
- - gemfiles/rubocop_0.41.2.gemfile
120
- - gemfiles/rubocop_0.41.2.gemfile.lock
121
- - gemfiles/rubocop_0.42.0.gemfile
122
- - gemfiles/rubocop_0.42.0.gemfile.lock
99
+ - gemfiles/rubocop_1.19.1.gemfile
100
+ - gemfiles/rubocop_1.19.1.gemfile.lock
101
+ - gemfiles/rubocop_1.20.0.gemfile
102
+ - gemfiles/rubocop_1.20.0.gemfile.lock
103
+ - gemfiles/rubocop_1.21.0.gemfile
104
+ - gemfiles/rubocop_1.21.0.gemfile.lock
105
+ - gemfiles/rubocop_1.22.3.gemfile
106
+ - gemfiles/rubocop_1.22.3.gemfile.lock
107
+ - gemfiles/rubocop_1.23.0.gemfile
108
+ - gemfiles/rubocop_1.23.0.gemfile.lock
109
+ - gemfiles/rubocop_1.24.1.gemfile
110
+ - gemfiles/rubocop_1.24.1.gemfile.lock
111
+ - gemfiles/rubocop_1.25.1.gemfile
112
+ - gemfiles/rubocop_1.25.1.gemfile.lock
113
+ - gemfiles/rubocop_1.26.1.gemfile
114
+ - gemfiles/rubocop_1.26.1.gemfile.lock
115
+ - gemfiles/rubocop_1.27.0.gemfile
116
+ - gemfiles/rubocop_1.27.0.gemfile.lock
117
+ - gemfiles/rubocop_1.28.2.gemfile
118
+ - gemfiles/rubocop_1.28.2.gemfile.lock
119
+ - gemfiles/rubocop_1.29.1.gemfile
120
+ - gemfiles/rubocop_1.29.1.gemfile.lock
121
+ - gemfiles/rubocop_1.30.1.gemfile
122
+ - gemfiles/rubocop_1.30.1.gemfile.lock
123
123
  - lib/rubocop/formatter/checkstyle_formatter.rb
124
124
  - rubocop-checkstyle_formatter.gemspec
125
125
  - spec/rubocop/formatter/checkstyle_formatter_spec.rb
@@ -143,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
- rubyforge_project:
147
- rubygems_version: 2.5.1
146
+ rubygems_version: 3.3.10
148
147
  signing_key:
149
148
  specification_version: 4
150
149
  summary: A formatter for rubocop that outputs in checkstyle format
data/.travis.yml DELETED
@@ -1,35 +0,0 @@
1
- sudo: false
2
- cache: bundler
3
- language: ruby
4
- rvm:
5
- - 2.0.0
6
- - 2.1
7
- - 2.2
8
- - 2.3.0
9
- - ruby-head
10
- - jruby-9.0.1.0
11
- - rbx-3
12
- gemfile:
13
- - gemfiles/rubocop_0.30.1.gemfile
14
- - gemfiles/rubocop_0.31.0.gemfile
15
- - gemfiles/rubocop_0.32.1.gemfile
16
- - gemfiles/rubocop_0.33.0.gemfile
17
- - gemfiles/rubocop_0.34.2.gemfile
18
- - gemfiles/rubocop_0.35.1.gemfile
19
- - gemfiles/rubocop_0.36.0.gemfile
20
- - gemfiles/rubocop_0.37.2.gemfile
21
- - gemfiles/rubocop_0.38.0.gemfile
22
- - gemfiles/rubocop_0.39.0.gemfile
23
- - gemfiles/rubocop_0.40.0.gemfile
24
- - gemfiles/rubocop_0.41.2.gemfile
25
- - gemfiles/rubocop_0.42.0.gemfile
26
- matrix:
27
- allow_failures:
28
- - rvm: ruby-head
29
- - rvm: rbx-3
30
- fast_finish: true
31
- before_install: gem update --remote bundler
32
- install:
33
- - bundle install --retry=3
34
- script:
35
- - bundle exec rake spec
@@ -1,57 +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 (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.30.1)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.1, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.7.5)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.30.1)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,57 +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.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.31.0)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.1, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.31.0)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,57 +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.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.32.1)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.5, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.32.1)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,57 +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.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.33.0)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.5, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.33.0)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.34.2"
6
-
7
- gemspec :path => "../"
@@ -1,57 +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.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.34.2)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.2.5, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.4)
42
- ruby-progressbar (1.8.1)
43
- thor (0.19.1)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- appraisal (~> 1.0.0)
50
- bundler (~> 1.3)
51
- rake (~> 10.1)
52
- rspec (~> 3.5.0)
53
- rubocop (= 0.34.2)
54
- rubocop-checkstyle_formatter!
55
-
56
- BUNDLED WITH
57
- 1.12.5
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.35.1"
6
-
7
- gemspec :path => "../"
@@ -1,59 +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.3.0)
15
- astrolabe (1.3.1)
16
- parser (~> 2.2)
17
- diff-lcs (1.2.5)
18
- parser (2.3.1.2)
19
- ast (~> 2.2)
20
- powerpack (0.1.1)
21
- rainbow (2.1.0)
22
- rake (10.5.0)
23
- rspec (3.5.0)
24
- rspec-core (~> 3.5.0)
25
- rspec-expectations (~> 3.5.0)
26
- rspec-mocks (~> 3.5.0)
27
- rspec-core (3.5.2)
28
- rspec-support (~> 3.5.0)
29
- rspec-expectations (3.5.0)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.5.0)
32
- rspec-mocks (3.5.0)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.5.0)
35
- rspec-support (3.5.0)
36
- rubocop (0.35.1)
37
- astrolabe (~> 1.3)
38
- parser (>= 2.2.3.0, < 3.0)
39
- powerpack (~> 0.1)
40
- rainbow (>= 1.99.1, < 3.0)
41
- ruby-progressbar (~> 1.7)
42
- tins (<= 1.6.0)
43
- ruby-progressbar (1.8.1)
44
- thor (0.19.1)
45
- tins (1.6.0)
46
-
47
- PLATFORMS
48
- ruby
49
-
50
- DEPENDENCIES
51
- appraisal (~> 1.0.0)
52
- bundler (~> 1.3)
53
- rake (~> 10.1)
54
- rspec (~> 3.5.0)
55
- rubocop (= 0.35.1)
56
- rubocop-checkstyle_formatter!
57
-
58
- BUNDLED WITH
59
- 1.12.5
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.36.0"
6
-
7
- gemspec :path => "../"
@@ -1,54 +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.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
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rubocop", "0.37.2"
6
-
7
- gemspec :path => "../"
@@ -1,56 +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.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