gitversion 5.0.0.beta5.9 → 5.0.0.beta5.10

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: 995990ec6a4d810fa30d0ac93d4d394af34da25b73a582964e7d7d1f5653c967
4
- data.tar.gz: f4ac345a98cc43c6163f1890b9e7e8415080261359d248b82a8791a55f2ffde5
3
+ metadata.gz: 17a115d578427bf9c9bcc1cd2e77b6d47fe172c2c2b7de9a521bb9bdd2ebbb4b
4
+ data.tar.gz: 500d177543524835fff1fbc0b4457c18661b8577b3632b320b7ac62876ceeb97
5
5
  SHA512:
6
- metadata.gz: 750ad4c5081fb496f82b263e0964c1d8ac21bcdff564380269332bc4f433b44625e4ce77779219d071a5076c2792f941a4c28d75cc60929c3f3dade3f8e3eb68
7
- data.tar.gz: e28b247c76c47e5bbd5668fef468a8f851fd617cc5a1cf0a0f5405116a7c6f126dcc238de240c89d4895c060f723a0b1bf558524156ce0cae739af8382b19482
6
+ metadata.gz: 6cb73d9cfa6216a0d33570d49422a0a65833dd83b8965b5ad155afc50ccf34401235f52fe42b36b8ed4fbfb7f2153555ad88971716fa9ef68797eab4b9b90ad2
7
+ data.tar.gz: 150c5204d8e051b59daa9c699623ecce50d48f00d9d8640f723b99dd5d855147229dc3300c011a6e04998473d981777fd39cabda3a258f483366203e91737d23
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.beta5.9'
5
+ spec.version = '5.0.0.beta5.10'
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.beta5.9
4
+ version: 5.0.0.beta5.10
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-07-05 00:00:00.000000000 Z
11
+ date: 2019-07-12 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"