gitversion 5.1.3.beta1.61 → 5.1.3.beta1.88

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fdd309fa2ad90ccc171c5b86cad0e5456bef73159dc6d654319490bf78ae04b
4
- data.tar.gz: b4677069483ee74e782d0ea202a6c4710b8ca56bedcc2efa24b285a5c54d88e3
3
+ metadata.gz: c756b4ff1595141e7cd6a3c9dd070cdaa21cc9f614efec951c91f3d82b2a56d2
4
+ data.tar.gz: d14dc08a8ab596a1fb6383c27e9b9d8ff7feb8d64248bf3e7df0ce23a08b5859
5
5
  SHA512:
6
- metadata.gz: 36d1c2033d49c1c7cd6a5653c375c83f6f1338906b13772e6692a471f93b58599f3eb1c5345c7aa606cfc36313d47be2cd3ce858e328530027c346a42ed6f671
7
- data.tar.gz: 57451a64dba493975200f5b66c73d5a8044ed058677d87522c5e475b1a8cc319ab2a3f66e93d1cdce862fefedcd8b7294f30e601df8b52249af616910eef3ca5
6
+ metadata.gz: fa20f8bf26b2df95addd2ef349622ed595e753db2ba00f9bf863db2e69b36389b129fde239701adfb9f29e19ff7e85e4f2ae49ff28e8bc77ad585ad9afbcfd03
7
+ data.tar.gz: f42d9b0ea930f9766edae33e3f4da5404e59dbe1ab513c524dfb83ae61f90215963f27fcaab1bc5372008e72fb982807b45d43b95c7e36f7434708c3376c9487
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.1.3.beta1.61'
5
+ spec.version = '5.1.3.beta1.88'
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.1.3.beta1.61
4
+ version: 5.1.3.beta1.88
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-12-13 00:00:00.000000000 Z
11
+ date: 2019-12-18 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"