gitversion 5.1.4.beta1.182 → 5.1.4.beta1.184

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: b741acce19df3abf8a3ab44194f8f81f2e56af8f86b1284818d3e4ad2449c49a
4
- data.tar.gz: f933920b83516ee13c55455c0802178609e085749044979cf4ba244673ee2e47
3
+ metadata.gz: 586e368f9f1e4ac4ff25c496eea7a760f75f93aa060019ee3358fbd0e6871078
4
+ data.tar.gz: 127c8a9e6c2c5e7612a69e2227fcd19ef78e4af3eafa6907e1653bbee6e16b4b
5
5
  SHA512:
6
- metadata.gz: ed9b8c45a0eda150f0d372faa2a10e5d5e064c8552326e6f563ac1236cd396968af073308ad9f3955f636a3fff13a279722f4c63ff738a78cc035fc807fd89fe
7
- data.tar.gz: 252de5d8db6192b17598d37a8786302a351510299bf205321328dca7a63c0ff2f0e572c2220712e7e840629c5be366ac8bd4ee3bfa6b8d525c656ec8938f5069
6
+ metadata.gz: 3456685a44fbe6ce9e5e3fb2405c6b84a86f2482a4bd264d19860c9b9b4ed0ee74ff798b347bceae64b9e985e6a114015a120e571f23a61da2967998f5986e30
7
+ data.tar.gz: 7db50ad3f4af72d59cfdff64f5ccea5f0e996ee8e738cede5d4d421bdd03597bec936b3d31ded3cfc4aa750d02a4084278f3d3a2f7f13aa8135baf98c43f6baa
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.182'
5
+ spec.version = '5.1.4.beta1.184'
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.182
4
+ version: 5.1.4.beta1.184
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-22 00:00:00.000000000 Z
11
+ date: 2020-02-25 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"