gitversion 5.1.3.beta1.59 → 5.1.3.beta1.61

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: 212c8fe98864a126a753e4e07f88a6f6ec70992228262623d042e28c6dfe8091
4
- data.tar.gz: 168575ede55946311f69be3632c34dee134b3f58b170475245011264035b20d3
3
+ metadata.gz: 1fdd309fa2ad90ccc171c5b86cad0e5456bef73159dc6d654319490bf78ae04b
4
+ data.tar.gz: b4677069483ee74e782d0ea202a6c4710b8ca56bedcc2efa24b285a5c54d88e3
5
5
  SHA512:
6
- metadata.gz: a3a9da175e7d54aa83cf3d445cc429c4ad40a9ed073a1f1a1426cf112d3db71b20a9b1729998d461d8620a7b6fd3c844e2115a3460d453688b2e4180207aabf3
7
- data.tar.gz: 82ce0fe04106e0a329cd9e95afb3fdc182827a213e4da3d33d3b783e9bab01f240e4cce92572bc718fc38db7739f8485e984bfe128a181f898d4d2eccf7317c5
6
+ metadata.gz: 36d1c2033d49c1c7cd6a5653c375c83f6f1338906b13772e6692a471f93b58599f3eb1c5345c7aa606cfc36313d47be2cd3ce858e328530027c346a42ed6f671
7
+ data.tar.gz: 57451a64dba493975200f5b66c73d5a8044ed058677d87522c5e475b1a8cc319ab2a3f66e93d1cdce862fefedcd8b7294f30e601df8b52249af616910eef3ca5
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.59'
5
+ spec.version = '5.1.3.beta1.61'
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.59
4
+ version: 5.1.3.beta1.61
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-12 00:00:00.000000000 Z
11
+ date: 2019-12-13 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"