gitversion 5.1.4.beta1.19 → 5.1.4.beta1.20

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: 2d45526775fc5673d15da7a616238d6822e811eca8dd5a0742dd1c5ec5af87ce
4
- data.tar.gz: 3812ee0b69e000204cb085c2e3429aab2df7217f98f05f413c5767b89e30003a
3
+ metadata.gz: 9511416151b8b0a0a17835e726b870e6f54a95c103b4da0be57912b5adf76a09
4
+ data.tar.gz: 3e76650ec86efd086d6c8ef187177d9028296404ae450acef49f24039b027b0f
5
5
  SHA512:
6
- metadata.gz: a77e3cc34d53f6a5b375bd0614e6e7b02c7e5ba73da47bd2ed6e83b0cb3990932136115199698785805a88bae841e88ade1325f333e78c1131d30ab845778527
7
- data.tar.gz: dae160b8704c41e08cc9da34135a386ddd92f2f953c61b8dbf0c3fae6ca6b1e7bb2bf789724c8d20fa975e8bd0992a7817f1e92dea2d4ee67bf17e911ae2cbfe
6
+ metadata.gz: 9084fced42d463f759b690822dcd71383f83942ccf9c39a457226b25965ebb88a2aaf8540395cc99c90e18e6920979cebee015f475214e0babb235a7ccd0d0b6
7
+ data.tar.gz: 32bbba023f3eed587aeeea4835946bd69d3e84d3def54e236c184381d772adb32e2635b91e580d73190aeec75bcc45a03676e369a1110e411a3835f4324aa382
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.19'
5
+ spec.version = '5.1.4.beta1.20'
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.19
4
+ version: 5.1.4.beta1.20
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-05 00:00:00.000000000 Z
11
+ date: 2020-01-06 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"