gitversion 5.1.4.beta1.124 → 5.1.4.beta1.127
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 +4 -4
- data/bin/GitVersion.exe +0 -0
- data/gitversion.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58224693ca1bb3e9373070c714803d17d108e26fde4967f7d80eb0c654898763
|
4
|
+
data.tar.gz: 7b12c39e908455a055abab2325cd2d9850dadeaa664a61196fcabcf357d13511
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d9a048e2e3d07b2f7206b67a8d67f15e12c71d97b47ddd706ed7f0bd9b8098684f2922de77973faa7c6558af6ed7587eb13d3737b89523466740b979fa1dd61
|
7
|
+
data.tar.gz: 2894e391c04bc051a52d005e9bb005bc5bcb762d138da15cae775c289659a22dd9a160ea68aab72bd794bbafe2cdf730c93b3235a8691d869ff42f637fd8b75c
|
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.1.4.beta1.
|
5
|
+
spec.version = '5.1.4.beta1.127'
|
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.
|