gitversion 5.1.0.beta1.195 → 5.1.0.beta1.196

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: 58bbeb9e3dbac774cc4ea7fdf83d4ef173265473aa0478d09cf8622680663403
4
- data.tar.gz: 4fe60c332faca6f9c06ed3a99ed7c15301e69621c3f0b0ab399b4824ae48599c
3
+ metadata.gz: f7ad7394051a71ead6c80c195fdc9e45073458829676030947f16d94c929ed7e
4
+ data.tar.gz: fc71233b350a652c4f1361b900fe313326c9fb3f1018257809e122c7e37442ec
5
5
  SHA512:
6
- metadata.gz: a152f6af950f66f00270bcc76c3848796709056a34ca7886cb68722ecb4cd954b2a866d4d591e3d92f6cadde9aad3fe2e715597a4e8f721c4c372730b71e8c4c
7
- data.tar.gz: 60fc0fc03312055c23efb26cdd7d62c856a0473f0a211d4afe3900a6208102787631e186283065689480ce95136e1b3ca7fc021085202ffdc21b1d0fbb48b29c
6
+ metadata.gz: cb07a452601c5a87e6722762184274e25a067a7626aea19e83382366a9ee5ac5c15aed40b27aaf86f6da7e0fa498e903bc9f9f7886a2f858f2bd484204a6211c
7
+ data.tar.gz: 61b53b2837c1793411051291bc405e6613e0f0d885feaba0f8654f356a7b9d506510e3496aea161fd0ebe66330d0c7b4184c206eef4c590febc7a26704b78f40
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.0.beta1.195'
5
+ spec.version = '5.1.0.beta1.196'
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.0.beta1.195
4
+ version: 5.1.0.beta1.196
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors