rubocop-checkstyle_formatter 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7328e98e7a75c864321799d69fbc682ea1155b75
4
+ data.tar.gz: 3e17208c3dd76b641511ae61f13a3d2421c5e865
5
+ SHA512:
6
+ metadata.gz: 5dd962ab890a4ef9796bd7b73fa81fc625800deb0ab02b8a4caabc94c83472174c82d3d81a16cd646daa8fc095f5e641ea2b658f715b2aedc66110cc6299301e
7
+ data.tar.gz: 136687f0ae7d076062df1d7b6595cc624934a7578925971996b6471edff3dd59d25dc4e65bbdf3c39103a0de2465c9f40764750fb20de85555c484c2e0893b02
@@ -32,7 +32,7 @@ module Rubocop
32
32
  e.attributes['column'] = offence.column
33
33
  e.attributes['severity'] = to_checkstyle_severity(offence.severity)
34
34
  e.attributes['message'] = offence.message
35
- e.attributes['source'] = offence.cop_name
35
+ e.attributes['source'] = 'com.puppycrawl.tools.checkstyle.' + offence.cop_name
36
36
  end
37
37
  end
38
38
  end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'rubocop-checkstyle_formatter'
7
- gem.version = '0.0.4'
7
+ gem.version = '0.0.5'
8
8
  gem.authors = ['Eito Katagiri']
9
9
  gem.email = ['eitoball@gmail.com']
10
10
  gem.description = %q{A formatter for rubocop that outputs in checkstyle format}
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-checkstyle_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Eito Katagiri
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-10 00:00:00.000000000 Z
11
+ date: 2014-03-21 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rubocop
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.9.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.9.0
30
27
  description: A formatter for rubocop that outputs in checkstyle format
@@ -44,26 +41,25 @@ files:
44
41
  homepage: https://github.com/eitoball/rubocop-checkstyle_formatter
45
42
  licenses:
46
43
  - MIT
44
+ metadata: {}
47
45
  post_install_message:
48
46
  rdoc_options: []
49
47
  require_paths:
50
48
  - lib
51
49
  required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
50
  requirements:
54
- - - ! '>='
51
+ - - '>='
55
52
  - !ruby/object:Gem::Version
56
53
  version: '0'
57
54
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
55
  requirements:
60
- - - ! '>='
56
+ - - '>='
61
57
  - !ruby/object:Gem::Version
62
58
  version: '0'
63
59
  requirements: []
64
60
  rubyforge_project:
65
- rubygems_version: 1.8.23
61
+ rubygems_version: 2.0.14
66
62
  signing_key:
67
- specification_version: 3
63
+ specification_version: 4
68
64
  summary: A formatter for rubocop that outputs in checkstyle format
69
65
  test_files: []