gitversion 5.1.4.beta1.4 → 5.1.4.beta1.7

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: 6597cdedf6d9b3cfcb55e3700a837bd6bd44f84e8d6bfe07becea3610a917f3c
4
- data.tar.gz: d043f38c5d745426e10e12b1d15f68e8756ca4e630cced6128c4a56ae2070a35
3
+ metadata.gz: 99a3dc0f3f62907ce20ff65939c022aaf87fbe28859f4da249e07042c2301307
4
+ data.tar.gz: c183123f5671e7df7fdb66cb9f5073fe760fc2db21735f9650183fd8d3567e48
5
5
  SHA512:
6
- metadata.gz: a1d6197a276e3dd5caf50add5b6f77a5602aea1ba67c3dcd2de0e83d503e35c7f4f05b9b2d5106a44c9479430d77b75ce384a47f023002a6e04414872f75c2fd
7
- data.tar.gz: f1a4a0c55c4f6284b145c5cf4b2abae562deba28b1c0c0e0c8161a3f543972c28265f105044798677f8bb4401ebff70836a9438e6f9738203409351021277b46
6
+ metadata.gz: b3a9e50226a0b80ba95bbb392ded56c622d3bb0e6075f0cb0e26550cb69d101ffc1431c1fdc85ce3f8d323a2e1c1af125bcb75714b5486a071e4efaa5f24bcc0
7
+ data.tar.gz: f87f338214c193d1a500e096b1f477eaba35f69b4704071423b10e9dd36c63d4a24106b69cffb3b115509d70a7595ad28e7dbe821c71a628eb370f973213d402
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.4.beta1.4'
5
+ spec.version = '5.1.4.beta1.7'
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.4.beta1.4
4
+ version: 5.1.4.beta1.7
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-23 00:00:00.000000000 Z
11
+ date: 2020-01-03 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"