gitversion 5.1.4.beta1.41 → 5.1.4.beta1.43

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: 9c3d6f7c100e2fc799b495a90f46a80bc594148e231ea54bfa9d94c20a76de5c
4
- data.tar.gz: a9f52c112b7feb92255c2e481a606423b0839001c527063e182cc1b301d9127b
3
+ metadata.gz: bea000e9d2c83d42727e22a322ab96cc4dd0a606cb5093313e10ba0158f7c775
4
+ data.tar.gz: fa5c2c720873bb3ddb3cf48736a2eaacd83c850b63fbdd18ca7480f1b9a18ebd
5
5
  SHA512:
6
- metadata.gz: 85c82d017096dcb5c534a77d8265bf123c87970c1b9f2e912324513e7f336c10a62d3413a711a8222e1c6438e0bb6cdcf3dde0c364e753c50beea40cdcd4e2e1
7
- data.tar.gz: a605404461facd9eb8be8605ea8546590ca61b9ba571475b8e59c82fa5645eb70abdcfd48e6d1c8688bbf25fa01e4e6d9b1e62ce775b82e9a879743216d8bbed
6
+ metadata.gz: cbe58f43e823fddbcdd1ba2cf49d6dfd746447f7293e9a0ff93af8c315db938eac67a1d15ef98ea53e9eae46b8996969d621d33bcdb8be32623a717dd405e5b7
7
+ data.tar.gz: efda23595be6a2e7ce92b398f0e4c4008dcac39131aaac782331064b638615c11f84d7b3768fb6c25ffb61700c4289b6066a26e7b97b11f37d5b57d226c61cbe
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.41'
5
+ spec.version = '5.1.4.beta1.43'
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.41
4
+ version: 5.1.4.beta1.43
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-07 00:00:00.000000000 Z
11
+ date: 2020-01-08 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"