gitversion 5.0.0.beta1.112 → 5.0.0.beta2

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: 4db9f95cc38bdccfb3a2f7739ebb2050290f4c98d808980a2c52c8fc2fa0423d
4
- data.tar.gz: b0e8d6cad4b4c4ef2eaca91a44ddce091e38650d744e99e6555d7e5b7d29d964
3
+ metadata.gz: 130efd0b2376307c2f20bae1676e17e6fa5cb7afedfed991824d9860e43cada6
4
+ data.tar.gz: e4cc0ca2976f4b0afd8489be47693464a003828c03934282bf6244ac98ef39d4
5
5
  SHA512:
6
- metadata.gz: 265b18a18e54c8894e17a3b652286d5891a7787229d5beded2a52ddf0c5f133a5185952b3bf8bc18fd57ec321facf0255389667303109a8b2a1b8699c72b9cbe
7
- data.tar.gz: 7cbf229c234c5c7efc32bf4bfe6a6bf145a49b80f910109c81688c073fad843075d546f7b8513fa21725c0b359758261b2f6e62c5ebf31f6f2b66dcb98716e9b
6
+ metadata.gz: f02666c11447f3fecb306b861ff87c52586e74e42129d6260c0311828247ac1e970bd08f9e94e9da04d8d4f77e318369639bdbc69c8a93a16b14cb079ec83a4f
7
+ data.tar.gz: cb1bf8f46f638f777bacd8c2d5ff1b1c455892a093e7c6b7214e7e8e08737d51ba759752dfa8d2cb7f2847eda3173172e68b7fcfd32d69916aa0a278f0b8f0d5
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.beta1.112'
5
+ spec.version = '5.0.0.beta2'
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.beta1.112
4
+ version: 5.0.0.beta2
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-03-01 00:00:00.000000000 Z
11
+ date: 2019-05-20 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"