gitversion 5.0.2.beta1.69 → 5.0.2.beta1.70

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: 5f17c33f9c995f79622851e4b43250fa093b303ca209a4590a30392283e0837c
4
- data.tar.gz: ebc781c98cae8c19596b5b6fb3ba55a73d6755f9f454277372032706ebd42d99
3
+ metadata.gz: 1e89ff5067155a92fd4163ac457673c4a145a803859a2e7b3dd036621585a941
4
+ data.tar.gz: 8f8dc515fe02400cbf22cd1ca2f0b0b6306b582cbe77c626ff26e835922a0242
5
5
  SHA512:
6
- metadata.gz: 5588d9fdc1c2b9aef0ee99bb64d98aadeb7b217e7174be8861ac9e88bdadd1f0fc0cfd39f6e0e8c95319de73248d02e72cdbec5a52d46bde8ad3820c24b674d8
7
- data.tar.gz: 4a49fa61f8e79e33b2462f6a5145eb68cff3e4cbc34ff1861e0d7ea68a588a39be5e8261afefe004dc37404a685e4e2fe6e0dd8ef133ea178523d30ec577730c
6
+ metadata.gz: b6d55f6e90b79f9b671d2f4feaa95ef8bd72acfaa145c555b4f54b05e9ff0d0ba1fc636f74c2fddf270a3297940b8830a2c80a1b0a432d2d007b53f174638f09
7
+ data.tar.gz: 578199936c74c9b8a442c04b771b2270de65d5fbcb73e6f521f7ec260124019fb0673c3b79c4f60d22671044ee5e846599e30c1945e6f0785d5384b8682aaebd
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.69'
5
+ spec.version = '5.0.2.beta1.70'
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.2.beta1.69
4
+ version: 5.0.2.beta1.70
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-09-29 00:00:00.000000000 Z
11
+ date: 2019-09-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"