gitversion 4.0.1.beta1.50 → 4.0.1.beta1.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a5fc156c261535a444e677326428d471d54faee37ced3c1ef6c9eebe3e7f931
4
- data.tar.gz: 913fc7d0aabd932dcda9ad817057811f7972d040c9ec2b3cfc57f83b03d7f2fa
3
+ metadata.gz: 0751b786b8a17a6fab84da09192fe3640ff1e967f0d5a841bf44bc3bd26bd2de
4
+ data.tar.gz: ef930b3e494ab60a2dba33cc18113b784656ecc341b8de28b2b2c207935a7bfd
5
5
  SHA512:
6
- metadata.gz: f8dcf5c8e0e528c01b72e3c294e1a5f543bbb590606065f99473bc172dd8a59bd784623078de7e25fe9148cdf7bd678e83e61d99a8dfd5a5231c47cc1c4296a5
7
- data.tar.gz: 6ee74c66f0a9f20869cc36553735831474ca510b6d95336cf533abfb910758269c5f25b6009e09f718cd4a78a1ad9ea722e8ee78a17f9d7ae08c29dbc7fbb541
6
+ metadata.gz: 541848db0674532d05b97bf99be76134a112efddab1d6a4b3d531877386dce4597b8474eba5a182da2cfa12eb9017ec889a5378ae10944fb6c332038e5a80279
7
+ data.tar.gz: 2e43517e05b9d7cd8ffcf590d221dee0ff7d3812a281260f12fac6616a2e5b104f11fe09211fa9580abd348f26926f01f8c2163055d619158ba06e2a39bf3ee5
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 = '4.0.1.beta1.50'
5
+ spec.version = '4.0.1.beta1.51'
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: 4.0.1.beta1.50
4
+ version: 4.0.1.beta1.51
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: 2018-11-27 00:00:00.000000000 Z
11
+ date: 2018-12-07 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"