gitversion 5.0.2.beta1.130 → 5.0.2.beta1.131

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: d875cf9a41530a8b3f6459e117ec89904316aaa9c05034ef5ac32e631b326e9e
4
- data.tar.gz: 54aa55f67d69366e625babcbe4360b3135c7cfbd995ec0b5f64451bce4b61515
3
+ metadata.gz: 1273dda7063a5b65a380bad5cc541f7948fde1798194d461a0d351c71fcd34f5
4
+ data.tar.gz: e1ce976799e028f31b7023626ba28f8988a97050634fd95ce2c5bc02bf439d5b
5
5
  SHA512:
6
- metadata.gz: c741cad1018f1a49976256d987fa78b315f1a6a4d9448142438af7313f69a568517a755eb5973023b7d723ef9ff9f4a646c0aa5f340178f2cb298edd3bd53bb1
7
- data.tar.gz: 5ea64c7ec459851a245004cd964b32250dd8c2f5b8f9d5c6589c4ada1a2ca2316479a2ff327a436133a76eecf344a4de37d02083ab495c936acf28acef3a59c5
6
+ metadata.gz: a3a54330179a06bde88e6ea04cfb4bd8c0184a2348cddeefabeedae9098be6a685075ee1341740293207b244aae1dd3f8ba9f040cd7f33c588037fc4487616ac
7
+ data.tar.gz: 962e3d2f2eb8c9f0ee82649874706c5fbf434550ddfbccb304ed27d19eb708bc0c78c2f8f920a269c2e0e615fec1c8301377cd57c8fb747c6368c05e586db5e8
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.0.2.beta1.130'
5
+ spec.version = '5.0.2.beta1.131'
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.2.beta1.130
4
+ version: 5.0.2.beta1.131
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-10-21 00:00:00.000000000 Z
11
+ date: 2019-10-23 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"