gitversion 5.0.2.beta1.27 → 5.0.2.beta1.28

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: e044c498dac4da835499b78b7dc82dc7aa0028a86ad015da660e5007058e27b4
4
- data.tar.gz: 2d69cffcd039829a911308e5b01e3487b6363ffc92b3197222540960cec304b9
3
+ metadata.gz: 06305a4e759620695a42dbd76d124b1ae9d64b01c4769ad2dd7e61d0abd6bb10
4
+ data.tar.gz: 84cda0b52bad475d156777c6b8f3378bbf7ae74eb48e2d61e6a96d5c070f50f5
5
5
  SHA512:
6
- metadata.gz: 35cf46587fc68cd2455adeaa78f5691096028e625064b5e4db1be6a585800dbeeff57961dafb4f98a18185e2e04f92b5e839123a1bc14253ec47f79f7a518732
7
- data.tar.gz: 6f37c68cde675a73c9604c4b8399091aed47a023c29ee9c9b60ebcb306806a966d5b1e6c01d637b093d8f8ab63a5b41ac103b783004e1c5cd84784bfbb46c347
6
+ metadata.gz: 930d321897f144ec42df5636bb277ba16d5c17697a56f8a41ebcdd8f534d5650b91931aac484469330acbc0060386184429e064faf4028343a5c98fe6f2a8906
7
+ data.tar.gz: d7403fa37f0013a3c30418dae7b6d6b30453759ca4ac157debd9ad6bfd53c070417d9677b82fbf663ecfc5738aa71e738f8e41aa3652f075bc13f688b9325467
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.27'
5
+ spec.version = '5.0.2.beta1.28'
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.27
4
+ version: 5.0.2.beta1.28
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-08-23 00:00:00.000000000 Z
11
+ date: 2019-08-26 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"