gitversion 5.0.2.beta1.131 → 5.1.0.beta1.194

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: 1273dda7063a5b65a380bad5cc541f7948fde1798194d461a0d351c71fcd34f5
4
- data.tar.gz: e1ce976799e028f31b7023626ba28f8988a97050634fd95ce2c5bc02bf439d5b
3
+ metadata.gz: 2c611921ba1cad23c73a6fb2799e0aa88625bfa9f25f0c352ce13b8309dcfcfb
4
+ data.tar.gz: 49802af546b9cfd0b0aa9cb32ace674f0aa29dce47cec3ce3f564998b333723f
5
5
  SHA512:
6
- metadata.gz: a3a54330179a06bde88e6ea04cfb4bd8c0184a2348cddeefabeedae9098be6a685075ee1341740293207b244aae1dd3f8ba9f040cd7f33c588037fc4487616ac
7
- data.tar.gz: 962e3d2f2eb8c9f0ee82649874706c5fbf434550ddfbccb304ed27d19eb708bc0c78c2f8f920a269c2e0e615fec1c8301377cd57c8fb747c6368c05e586db5e8
6
+ metadata.gz: d9a905f46f9b2e3f0130c978affaea7df8aa2c7cda084ec6712cb668d7e49ca11e1c0c9d2335415d6fd46a7f3000a1b73017bd8fb1a3e51177d9cf46b85ab96f
7
+ data.tar.gz: 68d428131a08721261ce2edd0450d86febe17a3fa506f366f21f357851a01ac24e73336b9825ce40a70525ce33e1ec786029374dae03d0b1998af7cd5d7e5313
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.0.2.beta1.131'
5
+ spec.version = '5.1.0.beta1.194'
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.2.beta1.131
4
+ version: 5.1.0.beta1.194
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-23 00:00:00.000000000 Z
11
+ date: 2019-10-25 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"