gitversion 5.0.0.beta2.54 → 5.0.0.beta2.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 687fb7c9512d52276ce126e2758fcbb387fe32d330bd6b81b70338ca9b7d6daf
4
- data.tar.gz: 724b39e8d14a65c38ca0c6e01d26fbba2817c3ac52e83a7fdc1245bde4c7849e
3
+ metadata.gz: 188b05875829bb41473a617325db0aa48d04b1bdf8f41ce157e282462023f5f8
4
+ data.tar.gz: 815ae0266c70c5446377439ac7b356328875f953ea8e785c6f964d37fe0541c1
5
5
  SHA512:
6
- metadata.gz: c97bfe40bc672178f5c1d1407371d24cb9f8de11e3b1a62d13100f928d167af49b438e0da0ac53d27ff0e4687139ac15d82ee73a7460f37a1689aa481595b9d2
7
- data.tar.gz: ae3cb1a46e1c46e40f3e44d8a2a8f7a980807ddc18e6b013cf8e5191c2d25145ef663ff8ae74e504f6e1b372b31bb5654f9cd899623dcddc533afc6b5b1dc24f
6
+ metadata.gz: 9f6eba279c75275f1085684ca21d3d952bd53a7926c70611b5c2c3ef0f3c15d1e65e21ae48ae2667baceff28d096fdc904024b25e52d310ed432563326949afe
7
+ data.tar.gz: fc65c1416902bf853c0b38082d9a02734a0c7b8cf7e25a8194410dc50691a1cecf9ccadef4383c6cea57e4de0a1beff6dc22ee7b70c1c95186123213862851bd
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.beta2.54'
5
+ spec.version = '5.0.0.beta2.57'
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.beta2.54
4
+ version: 5.0.0.beta2.57
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-04-04 00:00:00.000000000 Z
11
+ date: 2019-04-09 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"