gitversion 5.0.0.beta5.27 → 5.0.0.beta5.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: 335dc0b229233d9ae167e6fed079bd73462c2396f45621e00924062f17b94dbc
4
- data.tar.gz: c579350d4a908edbd55c3e619d7eb50b231068426a066b073c527eb24dde37a3
3
+ metadata.gz: 94ff1c7c2b8e15d5faee37493ef372c5062e7b926e677fde05a6ff43f81076fb
4
+ data.tar.gz: 3eff8c9754de9f66de30fab802f6bffad20b6b15b268e8309d0bce39d9091ee8
5
5
  SHA512:
6
- metadata.gz: 9bb8f312e8f3d3608585fe70b33a8cfaac68bd13208d33dff4160ac1a131c19da168b99382de3f09cb7c7bfcc80577ac6723f4f5f15da04c2f74a5f41256010c
7
- data.tar.gz: b3d0aee7e3e9b87733ee4b2e55a45e5440549cbe8c9cf9a9d0a616f1ab881afc138632208ba8744d6b52405304fe17f2e60ce0e7e14d148a5753d95bdbf130fe
6
+ metadata.gz: f015e489b18961dc746437a890dac9f76f48fb3487c08d8857f99834a4e48947f0399af656d771cf01306a652301c1f612261f6a4b81451c47b3e18a8c47dd3c
7
+ data.tar.gz: 7c8c51d3cb9ed097655e9ac1c49705f679dc2d6244bdc9a5993a5fe0620b869c385236a4f80864c53f8904d8b12db9f1610c8aa255cb99d015cf6ac1ba45df02
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.beta5.27'
5
+ spec.version = '5.0.0.beta5.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.beta5.27
4
+ version: 5.0.0.beta5.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-07-17 00:00:00.000000000 Z
11
+ date: 2019-07-18 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"