gitversion 5.1.4.beta1.43 → 5.1.4.beta1.46

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: bea000e9d2c83d42727e22a322ab96cc4dd0a606cb5093313e10ba0158f7c775
4
- data.tar.gz: fa5c2c720873bb3ddb3cf48736a2eaacd83c850b63fbdd18ca7480f1b9a18ebd
3
+ metadata.gz: 7428c881a842414c011b2bd4f6b40db2533d84aba328003f3c4ace703c85bbc5
4
+ data.tar.gz: 32e197deda0a1d9dfb01afea264748ee9ab998c449a0ae73d0ba637644825879
5
5
  SHA512:
6
- metadata.gz: cbe58f43e823fddbcdd1ba2cf49d6dfd746447f7293e9a0ff93af8c315db938eac67a1d15ef98ea53e9eae46b8996969d621d33bcdb8be32623a717dd405e5b7
7
- data.tar.gz: efda23595be6a2e7ce92b398f0e4c4008dcac39131aaac782331064b638615c11f84d7b3768fb6c25ffb61700c4289b6066a26e7b97b11f37d5b57d226c61cbe
6
+ metadata.gz: '029cf7a2e9aaf8f074c79d03ee0e6d4c9f85af9dbdabd618091c06d2237f268664b07b5bf1b6dd197d12b97100abc3e0125fc24c3568d1d7c7babd07f53ffd53'
7
+ data.tar.gz: 35dd120541f9fbec5c653eca1f4af852426a83e5a617f28972411548af13bdb98e0f7a9786af4b6ed36a07f4dff361b15dd03922864d053a937f40dddef15423
Binary file
@@ -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.43'
5
+ spec.version = '5.1.4.beta1.46'
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.43
4
+ version: 5.1.4.beta1.46
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-08 00:00:00.000000000 Z
11
+ date: 2020-01-11 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"