gitversion 5.1.4.beta1.81 → 5.1.4.beta1.85

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a6e8327b8502e522efeac3289b4b574088fce69fd46a2c2de7d1fac57b30bc0
4
- data.tar.gz: 02f7a880788d7ed19f0b490f77a12e984a18dd28c41d242770b35e98bdde1b68
3
+ metadata.gz: d28d3eb6e927d9e0ecad9e5a167be989131c701b60ad52e63e33508d725d3235
4
+ data.tar.gz: 6bff1a8263d6cf10489d2f0dfdf11452383aaf8d1324a6bc080cb5e40463138b
5
5
  SHA512:
6
- metadata.gz: 8d6cd5618ac3ed176c1400cf0169e6e7a653dabdd937201018f602a7add1bc768ea01e887515937d5086dddc1fc35ce8cc2a7116f7f8594db98852ec91999961
7
- data.tar.gz: 1a46df2fd04c9736161f2354df68b334be29f0a5534a83f97f878dc68d798b01fb0bb5681a5860ea5ac077b4ec7430e80a84ea525e5c666bc1fbbcf51d436f87
6
+ metadata.gz: fd2592d52a6920c996c96dfdace67d9de5229727af05b7ffaa3c708f4f7cc5936350189aba9f89c0fd250ffeb641842a0542e8b5c86f5f39f091856603486440
7
+ data.tar.gz: 8fe763a003a5a06d6701f7c8d9115c29e4430001dc0ff07989730813a6cd8fa3bb085b8c257d4e12562794ff303eeb326d445a6b21289478645d8c484c850184
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.1.4.beta1.81'
5
+ spec.version = '5.1.4.beta1.85'
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.1.4.beta1.81
4
+ version: 5.1.4.beta1.85
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: 2020-01-23 00:00:00.000000000 Z
11
+ date: 2020-01-24 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"