gitversion 5.1.0.beta1.194 → 5.1.0.beta1.195

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: 2c611921ba1cad23c73a6fb2799e0aa88625bfa9f25f0c352ce13b8309dcfcfb
4
- data.tar.gz: 49802af546b9cfd0b0aa9cb32ace674f0aa29dce47cec3ce3f564998b333723f
3
+ metadata.gz: 58bbeb9e3dbac774cc4ea7fdf83d4ef173265473aa0478d09cf8622680663403
4
+ data.tar.gz: 4fe60c332faca6f9c06ed3a99ed7c15301e69621c3f0b0ab399b4824ae48599c
5
5
  SHA512:
6
- metadata.gz: d9a905f46f9b2e3f0130c978affaea7df8aa2c7cda084ec6712cb668d7e49ca11e1c0c9d2335415d6fd46a7f3000a1b73017bd8fb1a3e51177d9cf46b85ab96f
7
- data.tar.gz: 68d428131a08721261ce2edd0450d86febe17a3fa506f366f21f357851a01ac24e73336b9825ce40a70525ce33e1ec786029374dae03d0b1998af7cd5d7e5313
6
+ metadata.gz: a152f6af950f66f00270bcc76c3848796709056a34ca7886cb68722ecb4cd954b2a866d4d591e3d92f6cadde9aad3fe2e715597a4e8f721c4c372730b71e8c4c
7
+ data.tar.gz: 60fc0fc03312055c23efb26cdd7d62c856a0473f0a211d4afe3900a6208102787631e186283065689480ce95136e1b3ca7fc021085202ffdc21b1d0fbb48b29c
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.1.0.beta1.194'
5
+ spec.version = '5.1.0.beta1.195'
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.0.beta1.194
4
+ version: 5.1.0.beta1.195
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-25 00:00:00.000000000 Z
11
+ date: 2019-10-28 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"