gitversion 5.1.3.beta1.39 → 5.1.3.beta1.46

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: 05e0e1b40aabd2ab070ce00fc2e5f395335715a5dd8ee46ae94454a46094263c
4
- data.tar.gz: 79887814591c29a36d0b35b85b47814837737277552e4cc509f009f23a20d91f
3
+ metadata.gz: 8ad9bed5c2a71c923cb1dc8356a3a003c5f0eaa79c4ad4ea8d1976202af27af2
4
+ data.tar.gz: 2c60a8be2062c521ee9b000a80190473f0b9a01f0cb8c3753734cfe8ca456928
5
5
  SHA512:
6
- metadata.gz: b957487a7f8ffc77954c0095fe8e1bf7d2143f944a19d18a0d48257cda8cbaa3d5a35446c5e44f29f3d0667e573936fff223cfe71c910929835b30170be5121e
7
- data.tar.gz: 430cae4e09bfb1ee45bd8028d1dedff78e2a06e986c5800b69f26f61d178b9642f65f3723191866e2ea36b0c006a85510ff8e1f604250b692cdec5ee9bb72544
6
+ metadata.gz: ce0d14e2256ee53a715a3b6371a388c0574949be676048d98070ae795cb3fdca2dabf08a94c1c057e592c07a9833db2adb373394d5bf952acdf9e0ce5b6ff3c4
7
+ data.tar.gz: 8d7459ba1e66b3fa8d7ba7ddcfc1814e3358badaff0a64339e600d16f4e6df7c70ab2cbf900d9e9e832e202749ffa4048db9171f8a6baa11d3f5d4b744f25203
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.39'
5
+ spec.version = '5.1.3.beta1.46'
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.39
4
+ version: 5.1.3.beta1.46
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-01 00:00:00.000000000 Z
11
+ date: 2019-12-09 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"