gitversion 5.1.4.beta1.159 → 5.1.4.beta1.161

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: 9b57866af9b92ff18c36df7792843e54794e734d6b064fe96a4205e3839e1da8
4
- data.tar.gz: 61f172ed01781a55078f1a76e928a0661408fa528a6d9656fabbcd7d111296e9
3
+ metadata.gz: cfb22b3453f4142af7773eea5cceaa111ef8120401187aa11d6a27664020f0d0
4
+ data.tar.gz: 393b4ca28f6f6ef853544b70c635c75ff3bad0dd711de3088ed0ab4c2b5a4857
5
5
  SHA512:
6
- metadata.gz: 29e6edb947e0c6c9d743c58f8693e2cbb2e93040a2ea1db095b238218d99f114f4594053fab5009cb5c1895e57adbb2058417e797a57292a7f5429622050d563
7
- data.tar.gz: 4e8958b77659f95d0a969b72cf9e70d6ec3f5023af839caced65a2b3e81f8648cc714872c7d406786dee2a9959d95beca4f30b6d345c9ad67d12e5945f74f48d
6
+ metadata.gz: f3e415bf882d32d398d208609f430b5ffb9661a2d1eb5e07843acd2cb8f78918717c657c9fdaa1b568d5b39a0bfa092299417c6a30cca8aad0514701b39b9b44
7
+ data.tar.gz: 3fa6d1cdccdcf121524d50a495112ec56ea39f5248bd13836f11f59a9976f930ea605cedd80ae2b84725c108eca528e918fbc7a00fa3a50401359514cf688a2f
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.159'
5
+ spec.version = '5.1.4.beta1.161'
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.159
4
+ version: 5.1.4.beta1.161
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-20 00:00:00.000000000 Z
11
+ date: 2020-02-21 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"