gitversion 5.1.2.beta1.2 → 5.1.2.beta1.4

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: c39bdcaea275d916ed74b07e3ffa383065e765b32b614130b6b49fc4053ff858
4
- data.tar.gz: 0f535410d98203919e9607d81cf80ee84ed7fb39a17e86628d3ebdeca8ebad10
3
+ metadata.gz: 6fc532695bb8253b534673ce0b182306eebdd8f9cdad4c04f9b94e9d3cc01679
4
+ data.tar.gz: 057bc3627d146aa6934db70627f4e87c996cabbc90824bca13d041fab7f642c5
5
5
  SHA512:
6
- metadata.gz: 99ff67d634825aa490c9f5a46dd2e4d834c6b4ee71ca22d3111bb108a3285858d168234123d3af90abc31547b060fad51f3f6f438566037f2e6a4647a593f0c0
7
- data.tar.gz: 5692dda8bb88f24390bafdfcdcb41633efdec3364a639dcc80e483df4fa3172bdedb3f33ff1913f02f5e79564f306160f071026f53c27d716007902bc0e2e54f
6
+ metadata.gz: eae321824c8da4bb7f6faf7819ea45a098af96557e09ac60fc152dc9999d2e5fe0d60ca6598c2eff09cfd4463813fa1f6c96ce8617c30787781697625881b595
7
+ data.tar.gz: f40ebd0507ac35543c74d3272eacf82448faf67f4837b68bd60bad5e47cee9d5d5526e3c2320072903f3bc2f230e67ae4dc5dc653fe7149d0cf6aeedbfb4ca78
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.2'
5
+ spec.version = '5.1.2.beta1.4'
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.2
4
+ version: 5.1.2.beta1.4
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-01 00:00:00.000000000 Z
11
+ date: 2019-11-02 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"