gitversion 5.0.0.beta2 → 5.0.0.beta2.4

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: 130efd0b2376307c2f20bae1676e17e6fa5cb7afedfed991824d9860e43cada6
4
- data.tar.gz: e4cc0ca2976f4b0afd8489be47693464a003828c03934282bf6244ac98ef39d4
3
+ metadata.gz: ddcad0715d0c6459de4798124cae5d0b50a16ada57f07699c96ba68ecf59d0f4
4
+ data.tar.gz: 387ff46b223a6555b2bd573cfa0b9ff637fd7e49e8892604599507c4c4ac298f
5
5
  SHA512:
6
- metadata.gz: f02666c11447f3fecb306b861ff87c52586e74e42129d6260c0311828247ac1e970bd08f9e94e9da04d8d4f77e318369639bdbc69c8a93a16b14cb079ec83a4f
7
- data.tar.gz: cb1bf8f46f638f777bacd8c2d5ff1b1c455892a093e7c6b7214e7e8e08737d51ba759752dfa8d2cb7f2847eda3173172e68b7fcfd32d69916aa0a278f0b8f0d5
6
+ metadata.gz: bef8b5114c4f803d4457f050c7dcaa1eaee7dbaa4413a6dc4e5cb6bb1a101c3d72bbff8fbcfac646b3538059e3967aa4ff1821c3285e724011371f0792b5b66e
7
+ data.tar.gz: 7c4bbd84b2527e87d8cd904d53257c728be4cafb4a97b096de64bf897b2363b2bb02dd11b6b8fc8698189021c5b91e53b890e1adb4a4f2cd7f3bae74c2906f1e
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'
5
+ spec.version = '5.0.0.beta2.4'
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
4
+ version: 5.0.0.beta2.4
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-05-20 00:00:00.000000000 Z
11
+ date: 2019-03-01 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"