commitlint 0.1.0 → 0.1.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: 1c08bceaa83f676ef1ab85870b916fe5951de828d7e7cbf0429486cedf505d43
4
- data.tar.gz: c6affec906aa7bcec8fa000b57cb2384fbc576de6e239ece4cc4c129646407ca
3
+ metadata.gz: beb9222a30c59f04253201f33eb84c7f8ee60013984818a0f80a1de39233923c
4
+ data.tar.gz: e1fab142a743b5b3061d1ea27ad2078f9e10e4bc36b02734885a2d74735dc727
5
5
  SHA512:
6
- metadata.gz: 75d60ee057605ff6d520a7207c7e89e80cd432c83b836db6980a68278f52275364010979c4f496b544fb20a587333206889c2ab5935ca091581203fd88ae2419
7
- data.tar.gz: d488be8f3e339b81e123b4f49f5e7e3a6ac58c8e8ea1eb8ea38b012010df90de81e953c608ca3a27d5ae847bb61dd00f78df6b29b73b00ed373ffd5a9e4f2826
6
+ metadata.gz: 6f1b74fde8eca4b39a03d3d590b47f86cb5741db1656fa10b34acc3f85ac94e652bb40e253a380d3bfb5b14ac5231c9b8837379cd17056d6e1eb2b9d7d4fc1b9
7
+ data.tar.gz: ed107ccf7e39a16b653a8bcd25faae353192de384f5123f92a053f028e6150cc16f3e4953cdd311dd2cf862aae6b1546a8689e7974a87a726454067c692d8304
@@ -51,7 +51,7 @@ module Commitlint
51
51
  @options[:message] = message.nil? ? ".git/COMMIT_EDITMSG" : message
52
52
  end
53
53
 
54
- opts.on("-q", "--quite", "Suppress output") { @options[:quite] = true }
54
+ opts.on("-q", "--quiet", "Suppress output") { @options[:quiet] = true }
55
55
  opts.on("-h", "--help", "Show this help message") { puts opts }
56
56
  opts.on("-v", "--version", "Show version") { puts Commitlint::VERSION }
57
57
  end
@@ -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.2"
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.2
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: