gitversion 5.0.0.beta4.13 → 5.0.0.beta4.15

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: d9e53a7559da0ff03fdf6f9b64e2f88d1dec375456d8049650f1d9bfca11f818
4
- data.tar.gz: 61b5357a8ff2a9a97f5bde22a12e43e125e828c3774f972fc4c6fff92f9922d5
3
+ metadata.gz: f57c95ee368f56a5c406ebc8f345cc77b1da50dbd6319fe0969a4cc3b6a5428a
4
+ data.tar.gz: 2c68555fb58db40a6ddc2baa341714fa8e45855dfaf4f22c18439dd58d7c7ee9
5
5
  SHA512:
6
- metadata.gz: c19acfcb242c975c2b07058bd0b4385c5c6cb87f190b3628baa92a08979e1d23e2dca463a6ab05ee06af858e519ec729977405790aa1b80bb6551e1530cae195
7
- data.tar.gz: c05d2fc566612eda6402a2ae546b03a52763d809054ff865629c336c834d4c3cdabdaa6360f101ab0eb1317371637bd45dae0d35145578033423ac1e3e25e221
6
+ metadata.gz: 2f86349165d5b26d5a3f60509ae48d5d21506f523bd1846452ef1f713f3950cc76b3e7b0f6ad8ff4f1b69803ee2080afd343a2d341c83346ad4b96c874a7820a
7
+ data.tar.gz: b2c23f094ef373e1b3d7cd1260ca97eb979c0644f040c82bf9d2ea495d631ce21bab53b7eba0e90309a5fbbb126e44eb61ce7bfee136733731527542fc126dd3
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.0.0.beta4.13'
5
+ spec.version = '5.0.0.beta4.15'
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.0.0.beta4.13
4
+ version: 5.0.0.beta4.15
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-06-29 00:00:00.000000000 Z
11
+ date: 2019-06-30 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"