findbugs_translate_checkstyle_format 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc79ac04d40186126b71a02e4aa248c764730359
4
- data.tar.gz: 15062228dbafd68c090884133ae894cd9b4e8fc4
3
+ metadata.gz: c60455c390b8ab1eccbffc86bf75160111bffa2d
4
+ data.tar.gz: ff0576940d1aa7f3146b428141808a3c17074897
5
5
  SHA512:
6
- metadata.gz: df2c1d6cb6e4a358fd9d3c4afc316ee690dc232436dcde8838ff6d40565562f0f8910586478cdf8a6ca61fbfb2c4638ab77a87529a06556ac01b0ea3856941ef
7
- data.tar.gz: df0d0eae5fccfd537e58d1501df59e9c77ced63c0a82fe0113626da1474161fdbabf17d276485b6a89ea52dda0f5dd46c87d046de2980182dcd73dbb9bbffbe1
6
+ metadata.gz: 771ec03f8e6974255d5a4137cb4904ee6646bb8d1464738317ff1698f22a924f053215de7f470e78d208a7d3adc90e7583395a70bb4aeb90cfd0404228dceac6
7
+ data.tar.gz: 08f4e70dac2755f0eca67938608201612e5b2c5165789e7592263e7d7cf256bf3231cb157d187e2d77b2a2bb96fabf3fa83f8647ee6bceb222774725180fcb0f
File without changes
@@ -1,3 +1,3 @@
1
1
  module FindbugsTranslateCheckstyleFormat
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findbugs_translate_checkstyle_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - noboru-i
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: Translate findbugs format into checkstyle format.
56
56
  email:
57
57
  - ishikura.noboru@gmail.com
58
- executables: []
58
+ executables:
59
+ - findbugs_translate_checkstyle_format
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -68,8 +69,8 @@ files:
68
69
  - README.md
69
70
  - Rakefile
70
71
  - bin/console
71
- - bin/findbugs_translate_checkstyle_format
72
72
  - bin/setup
73
+ - exe/findbugs_translate_checkstyle_format
73
74
  - findbugs_translate_checkstyle_format.gemspec
74
75
  - lib/findbugs_translate_checkstyle_format.rb
75
76
  - lib/findbugs_translate_checkstyle_format/cli.rb