gitversion 5.0.2.beta1.57 → 5.0.2.beta1.58

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: 8f6f2a9d99eb482e06e77a3fa88e225b413b2702706a7b1ae673006822c5388b
4
- data.tar.gz: a7b44a2954d0a7f617c3999b14261c4fa1145099de7abed909ff2bd2017aa7d9
3
+ metadata.gz: d975bc0412f6c40e03fbfc55fd063f9b8f66a2fc39e1add270c204dc328e4353
4
+ data.tar.gz: '0801014b4994e6d8488080cbb9db278b5162807c8cde1cda73f289085a612bc9'
5
5
  SHA512:
6
- metadata.gz: 4fac3f70550cf5278302fa24a145d34ef92b0f2b6e0a01e270416b64ca111515163d2efb56be7b430f66dae3a4909be3b89cf3dfdf26c09d0bf514d7916a4297
7
- data.tar.gz: 8ac567ee3ccaa6901662190b877449ed0f2918037a9c6e2a79050d9ec2ad59cbf7005e80dc332f181299006a70f53a9c0cf15310f14ddf6e9b8af3eb6e0e06e8
6
+ metadata.gz: 166ffcc480e758ef3145143c8eeb7ad7ffbc3a83862d8e3ea007864c2cf54b9f4669d43aa4fc5db2a3d39495827f3a242ee1ba644f98dec3550ad4253dae1a59
7
+ data.tar.gz: ff16801eb693c268eb597bc5d870249be85134906b4c0656a2dc7a2182f9a3a39e9ff5faa435c330b70e74b3d619df2d8055f6e74385fd7e2bdeb7ead1630fc5
Binary file
@@ -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.57'
5
+ spec.version = '5.0.2.beta1.58'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2.beta1.57
4
+ version: 5.0.2.beta1.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-17 00:00:00.000000000 Z
11
+ date: 2019-09-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: " Versioning when using git, solved. GitVersion looks at your git
14
14
  history and works out the semantic version of the commit being built.\n"