gitversion 5.0.0.beta5.50 → 5.0.0.beta5.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78e7362d21de689a439d58686ca945b54c4f87ce57dbf1acdafa77aac1385d25
4
- data.tar.gz: e629ca1d99feba8f3e3649b88ff760b907e94cb0ddee741b77406af2ac2678e8
3
+ metadata.gz: ef68346a28bb6102a84d04db0f0472620ce02a70d0af2ca0b7b425d12e360234
4
+ data.tar.gz: 8239201997f396c57a8136a21dad200dd6c5ff60b4ccbb8456fe30cf8177bfd7
5
5
  SHA512:
6
- metadata.gz: 75da1542ced8960ead38fc0bc1adbd302a5a8f64097f34ee2e8bdebedf736c0d805d174dca855ddf3a09bcf3b017ba0a22b7303fe563aa5f02ba2761ba2b50c6
7
- data.tar.gz: 213e9e23c7a7664461f64370fc39a055b43e011bc77e675b1a9ee8a3dcf9bdded0a0f5ae7f2ee215e750b7fbe67e0c2cc747741a246030aabe3a44943bb760a3
6
+ metadata.gz: c8f8466d14c0fa0904c5c763675469f8d4f6cd2f1af0c1a93ad019e898415408a8e44d77bf1de909c2bc4ac0a0802dcb43e9c338d81b1989a80ce4e2e4e443a6
7
+ data.tar.gz: c6c6516a0be45d528c3a1f041efe255fadf4f8f6bd7c0094c1cd28d722884850060cabf245ea45cfb81691cba2285a2d02de6fc6c026492486af6355a8c1d4d2
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.50'
5
+ spec.version = '5.0.0.beta5.52'
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.50
4
+ version: 5.0.0.beta5.52
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-24 00:00:00.000000000 Z
11
+ date: 2019-07-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"