gitversion 5.0.0.beta3.26 → 5.0.0.beta3.27

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: 608c080aa1a373ff8b76aa30c7132375b81bb60fbb3094827d8b7793a5e48943
4
- data.tar.gz: 33db40b950cb2faa5a94263a3df943160f37a721e2fc985542964e0ffac29c12
3
+ metadata.gz: aa893a043ce364e734aed249b34feb8d5587512779e8cac7da81c744a92e6399
4
+ data.tar.gz: 5252e45ad28554b575a08b2cca9d1c8cb65e1fa1082aa24ee8218f80ae41f927
5
5
  SHA512:
6
- metadata.gz: 3ddd1a08b4185993457a669788ea198e9830f9bbe2678c638dee06af1add92d0b7851c7caca00ab4933a77e6494101795f9fadfdec2ea81720a6b3613edfd6b2
7
- data.tar.gz: b21344da9082cd1e8460c5b682b6436a30adf94a1dcad10cbad402c142fafa609d29aaf6214242c4b7598b181fb18289221740429c9c54370b5c821d29360751
6
+ metadata.gz: f1720802fd0bf7c10dff662bf86597dd46a254be170a8a08218e35faac490514c725eb18487d999fc86bba531e19d8e8c1d0698e0c446008a5414123c6d1793e
7
+ data.tar.gz: 9da3b296eadb7794a7c825d3dbe34c598eb97da71540d410e43b8fa93b9208b85293a5b9db58820d32e980a500695b3c07d508fcbd1bfae5791cf4bbe58792c0
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.26'
5
+ spec.version = '5.0.0.beta3.27'
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.26
4
+ version: 5.0.0.beta3.27
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-24 00:00:00.000000000 Z
11
+ date: 2019-05-25 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"