netsoft-danger 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +0 -2
- data/.github/PULL_REQUEST_TEMPLATE.md +24 -0
- data/CHANGELOG.md +4 -1
- data/lib/netsoft-danger/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ede65dccfd27b5f5b819632ce51c02c2263f20f6b62c4e046cb6a314f3d6011
|
4
|
+
data.tar.gz: 84dbd8f9915149af1a24a9341daacb2397533c6c88b9cfb04e3cb903508649b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d4ebf3f9558fb7e1f5851cf3768a9a7f7a1f6b4913833ff0cab5b35ce30e7272032f7af0e990a506e2a2c351d71c26a06503194da442fcb0a6aeca3ab7c94c7
|
7
|
+
data.tar.gz: 1d70671f77a7693cf240974029ff0e7fec4501f8cef0e5ef9e1d2ddf2029ea09089a31e614f213d39743cf93e39f5bb8e1aa4df1c0176672c093f405a6eb5cd2
|
data/.circleci/config.yml
CHANGED
@@ -0,0 +1,24 @@
|
|
1
|
+
## Change description
|
2
|
+
|
3
|
+
> Please include a summary of the change and which issue is fixed. Please also include
|
4
|
+
relevant motivation and context. List any dependencies that are required for this change.
|
5
|
+
|
6
|
+
## Related issues
|
7
|
+
|
8
|
+
- Source: <Issue link or Spec Link>
|
9
|
+
- UAT: <UAT Link>
|
10
|
+
- QA: <QA Task Link here>
|
11
|
+
- Review app: <Link to Heroku>
|
12
|
+
|
13
|
+
## Checklists
|
14
|
+
|
15
|
+
### Development
|
16
|
+
|
17
|
+
- [ ] The commit message follows our [guidelines](https://docs.hubstaff.com/hubstaff-docs/latest/great_commit_messages.html)
|
18
|
+
- [ ] I have performed a self-review of my own code
|
19
|
+
- [ ] I have thoroughly tested the changes
|
20
|
+
- [ ] I have added tests that prove my fix is effective or that my feature works
|
21
|
+
|
22
|
+
### Security
|
23
|
+
|
24
|
+
- [ ] Security impact of change has been considered
|
data/CHANGELOG.md
CHANGED
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
9
9
|
### Changed
|
10
10
|
### Fixed
|
11
11
|
|
12
|
+
## [0.4.4]
|
13
|
+
### Changed
|
14
|
+
- stop pushing to private gem server
|
15
|
+
|
12
16
|
## [0.4.3]
|
13
17
|
### Added
|
14
18
|
- add brakeman artifact extraction
|
@@ -56,4 +60,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
56
60
|
- package.json checks
|
57
61
|
### Fixed
|
58
62
|
- requie older version of faraday until octokit is fixed (https://github.com/octokit/octokit.rb/pull/1154)
|
59
|
-
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: netsoft-danger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- urkle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: danger
|
@@ -102,6 +102,7 @@ extensions: []
|
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
104
|
- ".circleci/config.yml"
|
105
|
+
- ".github/PULL_REQUEST_TEMPLATE.md"
|
105
106
|
- ".github/PULL_REQUEST_TEMPLATE.txt"
|
106
107
|
- ".gitignore"
|
107
108
|
- ".rubocop.yml"
|