gitversion 5.0.0.beta3.27 → 5.0.0.beta3.28

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: aa893a043ce364e734aed249b34feb8d5587512779e8cac7da81c744a92e6399
4
- data.tar.gz: 5252e45ad28554b575a08b2cca9d1c8cb65e1fa1082aa24ee8218f80ae41f927
3
+ metadata.gz: e253a30f3d6cec743f2d6fa3f2d943a4f9435c1991520eb59ba2e248f91f9409
4
+ data.tar.gz: 5537ae15c1bf3f48cd4eb41089e451967cc6be2b0e053fc463dcff7374bb6fc8
5
5
  SHA512:
6
- metadata.gz: f1720802fd0bf7c10dff662bf86597dd46a254be170a8a08218e35faac490514c725eb18487d999fc86bba531e19d8e8c1d0698e0c446008a5414123c6d1793e
7
- data.tar.gz: 9da3b296eadb7794a7c825d3dbe34c598eb97da71540d410e43b8fa93b9208b85293a5b9db58820d32e980a500695b3c07d508fcbd1bfae5791cf4bbe58792c0
6
+ metadata.gz: 69d57e737d9334765b0df99eca38934d5c4b616e700a96376d01310a07de46c65255a0676b0321907b234c8e3e8c288fb494ea55f19cd355b18d5f08d51f773e
7
+ data.tar.gz: b5117e4839dd4f9a26c33ec928c42793029d4a6b046500da5e1c690d79903a508670799b177e6cd755e8804c586fcd3df9f9e937b6dce1e5a1360fda59252cd9
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.beta3.27'
5
+ spec.version = '5.0.0.beta3.28'
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.beta3.27
4
+ version: 5.0.0.beta3.28
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-05-25 00:00:00.000000000 Z
11
+ date: 2019-05-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"