danger-pmd 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 3dafff6ceb58505c4b23ec986c622262c7f86dc4cc700d6dcd22ebf26e588683
4
- data.tar.gz: 7247d9dd0fa56d8c889118357a62b844f4c5a2390664f63382469726ee5d554a
3
+ metadata.gz: 5a3a6cfe3bf06df151cfe246bf41c821cb37171f6675df4027a5d6e512f2d28f
4
+ data.tar.gz: 36c3caf8f419cd7b176bf55c23935cf3fda6949438e0caea9a11ac8d128db639
5
5
  SHA512:
6
- metadata.gz: fa586124b9ff281a55364ff172c3bcc7533817e02175a1a957a2bd573244b3d54a10df38e32bcd9fe04d16233dbe5ee771e291ad4ba20774c70f40e17cab1abd
7
- data.tar.gz: a6666d735f488a85145653d64b501dde58250fc6d184255ce66799093559ea779064ae3d4cbefb9c353c09494f8b18fe04612849cacbb521ccf7925583912cd7
6
+ metadata.gz: 3110619b41c7cb0f5dd16838092829556184c2ad2ff784623bfe2e9f9c975f8cd46661e482b4d51286cf93465a0912c6461108dd567169ea4267fc76df322d83
7
+ data.tar.gz: 772feec1de635862871f1d3536312366227c258d97d98d8dbdbe93c275b833c496ffa4557883e2e3cc89d8bb8a425dd39fa491a69db10cb059dc5311e738a48d
data/README.md CHANGED
@@ -17,7 +17,7 @@ pmd.report
17
17
  </pre>
18
18
  </blockquote>
19
19
 
20
- <blockquote>Running PMD with a specific Gradle task or report_file
20
+ <blockquote>Running PMD with a specific Gradle task or report file
21
21
  <pre>
22
22
  pmd.gradle_task = 'app:pmd' #defalut: pmd
23
23
  pmd.report_file = "app/build/reports/pmd/pmd.xml"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pmd
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
data/lib/pmd/plugin.rb CHANGED
@@ -9,7 +9,7 @@ module Danger
9
9
  #
10
10
  # pmd.report
11
11
  #
12
- # @example Running PMD with a specific Gradle task or report_file
12
+ # @example Running PMD with a specific Gradle task or report file
13
13
  #
14
14
  # pmd.gradle_task = 'app:pmd' #defalut: pmd
15
15
  # pmd.report_file = "app/build/reports/pmd/pmd.xml"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-pmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathieu Rul