commitlint 0.1.0 → 0.1.1

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 +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c08bceaa83f676ef1ab85870b916fe5951de828d7e7cbf0429486cedf505d43
4
- data.tar.gz: c6affec906aa7bcec8fa000b57cb2384fbc576de6e239ece4cc4c129646407ca
3
+ metadata.gz: 3811b6ae2311107c5749d781cc5c46a67da7632e28b65cc1b780ffd191be6b44
4
+ data.tar.gz: 44088dc89149574f1c54aee1542a2b6c6d37324c744137a6010147b159cf09dc
5
5
  SHA512:
6
- metadata.gz: 75d60ee057605ff6d520a7207c7e89e80cd432c83b836db6980a68278f52275364010979c4f496b544fb20a587333206889c2ab5935ca091581203fd88ae2419
7
- data.tar.gz: d488be8f3e339b81e123b4f49f5e7e3a6ac58c8e8ea1eb8ea38b012010df90de81e953c608ca3a27d5ae847bb61dd00f78df6b29b73b00ed373ffd5a9e4f2826
6
+ metadata.gz: 8a785f1a196334f6256be22317dd2f8db7a59a3a99e676ba0183a50e53a9dc9a25c2ac16a8c2d242021d888cbb2c3f1a5d35aa161a586e2c636d68e09ac0e7c2
7
+ data.tar.gz: cbbaf1c4b7a9b6645935769bcbd8db356291e2d39017e0db6fe0ced96097f211d70cadfacd8b9d1e10b9a8bf7dbaed0d46e4d90c430eccdf738c9eefa78a46ec
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commitlint
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arandi Lopez
@@ -46,12 +46,12 @@ files:
46
46
  - lib/commitlint/validator.rb
47
47
  - lib/commitlint/version.rb
48
48
  - sig/commitlint.rbs
49
- homepage: https://github.com/aranido/commitlint
49
+ homepage: https://github.com/arandilopez/commitlint
50
50
  licenses:
51
51
  - MIT
52
52
  metadata:
53
- homepage_uri: https://github.com/aranido/commitlint
54
- source_code_uri: https://github.com/aranido/commitlint
53
+ homepage_uri: https://github.com/arandilopez/commitlint
54
+ source_code_uri: https://github.com/arandilopez/commitlint
55
55
  post_install_message:
56
56
  rdoc_options: []
57
57
  require_paths: