gitversion 5.1.4.beta1.80 → 5.1.4.beta1.81

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: e9de029e445437480a12b18b111ffa557b426cd93fbd7285ee11c9d56b790779
4
- data.tar.gz: 05cb3621bfdf9cd38a5258db8770945d7a6d7a8056a24c095a61ce05221f9f90
3
+ metadata.gz: 0a6e8327b8502e522efeac3289b4b574088fce69fd46a2c2de7d1fac57b30bc0
4
+ data.tar.gz: 02f7a880788d7ed19f0b490f77a12e984a18dd28c41d242770b35e98bdde1b68
5
5
  SHA512:
6
- metadata.gz: a161a463f566383770225b36280d166cbd594fd561e70b761b19b767d83184ff90a2e747c4667584b49ffa92e67c93c7612d29c3ad67802ae643442ac721e970
7
- data.tar.gz: 4e49836a7d15a1ae1c3fd313bb6b4ea3f881437bbc9d680d4e88491464fc44d742b7801ff3aa2d424bd8393f53189db2e3ffc3ec30ae2c8dde5b7a8bd57cbcb8
6
+ metadata.gz: 8d6cd5618ac3ed176c1400cf0169e6e7a653dabdd937201018f602a7add1bc768ea01e887515937d5086dddc1fc35ce8cc2a7116f7f8594db98852ec91999961
7
+ data.tar.gz: 1a46df2fd04c9736161f2354df68b334be29f0a5534a83f97f878dc68d798b01fb0bb5681a5860ea5ac077b4ec7430e80a84ea525e5c666bc1fbbcf51d436f87
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.1.4.beta1.80'
5
+ spec.version = '5.1.4.beta1.81'
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.1.4.beta1.80
4
+ version: 5.1.4.beta1.81
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: 2020-01-22 00:00:00.000000000 Z
11
+ date: 2020-01-23 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"