gitversion 5.0.2.beta1.67 → 5.0.2.beta1.68

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: 780828ac6efcdab7e85d88a95ed74c6d03490a41874ba88c907a8696da4300c7
4
- data.tar.gz: 67dc173f4ac8a94c7998ef6cdda74553b9333b6a47ec51e8cbc26049f1bc12ae
3
+ metadata.gz: 24194334bd70d2ece03203726b4ad3c59c78c3916ab827c2c538eb92589c4156
4
+ data.tar.gz: d515778c25d0eafb0adbf1855d2e28f58cd3acd59285fe3645afb4954c3574b0
5
5
  SHA512:
6
- metadata.gz: bf6ecf87a869f371096e59d27ef4720810a8a16af8dff7df74b199a1aea24258aa5f3abf5519ff5e9edec1b76a1ace40ffee595480ef581984d655bfcb09aa10
7
- data.tar.gz: cb116b01404ae52027afcec421900863bf55724eacef53e104554309c816007a625f0eb26bc5af54bae9c043f5aa78d8784435cfbbb6465f46245864912039ff
6
+ metadata.gz: 230a4cee7ef1afb0df4386a138d3b37d3b31605411656127b26ec6303b227b501ae65896ccfb1f987c2b4308f459fb4ed07b8668ac5e7d2e92135c111cd72ec9
7
+ data.tar.gz: 1f1bcd09fde41a200c70a50cddcd5df1946c636291ca82ba1f04c6f1f3aeb35a961ca2b91a0f88aed6bde333a19ea816605ad131eb22192a763527fe83b36f08
Binary file
@@ -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.0.2.beta1.67'
5
+ spec.version = '5.0.2.beta1.68'
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.0.2.beta1.67
4
+ version: 5.0.2.beta1.68
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-09-27 00:00:00.000000000 Z
11
+ date: 2019-09-29 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"