gitversion 5.0.0.beta3.31 → 5.0.0.beta3.32

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: 4992048b53b6ac08bc7dddd5ed23d77adc83768b3ba1944da4c0eb71e1c846be
4
- data.tar.gz: 899cd6962a65b218b8f39184eef486d6a8a841bd33ebfa0740652cdf1911b29e
3
+ metadata.gz: 764e4d240640b6c97a1156a997023dd6a6f866d0130c664f33a0a1d64680e35d
4
+ data.tar.gz: 62de9b334373d95bb6630b9f144438accd709ba5f6a93ec148dedca0fae5c81c
5
5
  SHA512:
6
- metadata.gz: 9a27f2b0536d85ef10924bd293469ef60dca6f20cecce4af9026e5db5f120bbe1892a9e8c2d4fd6796290ebb802a3c2016c339ba269aa30401a70a5ca7367298
7
- data.tar.gz: 35ba79949d8077902f2ea5258c27536cbb29dd87f0e3fb37a14c808152d506698ba3ffe483fa355ca7aae0f9f17dafd511f776807f892fa92476b405d06d14e4
6
+ metadata.gz: '04583df13f5a81dcbeb7c638634e87e104b109d322160a9882efd410427db850e02a25ab57a5b315aefe0815603384c373d4444393715a7f57396b4313049048'
7
+ data.tar.gz: bdb0ccfdf58bf2b2937abf51f70c5143d33519847288443b9ded5ee28dcb8c4dd491acb294824e4c4b2c56ec755befa6c6cd0f457ba4bfd9d501f07b98bfe0e1
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.0.0.beta3.31'
5
+ spec.version = '5.0.0.beta3.32'
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.0.0.beta3.31
4
+ version: 5.0.0.beta3.32
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-06-05 00:00:00.000000000 Z
11
+ date: 2019-06-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"