gitversion 5.1.3.beta1.4 → 5.1.3.beta1.6

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: 7d746564c9a7266e7cea50ff3ef6381825d226a5610b1673878b8ebfbb9fc273
4
- data.tar.gz: 742687257cd60c8966e194e5b6438c1fca7b4d9feb08fc1d98fd11788192cc44
3
+ metadata.gz: 76286e1fe333d0f64dea5652437e892695f4165008693d53b5c29b221d26f692
4
+ data.tar.gz: e05486b282a5175450c0040dc4f613499bfdc1a50e73217cb801b86016f2bdc6
5
5
  SHA512:
6
- metadata.gz: 810b75b17d37c8816f23b95b4d7f0c738da4170b7253e4538b529481fc11d10238bcca85e1d7d52109021d2446dff3a88615963760b3085f23978674b594d602
7
- data.tar.gz: '025282c81ad9ff9883f8f26dbca95bdb5099a32fe7e2b8390e23ebb2a6fc9759fb942f69b2e7d906434893af7ba22b5dac8dc59f7066aa01ed3d9cb3be54afcf'
6
+ metadata.gz: 1849e0727938dc995377f532123ff2771bd6054759f8274e2e0799cdaac88af6a7beaf7ea2ab1966cd8420d33782660293e83aba890e4eba06a7b4e349b4ce46
7
+ data.tar.gz: d2e7d5be685f45d214462ce3aba5de2f66ddf7bba7c7ac9bab7c50f40477259101c257ea9f06b611f47aeb7eb3e724216db13a17bc1c17a2e585ee7971e57ea0
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.4'
5
+ spec.version = '5.1.3.beta1.6'
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.4
4
+ version: 5.1.3.beta1.6
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-11-12 00:00:00.000000000 Z
11
+ date: 2019-11-15 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"