gitversion 5.1.3.beta1.35 → 5.1.3.beta1.37

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: c34da519dba4121dbe199a662159ca870b2208729bcaece73007714331aa7187
4
- data.tar.gz: 03c780933ba2df88fbd3f47e66fe13dd77e265b4698c12343040b76212bcd5cd
3
+ metadata.gz: d6523e85176ee68f72fa34de726baff10944a42a1c25b72782142c50064f74b4
4
+ data.tar.gz: d6eeb8d9284144841042f47667b1a3c4079a6962d9409d8b6b514dfd80688d9b
5
5
  SHA512:
6
- metadata.gz: bd6ade23e899d41e0e1c799f24dc094ff1761f4262a43eecac157795b0785f0a84143409e2cf5b9b79c53cd4dc9fe4be6c0eda19378aeaee5d03183e15d89ce4
7
- data.tar.gz: a8b7af914996f0759ed08aeb0172dad2a90145d95c6479af69fdc1d78220b0b160d1baa9842e49a1b61308d7cd7ee9dafb429c731f3f79450462e0a98c1a8411
6
+ metadata.gz: e3a7d192b9bafcb3eecfcf55050f6a3d5dea8cac874b24d2151f81192ffdad50c40465c97b6f55532a08f64361ea079475ef1106592a3565397316921251267b
7
+ data.tar.gz: e72a9e45c455e1997a8bd3f7a26bfad9608fc127df6f6f149e8f821139aea10508d8c58792c16ba20ccb96c138d742e7e9385429d58b7423fa3c83619026c58d
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.35'
5
+ spec.version = '5.1.3.beta1.37'
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.35
4
+ version: 5.1.3.beta1.37
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-11-26 00:00:00.000000000 Z
11
+ date: 2019-11-27 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"