gitversion 5.1.4.beta1.142 → 5.1.4.beta1.144

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: bb99d8fb240dc7094cb45f0648ca7282d57b43ae1f66efd69ec19801c8268cd6
4
- data.tar.gz: 9fa68b2e5db98159a231b4ddb370d18a0f78e6dac794461781b58a7e3c3d8798
3
+ metadata.gz: 65a0396864e46133a5604acfecede8b76e3c44acc157eb81c1b50cf228dcd552
4
+ data.tar.gz: 5c3fc47a35669e48448116351dfbca61ace9382dba227d536fc0fdedf685153c
5
5
  SHA512:
6
- metadata.gz: 7a9865624a11a2869129eebd96e5287ab990b42d5f7f964e3d2720898a71f043bb61c134647eb9583c7dbdf16364ac780a48e17e6f54ef1991089e2a3e5cc087
7
- data.tar.gz: 48b6d5efa306f25fa270ca8d0fb6869248afd7743c58159401421542728a589e438e4d0db60eafc1ec43cd2e5c8bd49bc0f7ee42bd7f65d4cb82e4f66d689431
6
+ metadata.gz: f2a6c1ada18748981cd9a8c230ca8f8afd21c44ce54d1bf0440d93effa6befb6ab3a13d3a7489857cd507245af64ee0281a023f92f82f9ef717103ac27376227
7
+ data.tar.gz: fec46787d3b01c5f100feea566f0151ac7139f31bd6c527963266c0a00c2f32475ea0f73a4c814f6dad8850aa2529b6e2ab67decdff26b73f2e3d34bfe7b470f
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.4.beta1.142'
5
+ spec.version = '5.1.4.beta1.144'
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.142
4
+ version: 5.1.4.beta1.144
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-02-16 00:00:00.000000000 Z
11
+ date: 2020-02-17 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"