gitversion 5.0.0.beta5.4 → 5.0.0.beta5.6

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: c109d5dd4d82582ce15c8dc870928998dbcc63e6420b691543c5410137ddc2b1
4
- data.tar.gz: 15ff4bd98597fb9ad01059d7b78a0b1f6c74357c0a085b44e48651874791bcb3
3
+ metadata.gz: 0ba4ab3cfd6452f116a70dc14cb5ff0f088d0936590a7d6a1c7ba31a541bcbbc
4
+ data.tar.gz: 177dc9ca8593129fd62d4423df7d5891f776ea857dd95c463bda8a21760d84b0
5
5
  SHA512:
6
- metadata.gz: 64ec6ffa774ca5833a724bba7e6e30de341064ad72d930ede30b4ab2c1942555dfa3994daf543a7c97360407c1f98a0b9cdcaf8813fab7e67c3fa2025bc814e4
7
- data.tar.gz: bcebb97d56b15be0e4fba260808e5dcb2917c1310344c03ea5bae52af8e92ccce7a99029e1aa653c731d86e8349645c50e06772905013e50874fe86773842477
6
+ metadata.gz: 2e3f8cc90898937161ccf8266fb7d39ff4357cd2742d7950652b721f6e8034ad0cb8d60e516a61b236c062c25191b4948f785acca8a40210f28b881a97993b43
7
+ data.tar.gz: 7abcd12bcf9c689c5d7d2bab72938fc8ca9582b161b72bd01cbf4840edc82b2a6a23c947cd320f28d3ab40f87c2f3824b7b26817df0ea0ac7b7c2b50f8eb2c9d
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 = '5.0.0.beta5.4'
5
+ spec.version = '5.0.0.beta5.6'
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: 5.0.0.beta5.4
4
+ version: 5.0.0.beta5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors