gitversion 5.0.2.beta1.79 → 5.0.2.beta1.80

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: aee75235dcb5914ff90e1ba4dbfae1c2c7b6c9a7fcef2fcfa1d2f04e707c8005
4
- data.tar.gz: 684b6b7417441449c63d18d9b663ffdffac447c58a22cf82097f5b93fb8008e5
3
+ metadata.gz: 8e8610596a2d03095b063ccc4de7a5767096d0356549f7da63f5f8cba5789baf
4
+ data.tar.gz: a0b8fce08a42a1dfcbeb9e21f0daadf5ccff9b7cb3255ed1982ddf33b9da1c34
5
5
  SHA512:
6
- metadata.gz: 2b6d4f5626c204b62959be1448c505183741f67bb519a67c74a032fcfc1db1bb349c4835f4d5ba724e233bb72a831ec0efe8d75addc493c2c6b03d2d02e2f336
7
- data.tar.gz: 8abe00d638485ec62839cc7e30aa824b46ef24638a0c437822bde64450d289264e4e08da76b132e28b77a810de701cd7707ea21791d65e47bc87baef562faff3
6
+ metadata.gz: 205b5e570e96be0360e35c98d034f171f93755988bac50a076556f85d9b2366d7e3a44dd647b25bb4b090cd7702d76988a95cbdb291125dfb19256c18fbf9e0a
7
+ data.tar.gz: 91cc307ef268d7cd3f1222c7cded9bbbfe093e38fc2c90d642f18cf62e4ae1c5f524bf3da1b3f2f5194d19532a6cec3b21bf763123c2623cacc1175f82401746
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.79'
5
+ spec.version = '5.0.2.beta1.80'
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.79
4
+ version: 5.0.2.beta1.80
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-04 00:00:00.000000000 Z
11
+ date: 2019-10-05 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"