conventional_commits 0.2.21 → 0.2.23

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: be1dbe1d47e44310e51b3dba3b74338527ec63e270cb3b124239bad854699675
4
- data.tar.gz: f91785b78fde59b5a079e447c7bac64356f4b310bcbd909036fcf4b4035a81e8
3
+ metadata.gz: 47ee970c18a0739f838c1de2019974654bd6f4698e364d864a807bebd579c442
4
+ data.tar.gz: d75c131ba2000b7aebdcc6b9c8164a5fb17a8c7b7c238c1863ec560a2f8fa693
5
5
  SHA512:
6
- metadata.gz: 7c6d93d0e8452e15d4497a16aedd4fa10896a49770483f14e6ffc0231648f5dc440c9629ccc41ce6dc7c7e751c379104cdc8bb7b0f6c745dacc8757bbb85a257
7
- data.tar.gz: '05837489282ef954dd3b8f05e7faf790a1766424b34ebddb8da451847af39b91031183575fe79b9d02f52ad6e11b685a773102fd6e9c93c6dd7683df43cfb345'
6
+ metadata.gz: 9ce7cfee46f6f0954543e056b346c68c3a9fd0428ed9a89cd8241df9e04873a39428b3214274fdd2880d4ba71ef6b08d58b7387dfc96d31bf7a22c2c26886c77
7
+ data.tar.gz: f29c2b32b96c9d6cf1a9d3121f4ca993956ca410c53d5e0f453dce35a917e71e48db95d9b779dd4baad87c5c57fd78359b074260e96fcc9fbd85bbaccaf4fb0c
@@ -1,5 +1,5 @@
1
- - id: Branch Validation
2
- name: validate_branch
1
+ - id: validate_branch
2
+ name: Branch Validation
3
3
  description: "Validation of branch"
4
4
  entry: "conventional_commits validate_branch_name"
5
5
  language: ruby
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- conventional_commits (0.2.20)
4
+ conventional_commits (0.2.21)
5
5
  open3
6
6
  thor
7
7
  yaml
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConventionalCommits
4
- VERSION = "0.2.21"
4
+ VERSION = "0.2.23"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conventional_commits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.21
4
+ version: 0.2.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swift-Gurus