gitversion 5.1.4.beta1.176 → 5.1.4.beta1.177

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: 206a0f0bf945e66aed4cab9321ccfa6a8968e77869537cf691571e84d7575b83
4
- data.tar.gz: 67769a8349066a8292fcadaec7f6375e57a63bd5cd161a52bee6936b39d7cbe2
3
+ metadata.gz: 0774c5835d1b3b9af255edc3d72f75ddd336d29611c99ab7eb9c990694b7be83
4
+ data.tar.gz: 03b4fc9b93b494816d45315a416de72daaa3d02fcc8f885f8b0a9c30021d0ef0
5
5
  SHA512:
6
- metadata.gz: 983f1aee77aa906b67e4b18dbff2c637bc0fd8294f307d1303446b660ad796318e899912ca7dfea24ed645d47a0e635c9746601c230ee24862bb5c8958fa0321
7
- data.tar.gz: 44e3fa18d0828bd62592757deee54a658d3047d4d5d3ea76b2d41a8f7acfc050c0d1a036148a324aaa1fbfb7b417ff1a25d2c50e47d52c72c7c08f2963c1207e
6
+ metadata.gz: 743cf4df2107911cc51850382563ba6ab21f7720781faec870b78d7f27552c97926445e678cb5db23ff5492d4029305c9f27a6cdce987b44397ec5116746fe9b
7
+ data.tar.gz: 9df4d8b1a40327c9f2106d89197489531dcbb345653084b10e9b2460b8aa2c0f2c4e000b8889d0ca6f2e500efb0174e6c0b1f8a0ab41b61afde9d7b89472a5f6
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.176'
5
+ spec.version = '5.1.4.beta1.177'
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.176
4
+ version: 5.1.4.beta1.177
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-21 00:00:00.000000000 Z
11
+ date: 2020-02-22 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"