gitversion 5.0.0.beta5.19 → 5.0.0.beta5.20

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: 6f2eca264b755e540ffd3f725945af92086090dccb6d572584da7cfe0c174167
4
- data.tar.gz: c73313b07a2fa2afa1f3efaa3588fe4807e481ece74e6cd0d1c998061c3111c1
3
+ metadata.gz: 79e67759d6f324c271511f8f757f294735b5ae462613af765b6a5886d87c13c4
4
+ data.tar.gz: a1259593bbd151d0423b4c33e2a0556d0fb88880c08274b250b7647563022869
5
5
  SHA512:
6
- metadata.gz: a0fe0554f68a0427a279046aa1763f7e47d65db7aa5443995393ef0d328115f11d94a65839f9ffb159ff3828cd3366eeb35f897e46b200130bf7823385ac5772
7
- data.tar.gz: 4fa8f6671445d4083cfe282ff2c017eac29c0d6b636809e92f4af7dd96c19de9b7dcf0cbd093080b146565c7aaab33ef78f1845dc32a34315b3283827854a7f0
6
+ metadata.gz: b801cc5dc97aa614732180623d47d9a80c0ec547be0ed0a267572bd6bbc3e498148114adf06e7778ed3bcd676ccf94104d2d301d878b339f15c5c83153b54361
7
+ data.tar.gz: 4817ee257e40d0173a19a59687741698ad164c98a5b9d040ebf6e861c7407d281ef94d9e85ed17c5813347d7762842ad74e4290639c4378ef6c5f201df008bf8
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.0.0.beta5.19'
5
+ spec.version = '5.0.0.beta5.20'
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.beta5.19
4
+ version: 5.0.0.beta5.20
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-07-16 00:00:00.000000000 Z
11
+ date: 2019-07-17 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"