danger-pmd 1.0.4 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab6081f3613d0e47e1f7a18c674487a13ddc5354589efab6ccc77f65a13e1262
4
- data.tar.gz: 82903a51f4b457c39a5253326aa7b16164a65b610091636e8a2d7435bee08fa9
3
+ metadata.gz: f07ded2fefdc7bf4d41d6cea500b8287446818f0e22f2d4fa9650ea05743aa18
4
+ data.tar.gz: 514bf910f8d51290edc5ac8084f1b243f08033d7c3dacc49db5e1f4502908743
5
5
  SHA512:
6
- metadata.gz: 45dc1a85121cfa808d4053563a2133ea330451e20a3448f739cdea0a93a7db98d39da792b49e4b5cffcb41e32bf4884d4c56049fe26cf16c35516cc36a9d6104
7
- data.tar.gz: 57241ad67f38e6337eead1f84b152baaccff956b057b634c2b13445ad573f67c66fe13bcbaccd6b498970c85bd4724eed02741a7b69b88880e1a68994f3aba89
6
+ metadata.gz: b29f46496c19f4d16442903036f6fcd9c53a674e8187d40e801e53c84f890711e18c067c473b7b711f6dc50f9d662c775fa2447ec7cc4b0155acf4593d1fb207
7
+ data.tar.gz: acb73e54be09e0edf451967baa76aac9f5165f693f77d1bac94d7496a7beb763ca1f328d036af28a7717a4c68e4dda4fa2e8a642c0faadb50499af9a96fffc03
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-pmd (1.0.4)
4
+ danger-pmd (1.0.5)
5
5
  danger-plugin-api (~> 1.0)
6
6
  oga (~> 2.15)
7
7
 
@@ -17,7 +17,7 @@ GEM
17
17
  cork
18
18
  nap
19
19
  open4 (~> 1.3)
20
- codecov (0.5.1)
20
+ codecov (0.5.2)
21
21
  simplecov (>= 0.15, < 0.22)
22
22
  coderay (1.1.3)
23
23
  colored2 (3.1.2)
@@ -40,13 +40,17 @@ GEM
40
40
  danger (> 2.0)
41
41
  diff-lcs (1.4.4)
42
42
  docile (1.3.5)
43
- faraday (1.3.0)
43
+ faraday (1.4.1)
44
+ faraday-excon (~> 1.1)
44
45
  faraday-net_http (~> 1.0)
46
+ faraday-net_http_persistent (~> 1.1)
45
47
  multipart-post (>= 1.2, < 3)
46
- ruby2_keywords
48
+ ruby2_keywords (>= 0.0.4)
49
+ faraday-excon (1.1.0)
47
50
  faraday-http-cache (2.2.0)
48
51
  faraday (>= 0.8)
49
52
  faraday-net_http (1.0.1)
53
+ faraday-net_http_persistent (1.1.0)
50
54
  ffi (1.15.0)
51
55
  formatador (0.2.5)
52
56
  git (1.8.1)
@@ -81,7 +85,7 @@ GEM
81
85
  notiffany (0.1.3)
82
86
  nenv (~> 0.1)
83
87
  shellany (~> 0.0)
84
- octokit (4.20.0)
88
+ octokit (4.21.0)
85
89
  faraday (>= 0.9)
86
90
  sawyer (~> 0.8.0, >= 0.5.3)
87
91
  oga (2.15)
@@ -89,9 +93,9 @@ GEM
89
93
  ruby-ll (~> 2.1)
90
94
  open4 (1.3.4)
91
95
  parallel (1.20.1)
92
- parser (3.0.0.0)
96
+ parser (3.0.1.0)
93
97
  ast (~> 2.4.1)
94
- pry (0.14.0)
98
+ pry (0.14.1)
95
99
  coderay (~> 1.1)
96
100
  method_source (~> 1.0)
97
101
  public_suffix (4.0.6)
@@ -102,7 +106,7 @@ GEM
102
106
  ffi (~> 1.0)
103
107
  rchardet (1.8.0)
104
108
  regexp_parser (2.1.1)
105
- rexml (3.2.4)
109
+ rexml (3.2.5)
106
110
  rspec (3.10.0)
107
111
  rspec-core (~> 3.10.0)
108
112
  rspec-expectations (~> 3.10.0)
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Mathieu Rul <mathroule@gmail.com>
3
+ Copyright (c) 2021 Mathieu Rul
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Danger PMD
2
- [![Latest release](https://img.shields.io/github/v/release/mathroule/danger-pmd.svg)](https://github.com/mathroule/danger-pmd/releases/latest) [![Deploy](https://github.com/mathroule/danger-pmd/workflows/Deploy/badge.svg)](https://github.com/mathroule/danger-pmd/actions) [![codecov](https://codecov.io/gh/mathroule/danger-pmd/branch/main/graph/badge.svg?token=HYA9XW0GL5)](https://codecov.io/gh/mathroule/danger-pmd)
2
+ [![Latest release](https://img.shields.io/github/v/release/mathroule/danger-pmd.svg)](https://github.com/mathroule/danger-pmd/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Deploy](https://github.com/mathroule/danger-pmd/workflows/Deploy/badge.svg)](https://github.com/mathroule/danger-pmd/actions) [![codecov](https://codecov.io/gh/mathroule/danger-pmd/branch/main/graph/badge.svg?token=HYA9XW0GL5)](https://codecov.io/gh/mathroule/danger-pmd)
3
3
 
4
4
  Checks on your Gradle project's Java source files.
5
5
  This is done using [PMD](https://pmd.github.io)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pmd
4
- VERSION = '1.0.4'
4
+ VERSION = '1.0.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-pmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathieu Rul
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-23 00:00:00.000000000 Z
11
+ date: 2021-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-plugin-api
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  - !ruby/object:Gem::Version
257
257
  version: '0'
258
258
  requirements: []
259
- rubygems_version: 3.2.3
259
+ rubygems_version: 3.2.15
260
260
  signing_key:
261
261
  specification_version: 4
262
262
  summary: A Danger plugin for PMD (Programming Mistake Detector), see https://pmd.github.io.