gitversion 5.1.2.beta1.4 → 5.1.2.beta1.5

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: 6fc532695bb8253b534673ce0b182306eebdd8f9cdad4c04f9b94e9d3cc01679
4
- data.tar.gz: 057bc3627d146aa6934db70627f4e87c996cabbc90824bca13d041fab7f642c5
3
+ metadata.gz: 30157e5ba8e89ff23d1438fded9838c01b150b5ec56c4cf6fd839388cad5bc82
4
+ data.tar.gz: ba9fce43c7d1554f1521ac057f79376c412d4798d985671e62b8ff51b2b452be
5
5
  SHA512:
6
- metadata.gz: eae321824c8da4bb7f6faf7819ea45a098af96557e09ac60fc152dc9999d2e5fe0d60ca6598c2eff09cfd4463813fa1f6c96ce8617c30787781697625881b595
7
- data.tar.gz: f40ebd0507ac35543c74d3272eacf82448faf67f4837b68bd60bad5e47cee9d5d5526e3c2320072903f3bc2f230e67ae4dc5dc653fe7149d0cf6aeedbfb4ca78
6
+ metadata.gz: ceac14972a6b3134204fa98c9c810a0f6f0fa9eb02e3c990e80e55c3b4a25bddbf4f8dc06395abfee143a78a37f8387804b48692fcce691aee688babe88ca9ad
7
+ data.tar.gz: 41d5710ca33e8319fc971941d0564b7ff6a06df668aee1298fa01f7fab65549076ed3efb61a153342cf7ce26e84ce392c47e7485ed287130595c9c99e57fcd2e
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.2.beta1.4'
5
+ spec.version = '5.1.2.beta1.5'
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.4
4
+ version: 5.1.2.beta1.5
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-02 00:00:00.000000000 Z
11
+ date: 2019-11-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"