gitversion 5.0.0.beta5.42 → 5.0.0.beta5.43

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: ddabb4814d8b7f45581db699364f8abfcd383c86ddb7e98ee26ead8558ab1d37
4
- data.tar.gz: 1e1dcd36a82a51e49336dfdd74dfba5f169eaaef6d1246fcc0e666dda3f19c8d
3
+ metadata.gz: f473f051114ba158c1ff9e997993c64596bce4a423fb4f7d238813fe06ff2c1b
4
+ data.tar.gz: 3682d7a7f1b68b1bf30129137cde3903afaa75e2978a0f7fd4eae5ef18154978
5
5
  SHA512:
6
- metadata.gz: 1ff00adaaf2a10f1c97716e2dc84bcf88d97d6c3d189058fedda491ad3010405a48fcfaea8a06badae971a53a1162f2dcddddecb3b8f46522e8b2245c8a09ead
7
- data.tar.gz: 13d8badb9e191b7440fde82e81602c0578cb6d335ff153dc6770a3257a901a9efc2f71c08ecb7b04d31826a77940dcffbe0e2ea363fc67a7763b913baecdd874
6
+ metadata.gz: e3b358fdbfde21addc75a54ef320c2f44cb96a9c460df6c6722378d38bb8c75ce045f844c4fbc94ad4454b0691ab3af6cf612a49e5cd6ca74f4b87384783d85e
7
+ data.tar.gz: 3ca8c0cd61d980e301c6449ef8ab5cb722d39ad943db9fa32625c3eaf1132b2306772f0ed309a4114bdd1e5339cf7f5bad728d6eca0c5a24d0ae46863483f82a
data/bin/GitVersion.exe CHANGED
Binary file
data/gitversion.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |spec|
2
2
  spec.platform = Gem::Platform::RUBY
3
3
  spec.name = 'gitversion'
4
4
  spec.licenses = ['MIT']
5
- spec.version = '5.0.0.beta5.42'
5
+ spec.version = '5.0.0.beta5.43'
6
6
  spec.summary = 'Easy Semantic Versioning (http://semver.org) for projects using Git'
7
7
  spec.description = <<-EOF
8
8
  Versioning when using git, solved. GitVersion looks at your git history and works out the semantic version of the commit being built.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.beta5.42
4
+ version: 5.0.0.beta5.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors