gitversion 5.1.4.beta1.136 → 5.1.4.beta1.141

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: 7e9ccfea9f8fb1035d9c607dd10eea8399a5e2eb066806f5fe52c2aa6c7f9d90
4
- data.tar.gz: a1b3423042a35d6d7c961c2ca62e42b822280dfac234f204b65d98e76e79fb86
3
+ metadata.gz: 362ad019bfc0fbb0ac2015fd07f06a4005f5f408568da9559736c77265d2e225
4
+ data.tar.gz: 65d0c4d74aedeca42bca350563a5762aefa0b4939a0f0d6f49b5da215a6419f4
5
5
  SHA512:
6
- metadata.gz: 883854a8a5ef3c21961503602dc67300dccfdea3de5e251f05cee0e930e16243fe6ae0798b5d4af8908bf2d090dd47f39876bfcd7cd13417ca13cce12336a73d
7
- data.tar.gz: 27788d4f1594d786c59c249d4ea208a55e1f6d8c77f3c7f917c56eef12d4aaac92a01691fb9441ea20049a51d96cb5296cf010169575efe16931fb15a87dafdc
6
+ metadata.gz: 328e43ca282d027c9051ab8b2b210d92969cef3c5e35239847b1a9ed653679d22cfaf2e454bb5ed67673dc45d27c90b02d35583911767dbb0ddfe644e00c5a1f
7
+ data.tar.gz: d3cda69f649ce190e8508204b04e2c9751f1241909e7cca3be4a8854770cb6aaee829ae5ead505c5a0a829621949d7ab86dcccef89433e432ea14ab3f09f5333
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.136'
5
+ spec.version = '5.1.4.beta1.141'
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.136
4
+ version: 5.1.4.beta1.141
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: 2020-02-12 00:00:00.000000000 Z
11
+ date: 2020-02-16 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"