gitversion 5.0.2.beta1.95 → 5.0.2.beta1.98

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: 99fafe835da5d60532a90aefcbb028be5e945e00148b9401face4754c44c1210
4
- data.tar.gz: 139a6eab7b6f7803173daa056d393f0d8f1e5623a86c2770462656f5fe2eae0e
3
+ metadata.gz: 3aa8345e7ee52801642e4f32401007db3ce779e0b14aaa2bd4e102e213c030b6
4
+ data.tar.gz: 914edeb9ddd790added2aa77d4627f1104533cf9099cbfd1024ecf7103538bc9
5
5
  SHA512:
6
- metadata.gz: 27781f0b0dfce213e538664b317d39eb5570dcf6f4078a6de6d83cc80bc25dae4273fe952f48d908f14d2cc8ac1d42740e62b66d990ec046c9d598e71aa7f60f
7
- data.tar.gz: fc2f1d6959a5d8a8e7ca1267a0a0196b479d6d2fc060828686749df8888cd22765195dc4a3f2a641e92a408aed6dfa6bf1f3f7714bc8ce3d351e98e70a3e3b9b
6
+ metadata.gz: 83dbf9b1955721c38d6d971a46d9933e3eb03a9a1c59135b5f855253202f51aa53ddd2697b93b2c798ccd5baeaf8d8204223e452004b6722bcafd3febc9fbeaa
7
+ data.tar.gz: e9633bd709386ec41e850c5134bc0e0a2d3c7322b3d5e83d3c031713da89f11c6461083adecd94c9f30dac15c90bf964953cb768643244809d5f1cfc9f3c3a5b
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.95'
5
+ spec.version = '5.0.2.beta1.98'
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.95
4
+ version: 5.0.2.beta1.98
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-10-10 00:00:00.000000000 Z
11
+ date: 2019-10-15 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"