gitversion 5.1.4.beta1.46 → 5.1.4.beta1.47

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: 7428c881a842414c011b2bd4f6b40db2533d84aba328003f3c4ace703c85bbc5
4
- data.tar.gz: 32e197deda0a1d9dfb01afea264748ee9ab998c449a0ae73d0ba637644825879
3
+ metadata.gz: e688fc2e25659a2b59396a79aef36c3375cf669f4f98b173626f2511601b30ab
4
+ data.tar.gz: 64c86744fdeaa36cf6787b8165bd45fe7e967902c0752031e9c345ef72de6e35
5
5
  SHA512:
6
- metadata.gz: '029cf7a2e9aaf8f074c79d03ee0e6d4c9f85af9dbdabd618091c06d2237f268664b07b5bf1b6dd197d12b97100abc3e0125fc24c3568d1d7c7babd07f53ffd53'
7
- data.tar.gz: 35dd120541f9fbec5c653eca1f4af852426a83e5a617f28972411548af13bdb98e0f7a9786af4b6ed36a07f4dff361b15dd03922864d053a937f40dddef15423
6
+ metadata.gz: b107b2d954bd1f849f9854f30aeb82cc52fab64fa6fac0074866d9b69d1ef256f54380cac2eedbd477a3c1f08ed5c12105c106ec570fd99eb20e7b76799d55bc
7
+ data.tar.gz: cd9b2df780559a8f228a19c9c5829535ecbf8329461d1a5605a95050914b7cd1ed4df4c25243143d7d9233363253b0cedd11cfe90fb43c92af50311095b48e1b
Binary file
@@ -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.4.beta1.46'
5
+ spec.version = '5.1.4.beta1.47'
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.4.beta1.46
4
+ version: 5.1.4.beta1.47
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: 2020-01-11 00:00:00.000000000 Z
11
+ date: 2020-01-12 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"