gitversion 5.0.0.beta3.14 → 5.0.0.beta3.16

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: 553c21773daccbbd8f4ad31136f4f8b918a960c090f60f027248d2ea545df3e0
4
- data.tar.gz: 6bb76ffce990dae1e63294d2c22376caf9f0861599c0762cbf0a83a97325f3aa
3
+ metadata.gz: 583dbc3a7896ae913fea32d24b959c9172886175b84c4ab5efc7604c13ea02c0
4
+ data.tar.gz: 3b2c29ba369a1d8c8522a94b5fd68a71f95d5f4feb2ac375274ab24098be91ba
5
5
  SHA512:
6
- metadata.gz: ddc6552c49a91db7ff0b124717506638ef85db1300a2539284b263c1fcee977d443458f66d1eaad2ba57d4873c8f6e26e11c2d004453c776bc2748cd3cd27aa3
7
- data.tar.gz: f225fb1a1aa4744668d03c7d1a8ca073abd0bc8b3bcf6c299b5038efe93a165f4f65981b582d01fbac18e3db2f9a8820404e9aa8679d7f30f80e3520440f75c9
6
+ metadata.gz: 9f55992bb9ca2b8cc04760bf559ab31ba99bc296bbc50e97283362c3a2822df504ffed1e1829e8b25b32fc92cd8e285d836f832e77228b37d7d4f1070fc48734
7
+ data.tar.gz: 7f857da0d4002816f46d7a09c904e793f14b394e5062d2010f53801ea16f143db0292c00eb14a128fc42dac4e2cbabe6a1ed68e8de0f4805641d6e0ac42f04ba
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.0.beta3.14'
5
+ spec.version = '5.0.0.beta3.16'
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.0.beta3.14
4
+ version: 5.0.0.beta3.16
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-05-20 00:00:00.000000000 Z
11
+ date: 2019-05-21 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"