gitversion 5.1.3.beta1.46 → 5.1.3.beta1.47

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: 8ad9bed5c2a71c923cb1dc8356a3a003c5f0eaa79c4ad4ea8d1976202af27af2
4
- data.tar.gz: 2c60a8be2062c521ee9b000a80190473f0b9a01f0cb8c3753734cfe8ca456928
3
+ metadata.gz: 8991513d26050950ac4d7009ae1f2fbace8ea9b5b3cb2c521f6aa47cbb62923d
4
+ data.tar.gz: da05f5e09c53b4d071ad4e216f6de55dd0d0cd98fc29e374c2a9fa19de5a0686
5
5
  SHA512:
6
- metadata.gz: ce0d14e2256ee53a715a3b6371a388c0574949be676048d98070ae795cb3fdca2dabf08a94c1c057e592c07a9833db2adb373394d5bf952acdf9e0ce5b6ff3c4
7
- data.tar.gz: 8d7459ba1e66b3fa8d7ba7ddcfc1814e3358badaff0a64339e600d16f4e6df7c70ab2cbf900d9e9e832e202749ffa4048db9171f8a6baa11d3f5d4b744f25203
6
+ metadata.gz: 7fe08e41c5f58852e24cca0ead37ffba23f50eb40e6be36089cfe64253247e4ea15d9f0541f263118fd4f3e7179a803eef875db0ec34220aa2823a5ef75ed0b6
7
+ data.tar.gz: f04d49eca65d6564d768e08aa6c2b9124d822148e36bc0638c93542342b9eb51e7320bfccac7213cfb5d63b6d8e1451c51b2e2aaa8a1a560a490c2b6eb25f792
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.46'
5
+ spec.version = '5.1.3.beta1.47'
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.46
4
+ version: 5.1.3.beta1.47
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-09 00:00:00.000000000 Z
11
+ date: 2019-12-10 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"