gitversion 5.0.0.beta3.29 → 5.0.0.beta3.31

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: 2e282e205eb851b97846eef4922ab23c584b68d9d95a11af59b26bc60f37fbfd
4
- data.tar.gz: 3e5deb740ceb8f8ccd8552acce860dcdefd4a9f3a69569e33ef27e6885c20c63
3
+ metadata.gz: 4992048b53b6ac08bc7dddd5ed23d77adc83768b3ba1944da4c0eb71e1c846be
4
+ data.tar.gz: 899cd6962a65b218b8f39184eef486d6a8a841bd33ebfa0740652cdf1911b29e
5
5
  SHA512:
6
- metadata.gz: cd75d29136faef999a96e4952530457a950b4a9628614a615612c27083d65145ff92abc0ce30b3a4c1a1ddeb37a2a37c9b7aac7b85e58e4f27bcd2e197ef375d
7
- data.tar.gz: 63d7600ebdad30bc8b959d0633d1c64a5286599ed5568e0a0b025a446164b3086de46f8803f4fe989bd0e31b30274cf6db101b984b1b52ac9d691ae1e5a3c7ed
6
+ metadata.gz: 9a27f2b0536d85ef10924bd293469ef60dca6f20cecce4af9026e5db5f120bbe1892a9e8c2d4fd6796290ebb802a3c2016c339ba269aa30401a70a5ca7367298
7
+ data.tar.gz: 35ba79949d8077902f2ea5258c27536cbb29dd87f0e3fb37a14c808152d506698ba3ffe483fa355ca7aae0f9f17dafd511f776807f892fa92476b405d06d14e4
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.beta3.29'
5
+ spec.version = '5.0.0.beta3.31'
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.beta3.29
4
+ version: 5.0.0.beta3.31
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-05-30 00:00:00.000000000 Z
11
+ date: 2019-06-05 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"
@@ -49,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: 1.3.1
51
51
  requirements: []
52
- rubyforge_project:
53
- rubygems_version: 2.7.3
52
+ rubygems_version: 3.0.1
54
53
  signing_key:
55
54
  specification_version: 4
56
55
  summary: Easy Semantic Versioning (http://semver.org) for projects using Git