gitversion 5.1.3.beta1.1 → 5.1.3.beta1.2

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: 6aff8004156de8336fceb807ad296bd38184c3c5ed4c29d2eeba69ba16face92
4
- data.tar.gz: 5b55a3e0de031863993161297c6ceb3177992fe650492376bb89ccd4f39362d0
3
+ metadata.gz: c84c526a3a90112aab0d034eb7f6db94a6ce2ee44de26bccf6af9ddaffcdfc51
4
+ data.tar.gz: ce6bcaf0c13b25c498da91c5f7afdde3187ae1f642e8a2e69c104159fa01844f
5
5
  SHA512:
6
- metadata.gz: 9dbf8f7d266cafec7204913bb473898dadcae9930933b20d04190ee7025f7aadafa235762be4cdfb88536ee7591796ab76b8cd6e05565625dedbd7ede1df967e
7
- data.tar.gz: 41bc7bccc1fea69cd8e9c2dd391719f0dc7cb204f0acb204577b67eadcc8a47ce2b7999d3f50735e45c118d9427e64bc4ca685ff5b2ee57b9dda753a223920bd
6
+ metadata.gz: d6d130081e6a315a115ab1464cb3a41c5ed2544bd61f90977495192664ca6198b9ca56c277cd708e1a3103f476e5f40160b53fac0ac37304cb1586c63112eb8b
7
+ data.tar.gz: e20027bfc4106ed5e0896588fba51489d7afe828a3bfc570d379967f7662c405b127117adcc3c0ef350314008ef1fc63c2bdccbb7515b3aa0b3ea31e6167ffcc
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.1'
5
+ spec.version = '5.1.3.beta1.2'
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.1
4
+ version: 5.1.3.beta1.2
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-09 00:00:00.000000000 Z
11
+ date: 2019-11-11 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"