gitversion 5.1.4.beta1.75 → 5.1.4.beta1.80

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: 256f618e014fbf38f7cfc544a74f514312633e6dc3070f774847e9aa28699932
4
- data.tar.gz: 02defcd0b8a1f4f5d02f17320e9476c929a66578a3ceac9f5ff55ddc4305cc81
3
+ metadata.gz: e9de029e445437480a12b18b111ffa557b426cd93fbd7285ee11c9d56b790779
4
+ data.tar.gz: 05cb3621bfdf9cd38a5258db8770945d7a6d7a8056a24c095a61ce05221f9f90
5
5
  SHA512:
6
- metadata.gz: 72d5238951e38e8fc69776d9f4d95eaa9816b4b7de693224af5b7f1e21800d4e32603974912c94d24a1877c3ee2ea365c258020533cc9dc5ca9fa9b783e383f4
7
- data.tar.gz: e878a311a5d4564b47bda50e97f8b0ef23b3c93d0aab39db4bea6f8d36f7919ff59bcb3f6aaaccd7b48573e4bbf0d332643910b830da3114636c0bdbaa918c2e
6
+ metadata.gz: a161a463f566383770225b36280d166cbd594fd561e70b761b19b767d83184ff90a2e747c4667584b49ffa92e67c93c7612d29c3ad67802ae643442ac721e970
7
+ data.tar.gz: 4e49836a7d15a1ae1c3fd313bb6b4ea3f881437bbc9d680d4e88491464fc44d742b7801ff3aa2d424bd8393f53189db2e3ffc3ec30ae2c8dde5b7a8bd57cbcb8
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.4.beta1.75'
5
+ spec.version = '5.1.4.beta1.80'
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.75
4
+ version: 5.1.4.beta1.80
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-20 00:00:00.000000000 Z
11
+ date: 2020-01-22 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"
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  - !ruby/object:Gem::Version
43
43
  version: 1.3.1
44
44
  requirements: []
45
- rubygems_version: 3.0.3
45
+ rubygems_version: 3.1.2
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: Easy Semantic Versioning (http://semver.org) for projects using Git