gitversion 5.0.0.beta5.44 → 5.0.0.beta5.45

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: f11f54cfdf6c67f089cb675104c34590cd008a6c28a8c8637dc2edebf943f1fc
4
- data.tar.gz: 07f3bccfe5f379666f3fcab7b7b2210cbe065782054a2e94288c7dc7c7f64a0b
3
+ metadata.gz: cd9be1931c93b0eb18c725390b4abf329444e1ac21ff9af219113196182509b0
4
+ data.tar.gz: cc9143f1a9ba4e8929ea45d06c00253fb4e2f78db5f9f08f8d61499ab04c5eb8
5
5
  SHA512:
6
- metadata.gz: ac7d02caa583e2e460f295f1f877dbf445952937435e21262beeadebd704977a6cc214d9f520640e55839c70d22a232e7eae6afb580184e6d9c7dd4968713e95
7
- data.tar.gz: b704db09539d848f8bf39c43714b76014cd30f596017ef6847e3d3388e95ce6c2bf4ddf8dcbcefaccf03fbc5992ccea143689f16904517af7428d00fd9004668
6
+ metadata.gz: e196bacf14142a0ba50c738d2df1fa3b22e898dafbccdfb7514f491c206eb61b38deb9226e7bf079eb69ab256903acdefb43bbc046103bc3e915bfc41725ba65
7
+ data.tar.gz: dc44c0d87783344053481b034bdd9798298509cb2126b350886d582d8caac58e1097c9fdf6287c817b086799aba5eb5d0c44f549b202d9da6983fe1009377b89
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.44'
5
+ spec.version = '5.0.0.beta5.45'
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.44
4
+ version: 5.0.0.beta5.45
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-22 00:00:00.000000000 Z
11
+ date: 2019-07-23 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"