gitversion 5.1.4.beta1.187 → 5.1.4.beta1.190

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: 4449fafac2e1a57047a52e1e9dd981418c4d0e698e2d1850376f049a1daafeaf
4
- data.tar.gz: 4149e551e09a601b4a54b37d5e24c533ea646fd7a8f526d0a0b014219c99f958
3
+ metadata.gz: 7c72ebc82eeb04227554e0d66992a66fad575074717fe32613c80f7dec46682a
4
+ data.tar.gz: d7b9e1ae63f3bde50d085ecdaa241f9a6b7d1cef350e6022f292096e09812283
5
5
  SHA512:
6
- metadata.gz: a8ca8c3cf569ff331285284f670152a2843c65b270159889fd25caa5ffabdad5d6ff76702aee0fc5856ef273051c0a5948458e355b66ef9c957ae21ee201e90b
7
- data.tar.gz: cd30348ab8118b7bb97b503181d910d5ef6942fad03631aae8b563493ae6ffe89f2b986df015823413df36326685cf62430ff7d33369bce677e181287d75b4a8
6
+ metadata.gz: 6905a60c13b360389aa4137f9c32559c2fe6b3f0e483d3d6f72f77781888d461966c7d094ec1edba393ff48ca5899e111fd68d486ad3a734e4d0466889d114de
7
+ data.tar.gz: 6e53ebee3348c163dbc08d14fc8ba6d19c84a36f30d4398d2863df5488513f819e57b70f4233a8fc26a1232a3ef9f4721d306c3a953a8c09526428dfb2575335
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.187'
5
+ spec.version = '5.1.4.beta1.190'
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.187
4
+ version: 5.1.4.beta1.190
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-25 00:00:00.000000000 Z
11
+ date: 2020-02-26 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"