gitversion 5.0.0.beta2.101 → 5.0.0.beta2.113

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: f62df295ec051b0c91e1a6cc513de7053c70864bef82a24b4aab21d8e81ebedf
4
- data.tar.gz: beeea969907d8f03b016ec8d496d011972229e431412d77d053a264a5b1e52a5
3
+ metadata.gz: 0ae19714aca5cd5b9922a30457f72267062d5c920b8163c7941f8bd1c5ef0b55
4
+ data.tar.gz: 1d09cd53ab2b935ff7e21c4f93de9f412437367f3a5901ce54343ab69841d2eb
5
5
  SHA512:
6
- metadata.gz: 61a82a0a213c22276d93ee5cc0ea8c34ec9d675a203cb65e7f613e28a5b5644215121010e5b4e69f27fcea8861aca6e9d85cc43f114013e93d24f6c641216efd
7
- data.tar.gz: 4dacd78c41c923c88f4266da38001078519712ce487c78ff32fb41c9a7789f3db8528c35f1af9a4e473340df5b1b388d0d55a03933bb5634aabbc742ffccd06a
6
+ metadata.gz: 5dcd63de17d710392a05858162159d1a3ac32f2a5defca4939e16bc8d91ce74a8118b31ef94a65f7346be7e50119244d0df9d574ff761b0a5ea65c97a8dd9485
7
+ data.tar.gz: 267f0b24e4562dd2a4904217cbe896ecec391493d7ea9900abaa1ae9abe45c1fd6afd54d6ba60f521044c7a0f912397ea38344e937e6faf856b42707895865a3
Binary file
@@ -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.0.0.beta2.101'
5
+ spec.version = '5.0.0.beta2.113'
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.0.0.beta2.101
4
+ version: 5.0.0.beta2.113
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-05-16 00:00:00.000000000 Z
11
+ date: 2019-05-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"