gitversion 5.1.4.beta1.37 → 5.1.4.beta1.41

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: 33d202c786371c67003d353f824221f8c2a8869ab8dfb748c1b44bd1643c1b0c
4
- data.tar.gz: 81673f9c60d480035bf373f73e2b24f3def88b791fce5c1f261cf95fefe316c1
3
+ metadata.gz: 9c3d6f7c100e2fc799b495a90f46a80bc594148e231ea54bfa9d94c20a76de5c
4
+ data.tar.gz: a9f52c112b7feb92255c2e481a606423b0839001c527063e182cc1b301d9127b
5
5
  SHA512:
6
- metadata.gz: 8f75c5f3b511824fe97a085142ddce40bcfaa94dad96b04b38542bad3109c2f0be6d512bfca256c7a914b959d773f362cb015a7d8c12a5f7833b1a62a8831dd8
7
- data.tar.gz: 4664c31aa6d7b990ec2315905120535f9cc653980e2f1b309b01812cb2fbc6df5d8ea147f42a45816b779df8f79d6e899c009502947fbbebf89e4a35eb6cd2aa
6
+ metadata.gz: 85c82d017096dcb5c534a77d8265bf123c87970c1b9f2e912324513e7f336c10a62d3413a711a8222e1c6438e0bb6cdcf3dde0c364e753c50beea40cdcd4e2e1
7
+ data.tar.gz: a605404461facd9eb8be8605ea8546590ca61b9ba571475b8e59c82fa5645eb70abdcfd48e6d1c8688bbf25fa01e4e6d9b1e62ce775b82e9a879743216d8bbed
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.37'
5
+ spec.version = '5.1.4.beta1.41'
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.37
4
+ version: 5.1.4.beta1.41
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-06 00:00:00.000000000 Z
11
+ date: 2020-01-07 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"