gitversion 5.1.3.beta1.2 → 5.1.3.beta1.4

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: c84c526a3a90112aab0d034eb7f6db94a6ce2ee44de26bccf6af9ddaffcdfc51
4
- data.tar.gz: ce6bcaf0c13b25c498da91c5f7afdde3187ae1f642e8a2e69c104159fa01844f
3
+ metadata.gz: 7d746564c9a7266e7cea50ff3ef6381825d226a5610b1673878b8ebfbb9fc273
4
+ data.tar.gz: 742687257cd60c8966e194e5b6438c1fca7b4d9feb08fc1d98fd11788192cc44
5
5
  SHA512:
6
- metadata.gz: d6d130081e6a315a115ab1464cb3a41c5ed2544bd61f90977495192664ca6198b9ca56c277cd708e1a3103f476e5f40160b53fac0ac37304cb1586c63112eb8b
7
- data.tar.gz: e20027bfc4106ed5e0896588fba51489d7afe828a3bfc570d379967f7662c405b127117adcc3c0ef350314008ef1fc63c2bdccbb7515b3aa0b3ea31e6167ffcc
6
+ metadata.gz: 810b75b17d37c8816f23b95b4d7f0c738da4170b7253e4538b529481fc11d10238bcca85e1d7d52109021d2446dff3a88615963760b3085f23978674b594d602
7
+ data.tar.gz: '025282c81ad9ff9883f8f26dbca95bdb5099a32fe7e2b8390e23ebb2a6fc9759fb942f69b2e7d906434893af7ba22b5dac8dc59f7066aa01ed3d9cb3be54afcf'
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.2'
5
+ spec.version = '5.1.3.beta1.4'
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.2
4
+ version: 5.1.3.beta1.4
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-11 00:00:00.000000000 Z
11
+ date: 2019-11-12 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"