commitlint 0.3.0 → 0.4.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/commitlint/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a25a995af22b8a516121c8b511c3302789012b8ca467a0ece9e0b380b1f20b37
4
- data.tar.gz: 7d353d7bd4bb44271fb65051af4930650f4bb19f6e3279e683200f6820c2e511
3
+ metadata.gz: a384e21bb18b999b6fba9d5c390abf86e91c8a63dfaf5e48857e7d4783e920aa
4
+ data.tar.gz: 9e36f12182d9620799bdb3a132d05149037dce28bd1b48b86d36959e8d5741c7
5
5
  SHA512:
6
- metadata.gz: 0e4eb0a4509e45b9aea29f1135ca1c492798247f344ab53186e5ecbc10a10abfef6116554c1a7ed7565645735b364f5e2e1d03cd68f0a0ee03a36a9857650ad9
7
- data.tar.gz: a69470bd4b4fdc450f579faf7fb153afcc408c325771491604f7bd0d45f4265c0b0d75842402bb7ebb4adaa0c29aabafa46177606e31b0fce2b63980a5ead13f
6
+ metadata.gz: 7e68b6f3c1f22e3f3a7924803d714b1168d0836752c14b71d58f9e595cdd3fd695a6a69fca199bb9f5e5c77dc6db3de873e665789c96748757d4ccdc0971cdc8
7
+ data.tar.gz: 2ad7d2336b035165470bc01c65d80bb227a3d30b45d749ce4089103ff76df3c1119e288a08fac8436a9eb8f1cf294bc4f7a5586b4576cc5854e5903ed7b53b49
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commitlint
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commitlint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arandi Lopez
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
- rubygems_version: 3.7.1
68
+ rubygems_version: 4.0.3
69
69
  specification_version: 4
70
70
  summary: Conventional commint linter for Ruby projects
71
71
  test_files: []