gitversion 5.1.4.beta1.121 → 5.1.4.beta1.123

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: 65a72bc89203cdfec9beaf6d7562c76f79c5fefd65875d0070861bc4f6b8a321
4
- data.tar.gz: 819646cc7057a2bccdef135fd9aad42aff42adbe24a7f3b3606ae975a51bf698
3
+ metadata.gz: f8312684d347b75ca02d6116983536782fc50678895bbb8dfbc6dd771378d0fe
4
+ data.tar.gz: f021b411661cf3f976479d4a37f8b1ef74434ec3dc45456eb125152e0e1cb1df
5
5
  SHA512:
6
- metadata.gz: 57d598ea027acb343bda9b2e7dd90c74c69a1d238ad22183529da656a7d4922cefeae3599273abd9eaf4a4803cd19eadb29175fb0b49e4ff1c2141ddbe0f49f2
7
- data.tar.gz: c2e7ebc22a3743089583f5e01d9ca91854b08e2dc0e1b01ff241bd13aa399e9f0ed23e5b1f9a76fb4bbf7f53c9c8d21a57c0675458cc53e40fefd1ec8a8a0ab2
6
+ metadata.gz: 5b5a9aa3a7761d5e86a189bcb1fd188827812f2a59bf47d83f0c6fdbcf586c5963d021164ec4bfe21e5b2e01d780cd9907cc738851dc80073159ecc27b9b1d98
7
+ data.tar.gz: bebc3657e28b04303e19fd9109b8d164e1ce448d08aed5fe3ec88a4aa60c3919ff346acbdfdcb91330e21c6f863305c04c733fbc71ffa2b716733c9dc0f04aa7
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.121'
5
+ spec.version = '5.1.4.beta1.123'
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.121
4
+ version: 5.1.4.beta1.123
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-10 00:00:00.000000000 Z
11
+ date: 2020-02-11 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"