gitversion 5.0.0.beta2.32 → 5.0.0.beta2.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: b0ad428352b665aa076daee1d88ef19e48385a5aefde8770517bd5a1b71b41d6
4
- data.tar.gz: 59b3b40c45029ec6b47fa7208b25d449bef47946432d88aa9e128b92f3b75669
3
+ metadata.gz: e066c2bda4e73e751cc6e48d686ec6402fdd9b463ba50b5def4485a4ebb6fdd3
4
+ data.tar.gz: 3a8b1c5c6d48b4d840cbf392f29a8324a5f1409d20a787509424cdbf57065e10
5
5
  SHA512:
6
- metadata.gz: c9a31da2883aea2a1ddf5b6f716897aa745ac4820a247abc1db92637f4b808edfd6862905ef7f5fb48eb54768c7c22ac066cdc42154ba4454a5f2b111e7327fa
7
- data.tar.gz: 4aa4140f9678b2d77429b157e6d9402c662a4773f78b18ad9eb56f8579f2ad7dd8c1f07345c37aae6cbec01c914004988a3a4639a7d48d07431128dd898875c4
6
+ metadata.gz: 1da2fa6bcca64ce223afc1442c3cb5bc27b8eefcb9166d535393e7d15734603c224934f7271339674ab7f73312d76cf47e41720fe87874b3cd0ef32491ddaba5
7
+ data.tar.gz: 3f2d312ea61c73a7d40072ddd068b911ee08e8ce71fd746bf82eb424eaa379dad125508b0fc8de15570db4bc171745a15b1ef03c085ff4d2d56eed481d7b0627
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.32'
5
+ spec.version = '5.0.0.beta2.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,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.32
4
+ version: 5.0.0.beta2.33
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-18 00:00:00.000000000 Z
11
+ date: 2019-03-19 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"