gitversion 4.0.1.beta1.38 → 4.0.1.beta1.39

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: 8fb2958db77db0a6daeae428282b9b9d77fc1239a922eba445a0eae018e606c6
4
- data.tar.gz: 40bb051fb119eecba9e0762dca1117254def4f8fa4f67196a2300edc099935e4
3
+ metadata.gz: 642b1ac02f58b5bfeb7b8460ab509253dc44308c2bd76c23fee9e8b3fa29049c
4
+ data.tar.gz: 1d25828afcd9d13babaa96bec8ada9cf58fd59ba0b50e6d12e99d20cddc7c13a
5
5
  SHA512:
6
- metadata.gz: 207aa68987baa42ca21367dcc75a3717667574e8cfe733f4acb651b748ba3eec2d7f85146fdaf36ce21b32ea8753ba3ccf5d02fcd7f8af8a15537130e1fe6fe2
7
- data.tar.gz: c1db188211c59bef22fa39f2f6f3580f6d2f22a425cc11496f9cc7bbf385c67233d9d88a746bb334151e7aadc77e04958a9718df457b82229a6af5710ff95ccd
6
+ metadata.gz: 3c68e6266c19ee17377e6011915c65a4fb1540e72c4d6eac4e9734b502a800401bcdf70ca47c673d38f8183455208ade23e0bf96c5008eca0140d8bc26ec9ee5
7
+ data.tar.gz: 572d5ee37f1fe0eab18f5e4e5249f03565ec20e75178bf5f2209390a47af7ba8988df044bc6a93aa3281b9f3ef89362333047e12de918b281a6388c477831ea6
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 = '4.0.1.beta1.38'
5
+ spec.version = '4.0.1.beta1.39'
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: 4.0.1.beta1.38
4
+ version: 4.0.1.beta1.39
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: 2018-11-11 00:00:00.000000000 Z
11
+ date: 2018-11-14 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"