gitlab-dangerfiles 2.2.1 → 2.2.2

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: 10b4151926ec3f1b573d1891138cca88e74e349484914f806307639e31aa8f5c
4
- data.tar.gz: 3cfcb8533e082e7b157f6a99ea9e84aa3d357cd4035270bcfd717e2212182611
3
+ metadata.gz: 9f81554a60bebe4dbb5cec0a4499df086b580778f5bd2d82a67613a9af166a78
4
+ data.tar.gz: 83c066d44caca9a1bf05386269f15d92b781891e90b1f3e709cf190faffbb773
5
5
  SHA512:
6
- metadata.gz: 50fe7e8cd2e7ca176639e416d6406f3ab327b95f61e7f07c1d329561cb172bbb73ca8cffb775d14dd4c4b3d375bdba5fd044ee9cc344298f8f27b3195d0765f1
7
- data.tar.gz: debd9b7c5a598ee1bb2274900cd61a00b00a5ef96ad3af58b3445e30ba078ed49a5efa86976c11542e0b2652b4fb792604c16654c3f616315a37b63352c145cf
6
+ metadata.gz: d9369900511e47644c72f843f52f8b212528f1604a50a07427cab956822974ea9b71f5051a4d8313cf962a7430b9ea150c0f3deeca3ed2360542729b1f79d279
7
+ data.tar.gz: 9d2cc70542f4df753a6d30d194a43c883a1960aefe517f0b1001609ec47cb764c9c90b7a166d633b7a50a4e49a046bc90cdb56b5c3ed0d02c052909458453d65
@@ -5,7 +5,7 @@ require_relative "../../../gitlab/dangerfiles/merge_request_linter"
5
5
 
6
6
  COMMIT_MESSAGE_GUIDELINES = "https://docs.gitlab.com/ee/development/contributing/merge_request_workflow.html#commit-messages-guidelines"
7
7
  MORE_INFO = "For more information, take a look at our [Commit message guidelines](#{COMMIT_MESSAGE_GUIDELINES})."
8
- THE_DANGER_JOB_TEXT = "the `%<job_name>` job"
8
+ THE_DANGER_JOB_TEXT = "the `%<job_name>s` job"
9
9
  MAX_COMMITS_COUNT = helper.config.max_commits_count
10
10
  MAX_COMMITS_COUNT_EXCEEDED_MESSAGE = <<~MSG
11
11
  This merge request includes more than %<max_commits_count>d commits. Each commit should meet the following criteria:
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module Dangerfiles
3
- VERSION = "2.2.1"
3
+ VERSION = "2.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-dangerfiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-07 00:00:00.000000000 Z
11
+ date: 2021-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: danger-gitlab