gitversion 5.1.3.beta1.89 → 5.1.3.beta1.121

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: 3aa3c8f96fde4a6b94ff27dbe4f423f737ceb5aa76cad1994c557c84b61eed95
4
- data.tar.gz: 5cc0a6382b458f1a2b3c1dbacaeaf8dbb95438b3cbad120eb56f88561ab0a397
3
+ metadata.gz: 337b27dbfbd27fbee8fe222ac5057b7849116c567c8593fddb8e06c92698144a
4
+ data.tar.gz: 359eff75d7d11252e8cd05fe4657cf3000f291ae0797d0c75383a2756e73cfe3
5
5
  SHA512:
6
- metadata.gz: dffdd6fadf9dd13c6a461fe61869a01935376c072544381eb07fb178091295579cd9ed5d620a39317c332e797acf0db297a23c991a4f15de1b78d3fd3c82a2a9
7
- data.tar.gz: 209deb05cce44d41f91b89e417d1ab5942ae6f01099a4e02d49ce4281ea336946c4ac41f8c7338bcbab9d3a6bdec701678bd958883a2882600fc0e5b5b559cd7
6
+ metadata.gz: 572df4377957ea77dcbd5efc328a98414b34d59fc34879d6a545097315dd65e20960a70faf0232d557c3dd3302713efcb346b5a66eba6ed88422f1824fbc99f4
7
+ data.tar.gz: 6f8f81bb975a2cb7b73682ac83fd2eb59693a0c1e57d0b70bd344f858c336f44a52afacab5c5e0fd3432931be730b27b6a5955a37be291ca4ecd43ec5419f0f6
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.89'
5
+ spec.version = '5.1.3.beta1.121'
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.89
4
+ version: 5.1.3.beta1.121
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-12-18 00:00:00.000000000 Z
11
+ date: 2019-12-19 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"