gitversion 5.1.3.beta1.29 → 5.1.3.beta1.30

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: e3f4ab473559024377180e18d43f173cb8b29d27c4fc8ee51e7925aeafcd4f21
4
- data.tar.gz: a682cd3b3bb186deda1e6cddcd2a79e21324f90f7a12d922bc55a5833d150a2c
3
+ metadata.gz: 65327941d1d8520355659c072443137149e76945bd94283e332a20b760d5bae1
4
+ data.tar.gz: 1c3554f96aff58c5c11800edef8d311915721a8a8e2c2c3946d15751001e2f5b
5
5
  SHA512:
6
- metadata.gz: c4c7d5e474fbe78962124a6ff252f3d8200dc395b677031ff41a4a6f638a2d90b024f4c7aebe250e5228009d3ffa8e2e51331f62562dbab7c62dea8f1f3370a6
7
- data.tar.gz: 5a1c643dd3ae2ee18a6bed6b162a4b9e73e34bd1644f87602108e638fbfb143b5ecba932f4a5885781d772a54f29874f85bb53b8e1fe01241e5524e09e88d08c
6
+ metadata.gz: 4b2cb2a85342ef4816bd15c18cc215c4c3f3b2236958b9608ee510aacd7222ac4730343fbdf6fe61fc61f2c7ebc16b69a72ba065324157468607647a6193332e
7
+ data.tar.gz: ac5042487258a30e2afb536526b8c673a7ef33f816edcc7ece5b918e10c4f087570c789e7e21508b6ea546d7e509bdb33e3663080d5278609b7fb88983694e30
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.1.3.beta1.29'
5
+ spec.version = '5.1.3.beta1.30'
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.1.3.beta1.29
4
+ version: 5.1.3.beta1.30
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-11-25 00:00:00.000000000 Z
11
+ date: 2019-11-26 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"