gitversion 5.1.3.beta1.9 → 5.1.3.beta1.10

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: 9fe84fbfa316b60089d840461c692c7e3d81dd8423812e7f232db10f62b184d5
4
- data.tar.gz: d40242cc56de8eb0ae4b61199e137afe9f0a9b8dd93364afe8d653b4d74ab0e4
3
+ metadata.gz: 20e08865b8fe699f62836d294dcf1aade13bcba508823f9e5bf0b18d5555ebe4
4
+ data.tar.gz: 73c8072b419b38107fb6cb1be936253276ee63fc5cf2a108b0828938f5f71f16
5
5
  SHA512:
6
- metadata.gz: 43aecaf317ae65068af83496bdd6a99cbe0faec75cc8f2d6600bba11065256fb450d48ebe78862460011e9565159da31f0680fd39d4027c8dc1d2155a9b83dc9
7
- data.tar.gz: 49f496d149b40de12178644e328738ecb47000adc8f0d06bc9dca732fbfda0a6c03c5338fe5edd86c587e37489dcf7e720cd1e1285f85c2221757dd8ea818468
6
+ metadata.gz: 88ac5e11bce4c356a0a97ccf2545b18099c0ea5ef7cd1ba6b1a9e349a41f6080e7450a464b4e3f41a090c96a9bda217f0ae30f2b89769ff9e5ee279d557fdc10
7
+ data.tar.gz: 54e7a12ccc18a3451010201ad77ecec837c6f35b9ae608369ecf86484df2d111d7fa8abcf63854e9a97fc9460ed4821761d2afe24d1b1728600ac988a550826e
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.9'
5
+ spec.version = '5.1.3.beta1.10'
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.9
4
+ version: 5.1.3.beta1.10
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-19 00:00:00.000000000 Z
11
+ date: 2019-11-20 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"