danger-semantic-commit 0.3.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1488277cc16dd626cadf26d826915fc635df2a7e
4
- data.tar.gz: 10d359ebc144b445f47e92a643b4bc90fe3beb2c
3
+ metadata.gz: ef6fd380f830535ffb1b304b5d7c1804b7b0339f
4
+ data.tar.gz: 824da857f978008b8a30a6cb9d85b5422d7f787f
5
5
  SHA512:
6
- metadata.gz: 6022a090f5581a4a460458c7e2b764d64615515ce1fd04f45aed7a157a89dbd672fc7084ca19908716e00ff340f4798434befaccc391e089abd3264802fe6903
7
- data.tar.gz: e8887a10884550fe33cbac9e2461165ce78696835a9c2063d4ecfb7c0eef911ab74037460b9eccfc4b631d623050828415b00926b6a17bca73afff4642bbffaf
6
+ metadata.gz: 1eaf7e650f8ddd362fba72cf8ddab037bedd11f6c547768fd49d33076f3703806e4b83cb69794d14b0e3a6f1a168d18812f4d75d328a81625c7e21db24e4fbe8
7
+ data.tar.gz: 5e163316bbcfc78e7fc6419abe474714d144a030d3b47cd5d6482e37ae8a10f582dca624972030926c7e3d3bab9b38d14ef7a6b0d74e982e67305293fa23cc07
@@ -16,7 +16,7 @@ module Danger
16
16
  Commit is missing a type. Start your commit with one of the following:
17
17
  #{types.join(',')}
18
18
 
19
- For more information see: http://karma-runner.github.io/1.0/dev/git-commit-msg.html
19
+ For more information see: [http://karma-runner.github.io/1.0/dev/git-commit-msg.html](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)
20
20
  MSG
21
21
  end
22
22
 
@@ -1,5 +1,5 @@
1
1
  module Danger
2
2
  module SemanticCommit
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-semantic-commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Stock