gitversion 5.0.0.beta4.15 → 5.0.0.beta4.16

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: f57c95ee368f56a5c406ebc8f345cc77b1da50dbd6319fe0969a4cc3b6a5428a
4
- data.tar.gz: 2c68555fb58db40a6ddc2baa341714fa8e45855dfaf4f22c18439dd58d7c7ee9
3
+ metadata.gz: bdbcc6ab9a123cb94e3f20f0e8f833a640cb26f478ac6e417ebdf443ae9c4f74
4
+ data.tar.gz: ebcec542f238134cff5f81189890225d4478552f6a961ef59513e2e695b4b69d
5
5
  SHA512:
6
- metadata.gz: 2f86349165d5b26d5a3f60509ae48d5d21506f523bd1846452ef1f713f3950cc76b3e7b0f6ad8ff4f1b69803ee2080afd343a2d341c83346ad4b96c874a7820a
7
- data.tar.gz: b2c23f094ef373e1b3d7cd1260ca97eb979c0644f040c82bf9d2ea495d631ce21bab53b7eba0e90309a5fbbb126e44eb61ce7bfee136733731527542fc126dd3
6
+ metadata.gz: 4c8be964b4f2ff925ed63e7e6efb962cbf37ac7a50d69f05a5a5ec573488e405c82263bbc706134a807a198275f6d19b34a758ccf11c19de51a217c360cf411e
7
+ data.tar.gz: 7e80a5847bf619565b63b06b6357e1868f1486027968eaefa8bf2edce394e5bd37a8d8420b97d92cabe297447844a7f59afebd016772e7a205edf7db8243a52d
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.15'
5
+ spec.version = '5.0.0.beta4.16'
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.15
4
+ version: 5.0.0.beta4.16
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-30 00:00:00.000000000 Z
11
+ date: 2019-07-01 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"