gitversion 4.0.1.beta1.37 → 4.0.1.beta1.38

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: b7f978722800b944da0d7976021d98c069b683ec3975347bf6c010a4039a4636
4
- data.tar.gz: 857ab43d495c9cbd60edb8ee6615934b66ad2094048131516e9f38a6141f675f
3
+ metadata.gz: 8fb2958db77db0a6daeae428282b9b9d77fc1239a922eba445a0eae018e606c6
4
+ data.tar.gz: 40bb051fb119eecba9e0762dca1117254def4f8fa4f67196a2300edc099935e4
5
5
  SHA512:
6
- metadata.gz: 017c6568bdf600682dd3000f79f3e895477b8f9be8798680b2f14f0d964844b2cb954b2d946efacdab3d62b7d159bbe2e48b2290031d1a2290ef128bddad8169
7
- data.tar.gz: cfc4cda2ffe1e879bb6da72627bdecb8abeee25a70acd057ed173caf63505369215bef972c628ae7f565bdde2b9aa426ce854e452301f31a249740aa60621663
6
+ metadata.gz: 207aa68987baa42ca21367dcc75a3717667574e8cfe733f4acb651b748ba3eec2d7f85146fdaf36ce21b32ea8753ba3ccf5d02fcd7f8af8a15537130e1fe6fe2
7
+ data.tar.gz: c1db188211c59bef22fa39f2f6f3580f6d2f22a425cc11496f9cc7bbf385c67233d9d88a746bb334151e7aadc77e04958a9718df457b82229a6af5710ff95ccd
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.37'
5
+ spec.version = '4.0.1.beta1.38'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1.beta1.37
4
+ version: 4.0.1.beta1.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors