gitversion 5.1.2.beta1.10 → 5.1.2.beta1.11

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: aa0eb30176d5657669174e9c5422c161246daba79f2549272a2d6a43b4623be4
4
- data.tar.gz: 9459af1a2cd847d0fe1600cce857f3e3cdc1ae13029d55e9e5b7712c3eaf6b63
3
+ metadata.gz: bc25780ae411ec5d6fbf51ff2665a5142054398b211591957c12e1304cb67a51
4
+ data.tar.gz: 3136f90389848a3e41633cf04ae8a52a7124ec95467c69c2e2f43ae0e12d845f
5
5
  SHA512:
6
- metadata.gz: 6068f4bfe3ba2fb475c9fb1bed949748582728e97a638e8a0d7562f04f4a0847eb0264acf15ee06116ce63909204a05ab6d7fb818b7a4e96406fd71ef710d4b2
7
- data.tar.gz: ea874c9d782442d16abbc9beaeafc402990aa94fe26229984d54175616b1c875f0993c6efca80badb0059068053bd27545c81e52106b04d64b159d9ccd797ea5
6
+ metadata.gz: 13dfad82e43002c9540597820a714e712247f63bc6e27fa36f6ccdd0592c06dfa4a617397ec9209f07442d088ef9787b5d06ad85fd009ecd4fbf6b20741fa2f4
7
+ data.tar.gz: fdac0fb7a511adb03f2cc03bda04f3759665a0ad73f73d968bd00410cda13ea1ef5504bb728e0524a47e443ed4a4c354c52bde9589323edaeb305e8d2624860e
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.2.beta1.10'
5
+ spec.version = '5.1.2.beta1.11'
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.2.beta1.10
4
+ version: 5.1.2.beta1.11
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-06 00:00:00.000000000 Z
11
+ date: 2019-11-07 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"