gitversion 0.20.0
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 +7 -0
- data/bin/GitVersion.exe +0 -0
- data/bin/GitVersion.pdb +0 -0
- data/bin/LibGit2Sharp.dll +0 -0
- data/bin/NativeBinaries/amd64/git2-65e9dc6.dll +0 -0
- data/bin/NativeBinaries/x86/git2-65e9dc6.dll +0 -0
- data/bin/gitversion +2 -0
- metadata +52 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b30d3d7b81353caaac3f7e2721e3078ad773a821
|
4
|
+
data.tar.gz: 42f0ac19ce9d4a7ef7fbfc4281f0fc12c7cb982d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b3cbb9494979c423232db681a7b5e6bb9fb8aeaf488e554124e0fbb405ed46955ef701785f1ee352d148a0499fcbd2b0073788ba4b8f1f8dd77a9adfeb1b4d52
|
7
|
+
data.tar.gz: c82f7ff9f6e90e4b6fc16e4004335585623409d9fe3123e3ad2951143a1de2563f059115a790deb1a8a494b4aaebf4a57433ec660e8f616f95bf9270043a73e8
|
data/bin/GitVersion.exe
ADDED
Binary file
|
data/bin/GitVersion.pdb
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/bin/gitversion
ADDED
metadata
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: gitversion
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.20.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- NServiceBus
|
8
|
+
- Simon Cropp
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2014-03-23 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: |
|
15
|
+
Derives SemVer information from a repository following GitFlow or GitHubFlow.
|
16
|
+
email: info@nservicebus.com
|
17
|
+
executables:
|
18
|
+
- gitversion
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- bin/GitVersion.exe
|
23
|
+
- bin/GitVersion.pdb
|
24
|
+
- bin/LibGit2Sharp.dll
|
25
|
+
- bin/NativeBinaries/amd64/git2-65e9dc6.dll
|
26
|
+
- bin/NativeBinaries/x86/git2-65e9dc6.dll
|
27
|
+
- bin/gitversion
|
28
|
+
homepage: http://github.com/Particular/GitVersion
|
29
|
+
licenses:
|
30
|
+
- MIT
|
31
|
+
metadata: {}
|
32
|
+
post_install_message:
|
33
|
+
rdoc_options: []
|
34
|
+
require_paths:
|
35
|
+
- lib
|
36
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
requirements: []
|
47
|
+
rubyforge_project: GitVersion
|
48
|
+
rubygems_version: 2.2.1
|
49
|
+
signing_key:
|
50
|
+
specification_version: 4
|
51
|
+
summary: Derives SemVer information from a repository following GitFlow or GitHubFlow.
|
52
|
+
test_files: []
|