gitversion 5.1.4.beta1.116 → 5.1.4.beta1.121

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: a959a030b8be225e33e524089a3cb92375b0b029d3a9dbb44f9f1159c747c08b
4
- data.tar.gz: cf5dad576872a8ad43e5ebd55ffde1bb86f4aabb0f25b28c9e743977224b5495
3
+ metadata.gz: 65a72bc89203cdfec9beaf6d7562c76f79c5fefd65875d0070861bc4f6b8a321
4
+ data.tar.gz: 819646cc7057a2bccdef135fd9aad42aff42adbe24a7f3b3606ae975a51bf698
5
5
  SHA512:
6
- metadata.gz: f95c78d8457bce48717939b5e69dbeec4cf46e3a0773092e0cc88b3bdb0488ef3c8157a24bb70332a288a8a01f394708c2e5b044ce5b9c239abed304a2016de4
7
- data.tar.gz: c860baa3b4f8194664508214137ccad6efbea47864a55fa6a873ba5a085498cc84bb74ac14586e7f97f62d6d24327b9c6868f8f6a9d8ca908d6ecf7965dcd940
6
+ metadata.gz: 57d598ea027acb343bda9b2e7dd90c74c69a1d238ad22183529da656a7d4922cefeae3599273abd9eaf4a4803cd19eadb29175fb0b49e4ff1c2141ddbe0f49f2
7
+ data.tar.gz: c2e7ebc22a3743089583f5e01d9ca91854b08e2dc0e1b01ff241bd13aa399e9f0ed23e5b1f9a76fb4bbf7f53c9c8d21a57c0675458cc53e40fefd1ec8a8a0ab2
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.4.beta1.116'
5
+ spec.version = '5.1.4.beta1.121'
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.4.beta1.116
4
+ version: 5.1.4.beta1.121
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: 2020-02-07 00:00:00.000000000 Z
11
+ date: 2020-02-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"