gitversion 5.0.0.beta4.18 → 5.0.0.beta4.20

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: 76ba0e36f3d836005f972f5c3cf9ca1cfc31e5c991d1be400f819e678caa6c45
4
- data.tar.gz: e3409559d3d6c892073b7f5846dc3796a67421fd77c786cd5cd463bb9108bbcb
3
+ metadata.gz: fe9665ffe397f7ef5cd118ba3cab5734f28824f659471321531bca9e53619bfc
4
+ data.tar.gz: aa93d9f08f11cc3281c04f37a04eb7b2d18976b43cbbe60a62b2f1f38c6bdb33
5
5
  SHA512:
6
- metadata.gz: a5d0eca4e876124b7b65e0538cbb04b568c469c2bf7d9a4ab330555cb5f62766972e09601d23aeb68a2a9254f92025d025f6763534f15ce20bd503949ea48303
7
- data.tar.gz: 4ca5a40f6efe0fd1711034748b472d61c1b1db38753f3ef3c9b4314e3961fbf784a093a868a4e957775cc4d3c6acd1ff6e01ac179795d48c486169bb7c995dc7
6
+ metadata.gz: a19aa6e0d4c607a31730326860dd8e68419870767bf1ad1edb46e0d36d5e007be2209d0aaf9df19162c4547c89765fac07b3289b8b8dd7d599aaf2cfac99188a
7
+ data.tar.gz: 51daf43ca948f8bb1e925de62a7ada957da521afde31d14dc6f1e747cafe7b51d47d2b6d691e2e5ea7bcb63a02b4d47f9ab3bb28fcfeb78ad09b935c6ed42183
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.0.beta4.18'
5
+ spec.version = '5.0.0.beta4.20'
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.0.beta4.18
4
+ version: 5.0.0.beta4.20
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-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-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"