gitversion 5.1.2.beta1.1 → 5.1.2.beta1.2

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: 45b44daa722524179fdbc11858a37d7a32d07c45ee9581356f303dcfb2998ea3
4
- data.tar.gz: 3c18dd0221f020e0e4a970593297303465a38d811fa69b8514143fac2b875aa4
3
+ metadata.gz: c39bdcaea275d916ed74b07e3ffa383065e765b32b614130b6b49fc4053ff858
4
+ data.tar.gz: 0f535410d98203919e9607d81cf80ee84ed7fb39a17e86628d3ebdeca8ebad10
5
5
  SHA512:
6
- metadata.gz: 5db05e43289e89c4fcb09cee89f911cd5cdaa81ea1ae226c87988fa7bc9dd8b17ef8001636a588100477a02c54a028756b1ff5becf95d187fc25e5c2f04d73ec
7
- data.tar.gz: ed7861d6bd8ec6b7f629213790bf621851c282bb195a2b2cfe6464759f63bea972df6871554b4aa26ead022e9aa83e7abd43cead409ff3b9537d0f313973256f
6
+ metadata.gz: 99ff67d634825aa490c9f5a46dd2e4d834c6b4ee71ca22d3111bb108a3285858d168234123d3af90abc31547b060fad51f3f6f438566037f2e6a4647a593f0c0
7
+ data.tar.gz: 5692dda8bb88f24390bafdfcdcb41633efdec3364a639dcc80e483df4fa3172bdedb3f33ff1913f02f5e79564f306160f071026f53c27d716007902bc0e2e54f
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.1'
5
+ spec.version = '5.1.2.beta1.2'
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.1
4
+ version: 5.1.2.beta1.2
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-10-29 00:00:00.000000000 Z
11
+ date: 2019-11-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"