gitversion 5.1.4.beta1.156 → 5.1.4.beta1.157

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: 7fd689f1d1be7f766afcc3f2a34a7e9354e3e0990dbe2c6a23f52cc24fa694e6
4
- data.tar.gz: 9e706d39fa3b494863ac95bbe6f70ccedb82edf4a57bbd94481a090c425659c5
3
+ metadata.gz: 8c3173e4b33e124bf52e59c0453485afa5e99af013593c7edce7b4325dc2575f
4
+ data.tar.gz: 82e581bca7f597a7db52eb8dd95938d36f9ec0f34b2503cad39b5dfec4b05145
5
5
  SHA512:
6
- metadata.gz: ee1d76f5f75f3507367d662ce9507ac796b1b190aa5e97b8bcd0bda6c84e8467c0db2dca7675dd404fba44b3ad16534529dcf5772e3e03984dfd0846b8b202eb
7
- data.tar.gz: 58d1dc638b8b7b695553df6d31cda0836aa7607aa6bed5d6d4f976134f7c7aac5bfd97803bd72fe11776c9ff7a5119d68868fde7742aeaf88c7b68ade8348efb
6
+ metadata.gz: 46d7ba078c7d291fd77d155561d5233c55640633c819bcc5955e6ce6d76706675d60412b637437896dab5b8e7eb00e787aca01f2a1dbc45aad842f37549a2ab9
7
+ data.tar.gz: 33c99c741ebdeabea7adc19f4f142499907610169f7af7e5226a0545e1e267816ee35f5ff8a816d03910bd31a86c60b0e68d1b6121cd0b839d11ba81293bde17
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.156'
5
+ spec.version = '5.1.4.beta1.157'
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.156
4
+ version: 5.1.4.beta1.157
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-19 00:00:00.000000000 Z
11
+ date: 2020-02-20 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"