gitversion 5.0.0.beta5.52 → 5.0.0.beta5.54

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: ef68346a28bb6102a84d04db0f0472620ce02a70d0af2ca0b7b425d12e360234
4
- data.tar.gz: 8239201997f396c57a8136a21dad200dd6c5ff60b4ccbb8456fe30cf8177bfd7
3
+ metadata.gz: 3672a9a9c0158162c0df04c45ff30621699d12abba11babb0da9e42729d4bb2b
4
+ data.tar.gz: a5c42475f6119a95f47aa1bdb85d7e8623c70bc92df235dea6f71831d33f5062
5
5
  SHA512:
6
- metadata.gz: c8f8466d14c0fa0904c5c763675469f8d4f6cd2f1af0c1a93ad019e898415408a8e44d77bf1de909c2bc4ac0a0802dcb43e9c338d81b1989a80ce4e2e4e443a6
7
- data.tar.gz: c6c6516a0be45d528c3a1f041efe255fadf4f8f6bd7c0094c1cd28d722884850060cabf245ea45cfb81691cba2285a2d02de6fc6c026492486af6355a8c1d4d2
6
+ metadata.gz: 637aa79a7e08ce5c3abeafe4ff1b66eda989ddf60ac3404a71b171de43f33c182d7e929089d8a1e4a1e5e45547c231df915e6ee0b39aab8b7cfc1d5ed41c68a9
7
+ data.tar.gz: 4749fbebf75b1daeb1f4ff8a3f9a1d3e2fc656e78b6004e6783eb146481ccc8bd7363837aefeb1fa4ff98a093739b125c2a8d47915a0cf71170a8d641f17cd74
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.52'
5
+ spec.version = '5.0.0.beta5.54'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.beta5.52
4
+ version: 5.0.0.beta5.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors