gitversion 5.0.2.beta1.55 → 5.0.2.beta1.56

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: ca2140f7a4b676fc547a21486d4fc65ea907dbec8036de134730ce93fdf91f5d
4
- data.tar.gz: 0020c0364d3824e0a06d58039ed0257300a4ddadc5b08db441f5102fa77ae0d3
3
+ metadata.gz: cf13ac4e4857895473591b7aba1c21c810d90eeb6eaa5b935bcbd3aee4d78713
4
+ data.tar.gz: f336dd4a3c578703bea65a16e9d3d46b394106cea8dba60060b3ba71c3e90a4c
5
5
  SHA512:
6
- metadata.gz: c91c4f53873199633c5b38c8f2c7eed5a288547316250ed4249a0879a947b088c87af64663b723b6ffab701335c5ebfad6f87d3b952f35a344aab50bf5eabca2
7
- data.tar.gz: 2f3c27f5d11dc86a4d61870281072d0e31d00e9b1140d84f6941682f54c7cf3d244cfb491c0ff0bface9502fed8764d38de49cd9768e26ffdbe8539bd603f75d
6
+ metadata.gz: 69f2673cffade2e290d83023971ae7a00db86212b399170a04263b183dbb17c7e68711edc628f785a73f4bac0fbc3d07b709288acac1e9748956aa8e66017961
7
+ data.tar.gz: 3d5148ad5fa842c9a4b7962c5a0490edce40d4c0df74191bdf3b03dd58b7e54a571492332f59cd8a7d1c8631e1d55409734ddc9dc806f4303f277c4cb942da25
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.2.beta1.55'
5
+ spec.version = '5.0.2.beta1.56'
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.2.beta1.55
4
+ version: 5.0.2.beta1.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors