gitversion 5.1.3.beta1.38 → 5.1.3.beta1.39

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: 3e8f7a73d84320156e9e27fdf8543da751a3758f519d6a19dc4bb43abb51276c
4
- data.tar.gz: dbecf6a7c159af097389adde9bfcef6848fdada8a7d925a65d887bad4cd688a4
3
+ metadata.gz: 05e0e1b40aabd2ab070ce00fc2e5f395335715a5dd8ee46ae94454a46094263c
4
+ data.tar.gz: 79887814591c29a36d0b35b85b47814837737277552e4cc509f009f23a20d91f
5
5
  SHA512:
6
- metadata.gz: 20cfec6563833ecdb2fadbb16abafb66711c0c57a6b65e92b2cf866a4787f7a10e331d05dcee4c82ad54596e0f346c5144ffc19eae3364d961573d3acf0724e6
7
- data.tar.gz: 065a479cde4215eed08ef5304c5a3f12df2b606403ef4b862d64df2ef31face4e2ee8f91c0d50fbb131c07d4a7284b7c7f7d4a84aa84f37f78e9626a804a31f4
6
+ metadata.gz: b957487a7f8ffc77954c0095fe8e1bf7d2143f944a19d18a0d48257cda8cbaa3d5a35446c5e44f29f3d0667e573936fff223cfe71c910929835b30170be5121e
7
+ data.tar.gz: 430cae4e09bfb1ee45bd8028d1dedff78e2a06e986c5800b69f26f61d178b9642f65f3723191866e2ea36b0c006a85510ff8e1f604250b692cdec5ee9bb72544
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.38'
5
+ spec.version = '5.1.3.beta1.39'
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.38
4
+ version: 5.1.3.beta1.39
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-27 00:00:00.000000000 Z
11
+ date: 2019-12-01 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"