gitversion 5.0.0.beta4.25 → 5.0.0.beta4.26

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: 4a41a509cb91285329f7e82a01d8221a1e748fad949105e28b54138b510c1672
4
- data.tar.gz: 7c9ae060fd66ace8859bbb708b39cbe6e232675c3a0f4835b5a157739f9f3316
3
+ metadata.gz: 03d73aeb7b0b606cf93544f7aa6b9823e72ed42bbb4a9c7b437206c6dc1878dd
4
+ data.tar.gz: 2a4e968202cb7b6f184b3d8c003fbca3002d162e5df5903e6cb90889b24ef3b7
5
5
  SHA512:
6
- metadata.gz: 698421b15c8faa83bfe9987d4fb1c2563d378b6dc6e118451ea9c732192585d72108c0b9387cb28fd9fec5bf740cf6a094afcea7b2296304559b0f03c80d0249
7
- data.tar.gz: 8bc3b9227f67dfc0f1e2b83c7df5c584a746f74724da2b88af1ac851cb6ad650534177817cafba621fac2a0d986068d717cf55a15ff9483e358128143252adc2
6
+ metadata.gz: 4f8e47debb9928983082bb9ba558988801f777a4836ece3459f83958164fd5b017ef364f43f7b71f3d20f981e41a41e76f1d28ce7099496f2509df10372a293f
7
+ data.tar.gz: 587b8cc1b30d8dcfbd913c8d473f03dd128b9baf36786a91cad24f2818a8d168c1a6be912f675fc4861fc276b17eb62214cd29238926a8034237cd795f5cd4bb
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.beta4.25'
5
+ spec.version = '5.0.0.beta4.26'
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.beta4.25
4
+ version: 5.0.0.beta4.26
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-07-03 00:00:00.000000000 Z
11
+ date: 2019-07-04 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"