gitversion 5.1.4.beta1.135 → 5.1.4.beta1.136

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: ccba3cbf5035c4f9a4317b3226708bf542d1ae7da5115e68c678b371017a2d30
4
- data.tar.gz: f8f4222de8609cba445a1205ce6db24dabd20b7c3b90123724474fa3276ac11a
3
+ metadata.gz: 7e9ccfea9f8fb1035d9c607dd10eea8399a5e2eb066806f5fe52c2aa6c7f9d90
4
+ data.tar.gz: a1b3423042a35d6d7c961c2ca62e42b822280dfac234f204b65d98e76e79fb86
5
5
  SHA512:
6
- metadata.gz: 5bc559f217cc0901e593bf212d61a093bde33235613a234564fef3fff7927dc34d1097e192cf34cc14be03b6782b5d49c0b180d0cf50ffeb0dcdff2536d78741
7
- data.tar.gz: 72f323ede169e5fe3e0b735cdcd6dd55a2d0a7751eda9242e5bc61d15f9404c79f0a070a95e1031ae325f17ed1efc7eca2e7a8ad1ffc6e049f895dec742fb06f
6
+ metadata.gz: 883854a8a5ef3c21961503602dc67300dccfdea3de5e251f05cee0e930e16243fe6ae0798b5d4af8908bf2d090dd47f39876bfcd7cd13417ca13cce12336a73d
7
+ data.tar.gz: 27788d4f1594d786c59c249d4ea208a55e1f6d8c77f3c7f917c56eef12d4aaac92a01691fb9441ea20049a51d96cb5296cf010169575efe16931fb15a87dafdc
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.135'
5
+ spec.version = '5.1.4.beta1.136'
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.135
4
+ version: 5.1.4.beta1.136
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-02-11 00:00:00.000000000 Z
11
+ date: 2020-02-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"