gitversion 5.1.3.beta1.16 → 5.1.3.beta1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26ec81c533b22b8017b5a1725cf2523c235981b96191c3430c4d2159c6c5c7c0
4
- data.tar.gz: e93b710ba61d78c0cf7cd65092f854ee6149c579a3666720ea1c8d53ceb50a39
3
+ metadata.gz: ff791781b948fbb273401bf3f9e4f116f883e4694817060550bb81487beff67d
4
+ data.tar.gz: 5b89181835165f73aa04e4b437749a135d8e2b77e68ce2174210242b81915c07
5
5
  SHA512:
6
- metadata.gz: 1a33b24e7f72c0087c4e742c9f21e935528849ab415505ab32a1ea3be3a9855a7b7233aecf0a8d239b62a4dc56d06cbbb47e809b50c9ef34889957eab91ac92a
7
- data.tar.gz: c184ebf20a73988971020338992e33fb53c28a85b4e209334f6b6a4f259cf75d54df1547ad02940efb45b24b70158de959cd754a7d07b35060f14c8654aa1887
6
+ metadata.gz: 3a2406db32d6b833a30a4191371cfb507ba0d5e39188bf383e35f6d96acfe38bcb85964296d36d544566e277c917ecc93ceef94d452942d31de55807e64c3583
7
+ data.tar.gz: d9d04e2748b78d5d4a574044c814776b1dadbb386352b784e6d56617f75129507cbc2cbfa9132f497713f0c77add58616347df5c94f976ac3201c68283712164
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.16'
5
+ spec.version = '5.1.3.beta1.17'
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.16
4
+ version: 5.1.3.beta1.17
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-22 00:00:00.000000000 Z
11
+ date: 2019-11-24 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"