gitversion 5.0.0.beta1.72 → 5.0.0.beta1.73

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: 3ae6750557ba6055828712bb57bb536773443de0d8d80b4259f552dad9b0bd77
4
- data.tar.gz: 1f978a1b1f9fcc951549a2e7bfa305de81daff97b743666ec1045bc69e2049d2
3
+ metadata.gz: f5a27897b9f817954181fe8e31a6a2e068b3fa30944cd7f98edd3589b85c91bc
4
+ data.tar.gz: '090d931338534e3259fd426723fc04f70044e3d102e4ceb910885cdf7febed55'
5
5
  SHA512:
6
- metadata.gz: 9386d552e0c7bc9e4cf599894ee671e09117479b4178323cd6766ca7e254aa5b320fcd2a31ae4e690be65ef07b9343230e82d5c94dea43989e401ebaebeabbdb
7
- data.tar.gz: 96763df1ede24c1f652fe378af093bd1cf4037b01c5b3d09d1f1077e4270bb4ce23ba080e74ed518a8f7e69b8d100a10d5924f34d3681c707aa0b4f59aa88732
6
+ metadata.gz: 7bb5d485557ee9c87d86d39cfbbdf69f247592b444ca53b65c356239b52871b1d8f34019fc6750d3c726b23a43beaf2e888abb77d39e50fd8c6654d44671767c
7
+ data.tar.gz: 549b9a7d3063fe29af7b579d095f05e7ccfdee589075b9d593f82028aeee79a79582b1c121bc6fc625585c18c2490880864eb580b01a16f866d53aed5c193d9e
Binary file
@@ -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.beta1.72'
5
+ spec.version = '5.0.0.beta1.73'
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.beta1.72
4
+ version: 5.0.0.beta1.73
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-02-20 00:00:00.000000000 Z
11
+ date: 2019-02-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"
@@ -50,7 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: 1.3.1
52
52
  requirements: []
53
- rubygems_version: 3.0.2
53
+ rubyforge_project:
54
+ rubygems_version: 2.7.3
54
55
  signing_key:
55
56
  specification_version: 4
56
57
  summary: Easy Semantic Versioning (http://semver.org) for projects using Git