gitversion 5.0.0.beta4.24 → 5.0.0.beta4.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eeb1d9f063a2af8c2a36f3016b895b84b4f7f3507e6e2c47acc8c07142a93c8e
4
- data.tar.gz: e225b895e8c20dc7e35025e9f98398a60e5dce8bf46fccab18a5da81ee74f4dd
3
+ metadata.gz: 4a41a509cb91285329f7e82a01d8221a1e748fad949105e28b54138b510c1672
4
+ data.tar.gz: 7c9ae060fd66ace8859bbb708b39cbe6e232675c3a0f4835b5a157739f9f3316
5
5
  SHA512:
6
- metadata.gz: f5967af34347f60b23a228de08ba82fe60010c82a9441509062f1630558fc258c58a9d7dccb0b51abb6cecaff8fd833ac6260b723612e26ba90eef9ff915160b
7
- data.tar.gz: 35ea82bc777fb92ad0a3ed76701b771dda2e09c0f0023885f013f89924e3d84e45c2d05df831e3077b53c0c0cb05f0e71161218c4776ac51d991d9aab52ffa36
6
+ metadata.gz: 698421b15c8faa83bfe9987d4fb1c2563d378b6dc6e118451ea9c732192585d72108c0b9387cb28fd9fec5bf740cf6a094afcea7b2296304559b0f03c80d0249
7
+ data.tar.gz: 8bc3b9227f67dfc0f1e2b83c7df5c584a746f74724da2b88af1ac851cb6ad650534177817cafba621fac2a0d986068d717cf55a15ff9483e358128143252adc2
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.beta4.24'
5
+ spec.version = '5.0.0.beta4.25'
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.beta4.24
4
+ version: 5.0.0.beta4.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors