gitversion 5.0.0.beta2.64 → 5.0.0.beta2.65

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: 0b23ced76f6224ce1bd3a701bf806733cf67fc82aa953ad92e5c78946d93638e
4
- data.tar.gz: aad02f54779bf084c806e3f942f209722981137108681b094d0b27ff281ba8dc
3
+ metadata.gz: 27fd1f300d46c4f52ae85d18b85d3ff74c3a7e9ee59ea4a7e00972eb4d0a0b35
4
+ data.tar.gz: 497befa2b24c7e40a15034c3cae94fbca7d20f612b277e6c2c362a111e668bf7
5
5
  SHA512:
6
- metadata.gz: 55c876125b8c9d097cd2fef71e09222e4c62c7b42c3b96a69cfb815d5eb6f79654fabceeb376ce992438cffd23d7756e5f2354eed6372d096fa05e2fba79e65d
7
- data.tar.gz: 681bcb5d0fe8d2933838735706840c08adcb8f916c11fcd2a118e38fb5c3ba6f0570324b8022a23e6d16dacaad36a86e84bfa9933915a693a05e24dfb4dd43a2
6
+ metadata.gz: 111a0cf53d1764c6b8c5ddae9a01885e70d94077d8f4bd131418885af8aeef61146f0ae9aea356af162a5ed934aaade31c05ab650acad3a03daf9437b543f714
7
+ data.tar.gz: d371320c082fcd28b2638fd737cf4a98f44e2dd6f4f2495f9695959d3d9d0e6940740f8270eef6395d325c0d32359ce2cc5db84eb5378427bde5833d8c18c432
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.0.0.beta2.64'
5
+ spec.version = '5.0.0.beta2.65'
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.0.beta2.64
4
+ version: 5.0.0.beta2.65
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-04-14 00:00:00.000000000 Z
11
+ date: 2019-04-15 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"