gitflowversion 0.14.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bc3d18560e8abcf517ae2a744e864fb57e208b5f
4
+ data.tar.gz: ad9a4636714f8d4d35d5d0d08a346a6806d7c3bc
5
+ SHA512:
6
+ metadata.gz: 8571e819cd60cf45d87095bc91b66b9760ff0b379e19b95d6679169206217e2fec79f305acd046e3856fec487a225cdfade0db34bad0b5f3225b33bc8d941c6e
7
+ data.tar.gz: 25fe08329038abda91c30114dc7708a29e1403feeef0c0da24f7a4f6b4065a69598aa07fcebd6ed92e26d9ebac17ce175ff3be8ed4c8b4b9b386c5297738f443
Binary file
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ result = system(File.dirname(__FILE__) + "/GitFlowVersion.exe " + ARGV.join(' '))
2
+ exit 1 unless result
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gitflowversion
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.14.0
5
+ platform: ruby
6
+ authors:
7
+ - NServiceBus
8
+ - Simon Cropp
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-01-17 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: |
15
+ Derives SemVer information from a repository following GitFlow.
16
+ email: info@nservicebus.com
17
+ executables:
18
+ - gitflowversion
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - bin/GitFlowVersion.exe
23
+ - bin/GitFlowVersion.pdb
24
+ - bin/LibGit2Sharp.dll
25
+ - bin/NativeBinaries/amd64/git2-11f8336.dll
26
+ - bin/NativeBinaries/x86/git2-11f8336.dll
27
+ - bin/gitflowversion
28
+ homepage: http://github.com/Particular/GitFlowVersion
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: GitFlowVersion
48
+ rubygems_version: 2.2.1
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Derives SemVer information from a repository following GitFlow.
52
+ test_files: []