gitversion 5.0.2.beta1.26 → 5.0.2.beta1.27

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: 731aca90316c977403828e78173931268c97845c3b2b582305649ebdd5dc7d7b
4
- data.tar.gz: 529019923e97428aee458930897b5fef6fe27ccd11cd22d430cb9a176dfb2ab7
3
+ metadata.gz: e044c498dac4da835499b78b7dc82dc7aa0028a86ad015da660e5007058e27b4
4
+ data.tar.gz: 2d69cffcd039829a911308e5b01e3487b6363ffc92b3197222540960cec304b9
5
5
  SHA512:
6
- metadata.gz: eb35efcd306b6ee7d9082b44464e4207329798780e95e425eef26616958f1bda8a10187149f59e7e6693e885d4b9e5bd988a796a9e7553d0a9317b96419086f5
7
- data.tar.gz: 6b4774cb5f81ab30986069c0d7757813a0c29db756c0567ea3f2899e26e3bc481428bb8fd8d1b5678de68439c615d4e49afc75fcdba650e0ba4521a701cb4184
6
+ metadata.gz: 35cf46587fc68cd2455adeaa78f5691096028e625064b5e4db1be6a585800dbeeff57961dafb4f98a18185e2e04f92b5e839123a1bc14253ec47f79f7a518732
7
+ data.tar.gz: 6f37c68cde675a73c9604c4b8399091aed47a023c29ee9c9b60ebcb306806a966d5b1e6c01d637b093d8f8ab63a5b41ac103b783004e1c5cd84784bfbb46c347
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.2.beta1.26'
5
+ spec.version = '5.0.2.beta1.27'
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.2.beta1.26
4
+ version: 5.0.2.beta1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors