gitversion 5.0.0.beta5.48 → 5.0.0.beta5.49

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: 71ee48150ccba39d570248f18ae97396f6d866954a5c56923ae1d4503aa612d2
4
- data.tar.gz: fc6bdf8b14d99a6c4e3b430fb78153908bf8f1f7aee5c4a18a3bcfe1623ecba2
3
+ metadata.gz: 4fc1a568081f839f6b87bd8693e73229cd06156a204947c5fdaa9b6cebc24897
4
+ data.tar.gz: e6bc5b078193b2bdce37efab434be4ebcc3886fcf4722e6e4c07ae46f14d82ab
5
5
  SHA512:
6
- metadata.gz: 07b0fc0a38d4cb9604cc787fcaebf0672155d32f4a1ff1104048be2fe65ec21d62a104a60806a23e9842bb4ef9d76cbf7dabe2b28c28c610f4127c1a14a4f3cf
7
- data.tar.gz: dc133ab0f6143eb9af5a5d5cd70991950af3b8b6b005176bd4a69a100ef0014dfadb8a42bad662f50410046184bb4cc94f3faa70ebcc75095af0c0573b453d1b
6
+ metadata.gz: aeaabe460d0d523d4c0543885060dfb9edb4e31cddf6da6371202a0e66bc8c44d75589a7ed1640c07c6d2c040eebebcd3f8274a914982bb85053907d8e5107b7
7
+ data.tar.gz: 97822334d59bff514aa8757c1da0f0f66dd93609ecbdee512188000f53fead325da9bcdc78fe8aa2cee2eb095378c25d28427948214035ccf64842945dd5ef40
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.48'
5
+ spec.version = '5.0.0.beta5.49'
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.48
4
+ version: 5.0.0.beta5.49
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-23 00:00:00.000000000 Z
11
+ date: 2019-07-24 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"