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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6d63752b34b78d9c1c5f2527140833504efec1a06f2b1d28addfb24f2e403b6
4
- data.tar.gz: 329482a85420c77b166e255ef01e8fe080c40acdfe00d8e86c86b3b1af80aeb0
3
+ metadata.gz: 9ede65dccfd27b5f5b819632ce51c02c2263f20f6b62c4e046cb6a314f3d6011
4
+ data.tar.gz: 84dbd8f9915149af1a24a9341daacb2397533c6c88b9cfb04e3cb903508649b3
5
5
  SHA512:
6
- metadata.gz: 1a4ffb45c808ad945619ddae8d5805e02066fbc1006d3bf31ba23581312840819f4868f2fcbb2bf7557c68954005299a6d496e5ddf106329b0c8a3afe51aaa16
7
- data.tar.gz: 3908944e5a0f1c246b83caaf40c73db44a1b9672b191cb022d59c34fff7f8b2e913f14c2abaf12942bf75065bb68e78f74cad86c896cce397fe590f6f284808e
6
+ metadata.gz: 8d4ebf3f9558fb7e1f5851cf3768a9a7f7a1f6b4913833ff0cab5b35ce30e7272032f7af0e990a506e2a2c351d71c26a06503194da442fcb0a6aeca3ab7c94c7
7
+ data.tar.gz: 1d70671f77a7693cf240974029ff0e7fec4501f8cef0e5ef9e1d2ddf2029ea09089a31e614f213d39743cf93e39f5bb8e1aa4df1c0176672c093f405a6eb5cd2
data/.circleci/config.yml CHANGED
@@ -130,7 +130,5 @@ jobs:
130
130
  ./bin/tag_check.sh
131
131
  ./bin/setup-rubygems.sh
132
132
  rm -rf pkg
133
- gem install geminabox
134
133
  rake build
135
- gem inabox -g ${HUBSTAFF_GEM_SERVER} pkg/*
136
134
  gem push pkg/*.gem
@@ -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
-
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NetsoftDanger
4
- VERSION = '0.4.3'
4
+ VERSION = '0.4.4'
5
5
  end
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.3
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-07-14 00:00:00.000000000 Z
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"