gitversion 5.1.3.beta1.121 → 5.1.3.beta1.122

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: 337b27dbfbd27fbee8fe222ac5057b7849116c567c8593fddb8e06c92698144a
4
- data.tar.gz: 359eff75d7d11252e8cd05fe4657cf3000f291ae0797d0c75383a2756e73cfe3
3
+ metadata.gz: 6d2ae3c119c03d32e76b8caf40d5192c3e6933b9d9ce3110e23a0114cced8f73
4
+ data.tar.gz: 2d73604fcefd4581b6ecae342932136ee1798acaedb86489082d617d138038d4
5
5
  SHA512:
6
- metadata.gz: 572df4377957ea77dcbd5efc328a98414b34d59fc34879d6a545097315dd65e20960a70faf0232d557c3dd3302713efcb346b5a66eba6ed88422f1824fbc99f4
7
- data.tar.gz: 6f8f81bb975a2cb7b73682ac83fd2eb59693a0c1e57d0b70bd344f858c336f44a52afacab5c5e0fd3432931be730b27b6a5955a37be291ca4ecd43ec5419f0f6
6
+ metadata.gz: e407fac0ada49ab63089c1a187d2b3d7a5f2aca266f5656ce63bc78f19108940e0decea03948eff726c6ab56740fa1d29a48499cc0f462872c7163a451704049
7
+ data.tar.gz: 549c38165cfe1b4d02780b3c35f68811c8593172d55f49dffc68fa9b08ea12d894bdd39ea08fcc2b116f48f6de742f00bcf53821dcaf5be0f6c88c8fed94a1f6
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.3.beta1.121'
5
+ spec.version = '5.1.3.beta1.122'
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.3.beta1.121
4
+ version: 5.1.3.beta1.122
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-12-19 00:00:00.000000000 Z
11
+ date: 2019-12-20 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"