gitversion 5.1.3.beta1.123 → 5.1.3.beta1.125

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: fdeba79a66b11a40e5831e58a94d97a72424e33822a436430e054493156587ea
4
- data.tar.gz: afdb1b096f235e6483eeb3642285e67cf9128b45866e6c175f0b25633185aa24
3
+ metadata.gz: a9c94606adf395ad6e87b2c2d857cfb9559ff8da951b3df738ac7cfb2327b3f0
4
+ data.tar.gz: c0aa89d8e187f607fa630fb22639ba61c3f35317f19df4f1fbb1386e9d104ca7
5
5
  SHA512:
6
- metadata.gz: eab677f56a47a12b7e49140b7159d470434fe0887e83fdd6e8fa478f1607df64ea070e670086e1a1f9ab42bedd9bc9fd8b2f0b9b8864a0d3946dd591de9ec3b3
7
- data.tar.gz: fda47f8efb705d09d026b54ab8463d5dde37d43c14fb4078e04901eaa22a3a83826436535e2a93ae77cd763423b7809f05ec4dc74a4e9b5ada450ec8b4ead132
6
+ metadata.gz: 68b43a011a19819e4f094af95c3b5ef48449cea4b1d66995487ad17bd484273eaec34ccf837b48bec808725318977a611ed3c0b90980d726f5061bc3c8a82591
7
+ data.tar.gz: 22619a416a0533cae8d9013548a476a9815341cbc26cbcdf7c0ba93b4d5f2ff874d2a4b2f079ed152e491ea19f980fe279f51d5c94df48278dd6b3e394f46b27
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.3.beta1.123'
5
+ spec.version = '5.1.3.beta1.125'
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.3.beta1.123
4
+ version: 5.1.3.beta1.125
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-12-20 00:00:00.000000000 Z
11
+ date: 2019-12-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"