gitversion 5.0.0.beta5.10 → 5.0.0.beta5.15

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: 17a115d578427bf9c9bcc1cd2e77b6d47fe172c2c2b7de9a521bb9bdd2ebbb4b
4
- data.tar.gz: 500d177543524835fff1fbc0b4457c18661b8577b3632b320b7ac62876ceeb97
3
+ metadata.gz: 98195370be08bf79ebf5b5a4e5078ff365b8e669be82a2ad720b4bb058500fe7
4
+ data.tar.gz: 7bc0c8d4fcba5059fab63a03f8786e79de4a3be40ff5acf37aa5f597534f67be
5
5
  SHA512:
6
- metadata.gz: 6cb73d9cfa6216a0d33570d49422a0a65833dd83b8965b5ad155afc50ccf34401235f52fe42b36b8ed4fbfb7f2153555ad88971716fa9ef68797eab4b9b90ad2
7
- data.tar.gz: 150c5204d8e051b59daa9c699623ecce50d48f00d9d8640f723b99dd5d855147229dc3300c011a6e04998473d981777fd39cabda3a258f483366203e91737d23
6
+ metadata.gz: 37e66f1370daf435c103ca7cf8942e4a910c66d745115be6eac031195041e63f79a50f83ea35fad18f5148667374d37f2dedacc832f6beb5f95ad795903dbe43
7
+ data.tar.gz: c36f833685523b5333b2f8a87f26dbb23a84f6caf5d70035fa799355aefa482f886efdaf7eda212881ba4a3dc4341522c22739763a71e08469abef3d6281e848
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.beta5.10'
5
+ spec.version = '5.0.0.beta5.15'
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.beta5.10
4
+ version: 5.0.0.beta5.15
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-12 00:00:00.000000000 Z
11
+ date: 2019-07-16 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"