gitversion 5.0.0.beta5.2 → 5.0.0.beta5.3

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: ab5575b9bcd2d1dc2b2c36e2d1a46fbcdc6df55e26fa456631b8577181d213c1
4
- data.tar.gz: d3f78825cecd1350a866e64c0d819089458cf1b72e19e9a378bd10b236054f44
3
+ metadata.gz: 302575001ab4d9c2fdd26ebc783178dabe7d6981e3e9896b2bedc945e8adae95
4
+ data.tar.gz: 7eb9798a5cf596b4663fc34f5371c49c21cf1f6f0f650328903b6ddb054859da
5
5
  SHA512:
6
- metadata.gz: 18b303a27da71879fd126ac9208356d81576d59f7c96f93c598f114912ff4baf063d6b9dcf09b090da760f1f213bdfe7fdceb7e8d4e6637dae63c65b8e3d07a5
7
- data.tar.gz: b4198e876e36617a944bed9e9d8e849f2d2817ad95e123a05ef34e1c14be477bbdce5c1ff8814aa7c4f2c700f4c401c40c36c4ce830f3455ceabe7d07e210461
6
+ metadata.gz: 5d195175592cbf7ac07b1c338192c2ac5f6ef2794817cbd9be2a4fe4005ac99c0f3d6ce02b4bcfb9eda432ca8c57d39efec38f8508a34aa4478b7371e3178311
7
+ data.tar.gz: 58a2d7fd53b9fb0075eb861e7362af7dbc7295ea5992c8055b52ff4089b9e2c235f4b9cfe2c25b7d3f4a4295f4e7b5bb507490a9343cf1aa780852f10465a871
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.beta5.2'
5
+ spec.version = '5.0.0.beta5.3'
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.2
4
+ version: 5.0.0.beta5.3
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-04 00:00:00.000000000 Z
11
+ date: 2019-07-05 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"