gitversion 5.1.3.beta1.52 → 5.1.3.beta1.53

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: c614951ebbfdbd9df8e953e3f15fb6d47bbcb6677ee39696a21cd9f5d3106a67
4
- data.tar.gz: 872334af909fa0041dce460263191ca3e864a8dac294f5d2d165a923ec2825e7
3
+ metadata.gz: 48c518ae4151e82bb060f5d2903d5b7bbe03811d31ed82be15016e0f02651c78
4
+ data.tar.gz: 7aa0f36ae95baf5768a4ad2b35839de2744e689730365b60d657e3d4db13d468
5
5
  SHA512:
6
- metadata.gz: 1d7f31ca460e26bd6f420f0e34331c1d4da094b250a997efc68e029ef2be409d149e6071efbca682179aa8b3ecc5ec1966f112a97ddc3e09dc0ef3ed5103158e
7
- data.tar.gz: 9e2c074bf9eaf7cea5e0669231b8532c5909fd363ff07ea4ad406c0fc395fbf0d9581dad2b49268a70e3bfdf074c82fb4aa246f789474c8f3299a1936071fb97
6
+ metadata.gz: 39a9c7fd61d1988a279dee6eea9d7f267e2bfc8797e2af737cffe304df3d4168410330a6c19cf700fa6973f0bf1d958430cc80e4e7b658f88a8d85297d3ad49c
7
+ data.tar.gz: 2a6f8612f458cf9d1961c27ad14b61c4712d4e8cee82da2c04a29440b4b996921a7278ce20cfc4e676ecae2c32428e2d673a0e045dfd8365a848162fa5016343
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.3.beta1.52'
5
+ spec.version = '5.1.3.beta1.53'
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.3.beta1.52
4
+ version: 5.1.3.beta1.53
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-10 00:00:00.000000000 Z
11
+ date: 2019-12-12 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"