gitversion 5.0.0.beta5.47 → 5.0.0.beta5.48

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: 5449b0ead2cd2912356c6b99cd55e8bed89b71e70f1f3c18551b87a206723a3e
4
- data.tar.gz: 71197ceca2d3bf83de8589e83054464d3d46e714dc1242bf67abe96e4378055c
3
+ metadata.gz: 71ee48150ccba39d570248f18ae97396f6d866954a5c56923ae1d4503aa612d2
4
+ data.tar.gz: fc6bdf8b14d99a6c4e3b430fb78153908bf8f1f7aee5c4a18a3bcfe1623ecba2
5
5
  SHA512:
6
- metadata.gz: ab11120e9117b4374e242ad5cce80fff350fc1ffc215b9fe25458952aca57b6fb57b2e8b0cf5ba305a0256f29041afdcee3ab71569d4808fd91b807a33f3035b
7
- data.tar.gz: 04eb85a912e85e079901bf702454d3089d0810356b78b7d7189369108fb756c259ae2d04a430e0a92fe38f98e3461c2d4baf67268cc5eb01fde2f601b64b3ede
6
+ metadata.gz: 07b0fc0a38d4cb9604cc787fcaebf0672155d32f4a1ff1104048be2fe65ec21d62a104a60806a23e9842bb4ef9d76cbf7dabe2b28c28c610f4127c1a14a4f3cf
7
+ data.tar.gz: dc133ab0f6143eb9af5a5d5cd70991950af3b8b6b005176bd4a69a100ef0014dfadb8a42bad662f50410046184bb4cc94f3faa70ebcc75095af0c0573b453d1b
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.47'
5
+ spec.version = '5.0.0.beta5.48'
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.47
4
+ version: 5.0.0.beta5.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors