gitversion 5.1.4.beta1.145 → 5.1.4.beta1.147

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: 5b3bc74689a1d4586247d79af8d0d0fc61482e45bafeea7648a6c006ebe96a7b
4
- data.tar.gz: a57381146ab18da03ce4ecb0ede910e6d63e5eaae615f304cc630e58f8402e5f
3
+ metadata.gz: 4dee48f467926d2e90fb9417003b04f6ec6c359652cbd93ae31a5c13456ba8fb
4
+ data.tar.gz: 67a9b185089e9faa47e811cdc90881910a941cbcc910463a7acce1fc55cf502d
5
5
  SHA512:
6
- metadata.gz: 63900a0a7a133e74f556836f606af69bd55487ade8a13f28a6fd696d18f4a436d39cfcda648bd2d9a161684485e2c3b380f930de0879c82f649243bf231cacc0
7
- data.tar.gz: 05e19c034699953b6773169944e342e1f3569f70df607c136168c38e572af7622680898cd47a6debdee5790d6a78ef0a0e7296eae61aa82f97ebe405cb4df9a8
6
+ metadata.gz: c33e62666b4b1c6a2fc6c991fba6c1ba3f7ebdb42c47dab4a31e49789412eb4b69e87138100ccc7c67e70bdd9e7d79c517783b07fb65807caf83733a922d06b1
7
+ data.tar.gz: 621a2f904b448f01f7235b86ebaee4e6a824258e4f5bfd915d48b1eb1e1a3edd92bb93b79bfd62428ca9e7cd06c2981713848da584cc653b32e37cd2c286cd2d
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.145'
5
+ spec.version = '5.1.4.beta1.147'
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.145
4
+ version: 5.1.4.beta1.147
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-02-17 00:00:00.000000000 Z
11
+ date: 2020-02-19 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"