gitversion 5.1.4.beta1.124 → 5.1.4.beta1.127

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: 9adcceef29e8623abb18cc8b5fba81ea643372e536dbb8ad118a7844ff623f15
4
- data.tar.gz: f5b8fb9fd65079d619e2a6c7d3f54b2cfff570f6b5186dfdd4e96634f8c684e8
3
+ metadata.gz: 58224693ca1bb3e9373070c714803d17d108e26fde4967f7d80eb0c654898763
4
+ data.tar.gz: 7b12c39e908455a055abab2325cd2d9850dadeaa664a61196fcabcf357d13511
5
5
  SHA512:
6
- metadata.gz: f31d28e2babed21e8c24bfc2157e7df6135e98e3f06e42d8bef9aa5c7aeac6ea7ce3dc4246cc0aa6684d2672f74fed3c1429c15e3359d8bfa7756baf5c699ccc
7
- data.tar.gz: cfd73efdf08f3d961b3521606eaedb509e769d9893a4ba81778dbf26dfc23819b1cc5cd3594acb4c584268f08d95f7486a2ddd68eb7d2d567945287b72e533e6
6
+ metadata.gz: 4d9a048e2e3d07b2f7206b67a8d67f15e12c71d97b47ddd706ed7f0bd9b8098684f2922de77973faa7c6558af6ed7587eb13d3737b89523466740b979fa1dd61
7
+ data.tar.gz: 2894e391c04bc051a52d005e9bb005bc5bcb762d138da15cae775c289659a22dd9a160ea68aab72bd794bbafe2cdf730c93b3235a8691d869ff42f637fd8b75c
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.124'
5
+ spec.version = '5.1.4.beta1.127'
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.1.4.beta1.124
4
+ version: 5.1.4.beta1.127
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors