gitversion 5.1.3.beta1.15 → 5.1.3.beta1.16

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: ce7e27eae28820046f2d264036d40b32cd12ecf8226e17b8d332c00c2b0e05d5
4
- data.tar.gz: bcecd04ff4fed18e59fd0298adde23ac9cb095e968c49f057b8b51f5c2750eb8
3
+ metadata.gz: 26ec81c533b22b8017b5a1725cf2523c235981b96191c3430c4d2159c6c5c7c0
4
+ data.tar.gz: e93b710ba61d78c0cf7cd65092f854ee6149c579a3666720ea1c8d53ceb50a39
5
5
  SHA512:
6
- metadata.gz: 8be12178c7ed3507e374dc38209fdea5d1166bf38672e148befbca16d3fc0d07d416693f4935d0e2b7b278d0a040d05cc2b13d838dc43527960d2e334da45abb
7
- data.tar.gz: 8de112cbe79e1f57148947047e09771ef6cabd4caa56c1ea5a868efcd57559da4e638eb0d545fb1f84aab367739d2d47eaacb6579331fccc6ba0830050032f5b
6
+ metadata.gz: 1a33b24e7f72c0087c4e742c9f21e935528849ab415505ab32a1ea3be3a9855a7b7233aecf0a8d239b62a4dc56d06cbbb47e809b50c9ef34889957eab91ac92a
7
+ data.tar.gz: c184ebf20a73988971020338992e33fb53c28a85b4e209334f6b6a4f259cf75d54df1547ad02940efb45b24b70158de959cd754a7d07b35060f14c8654aa1887
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.15'
5
+ spec.version = '5.1.3.beta1.16'
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.15
4
+ version: 5.1.3.beta1.16
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-20 00:00:00.000000000 Z
11
+ date: 2019-11-22 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"