gitversion 5.1.2.beta1.5 → 5.1.2.beta1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30157e5ba8e89ff23d1438fded9838c01b150b5ec56c4cf6fd839388cad5bc82
4
- data.tar.gz: ba9fce43c7d1554f1521ac057f79376c412d4798d985671e62b8ff51b2b452be
3
+ metadata.gz: e4e20065728ff5219f885a80ff263d240ba6c8c460d8ac242052935f138c99cd
4
+ data.tar.gz: cbd34c41ffaefcae52ceb96bfa0efa6aee52dcf98b5d658b568328641466af8d
5
5
  SHA512:
6
- metadata.gz: ceac14972a6b3134204fa98c9c810a0f6f0fa9eb02e3c990e80e55c3b4a25bddbf4f8dc06395abfee143a78a37f8387804b48692fcce691aee688babe88ca9ad
7
- data.tar.gz: 41d5710ca33e8319fc971941d0564b7ff6a06df668aee1298fa01f7fab65549076ed3efb61a153342cf7ce26e84ce392c47e7485ed287130595c9c99e57fcd2e
6
+ metadata.gz: dcfdf135870df4b248637135b3765b3309fdc8d1201ac90231b6053ddc6599c30ea8414d5ca9946654a1c06fdfd8c8771229cdd6440426becdd8ff1348b51503
7
+ data.tar.gz: 259979e67fcf4161a20261ea57621275b7b8dd8fd53e9c3aaf773d8a8ff51b8c864adbe29fd9910cb9e9f15f5fb68dfa6ce3779f492dcfc0ad39409e36246949
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.2.beta1.5'
5
+ spec.version = '5.1.2.beta1.6'
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.2.beta1.5
4
+ version: 5.1.2.beta1.6
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-11-03 00:00:00.000000000 Z
11
+ date: 2019-11-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"