gitversion 5.0.2.beta1.72 → 5.0.2.beta1.77

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: 0604e2804474d6ca0b88074a31270c20ef19652d45452b949ffb4f9d5c69d799
4
- data.tar.gz: 578adc127ddf55d3a6846f84eab913cfc1e8cf8d5bfbb8911bb0be096dab1d8a
3
+ metadata.gz: e058f1e05920d71a3b7dc6df1c009bb0aea72c4a0ece27d5252c13fc202f1743
4
+ data.tar.gz: e3e8f8dfca732f69cb8d3bfce84f1c225ba8e4cba16bb19d72aba2a8cb58b2fb
5
5
  SHA512:
6
- metadata.gz: c18a82f210abfa8b947cdd1685a93855ccec9e8d4c2a318dc2cb7012d354c79cf6198ca1c0be1f1e436696803c627a2e14cb945a40b90b2a743b9214f6dc38b1
7
- data.tar.gz: 80a7f63e3331afe68178c32f670e69b372540faec3253a76cffcb78a50565a9d5557a0695777d1a17ca63f3b5bfe90abe4ce3604272406ce23051cc7a0a477b0
6
+ metadata.gz: 5e6b1982d97058b628db5da9c03f484c0ed53d944a4147bd9859853bf5f424f7bf476a6cd91850043368e878bf1cfccb60d919a25b3344187d1e9784a1b2918f
7
+ data.tar.gz: 9c80db95991300bdaa1a72b1996690dd219f64c311c259b33b3143d4d93f84d32a40c329327870f983fb8f3a0295cd3d33420c64f53120b7f7a94364b5be9bd2
Binary file
@@ -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.72'
5
+ spec.version = '5.0.2.beta1.77'
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.72
4
+ version: 5.0.2.beta1.77
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-30 00:00:00.000000000 Z
11
+ date: 2019-10-02 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"