gitversion 5.0.0.beta3.44 → 5.0.0.beta3.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: e9a7651980d9add5f815f579830fdb91fc84b8b23c5e2c358c15612af578ee5b
4
- data.tar.gz: 46f4497e16b008612067b8cbd347a605389e6b92cc500763ceb848a250f5ec0c
3
+ metadata.gz: a9d9de966e220f98f1b55c91b6f3699d6c92a86568b1dc3253f4bb6801a75c37
4
+ data.tar.gz: 14d06e68fbc1f923c9246da2415c1b78812d375448e80e1b13775227bcf03009
5
5
  SHA512:
6
- metadata.gz: 960eb0cb26bcc0582ad1a317c6b298299a22c1bf3d8f1783b03903b988cbfacf50bcd608093abed8d80db8cb7caa311a13017f3ac0698f9e7a0bbec7b692689a
7
- data.tar.gz: 03e9ec70f6a0e035cb75b9a4e74192e9c7e88547ee78274044d09fbd43037b4587bb8c16714354dab0d0efae9ec07b7dce74b51700811d5909df066c65ee492b
6
+ metadata.gz: d05729f06088bd411acbf2f786c14eac5af9da77230d1b3839a65cf793c0647f9de27bccb4036187b38b723882127ded1671d343a7c36d3111efc01dfaa06d71
7
+ data.tar.gz: 9fa6ad11e3f78bdab7961e34348b08ac4934709cac194599318ee4f1f355526a169fa3644e09b52e088ae905bc8cff1e96f2ae1f23600a3b7a2a49493228e383
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.beta3.44'
5
+ spec.version = '5.0.0.beta3.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.beta3.44
4
+ version: 5.0.0.beta3.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-06-26 00:00:00.000000000 Z
11
+ date: 2019-06-27 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"