gitversion 4.0.1.beta1.32 → 4.0.1.beta1.33

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: 590645ca74e011bb26980a5634460ab4960ecd10490be79309b110c0e25dbf8b
4
- data.tar.gz: 0f47cf34a38b35549935760f3b4e504871093d28eb6e34081ce2ee8092a02e36
3
+ metadata.gz: d908231be57a4264550423e18636f7947c4c06140e4c1c86c2e023a33c018a45
4
+ data.tar.gz: 763bbd27738c21bff826a00450c47e88cf48d4a34af7d8a688a73fea125b5c95
5
5
  SHA512:
6
- metadata.gz: efb41bd0b7481f84aa71d06bae8ded7109ebc98f49925724c3e398a4319436012be22cb38d728b1eccf5c1c26dcc1ea83c5f6c214c3eaac044858656c183338c
7
- data.tar.gz: 6150eb6cd82a0ca0ad61253920addffbbb4cebe049c4e7ff8946f0afb05c461eec5ca1cc3b172046328b35e8914c511c1ec96db0d6eea204a4000d94ffbe774f
6
+ metadata.gz: b29f8918ebe5574e8b0463410c70c79973d132aaf120453c73d1bd88634dd142c9dbecfd04e7515b3fca860dc5c87eb10ebd820fb654ad4665d811633c5ba38f
7
+ data.tar.gz: 986fd351e0cabe7574a2b6ac7b2545647da32270da62423d05622f479a3defa50a442167f5c3c09b10dafaa783d02789eabdf8be91b7abfc63b3a6bb31638611
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 = '4.0.1.beta1.32'
5
+ spec.version = '4.0.1.beta1.33'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1.beta1.32
4
+ version: 4.0.1.beta1.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors