gitversion 3.4.0 → 3.5.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,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTY1ZTU1Njk0ZWI0MjkzN2RjYjhmMjA3OTEwNjZkNzAxNGQ5NWUxOA==
5
+ data.tar.gz: !binary |-
6
+ ZDcxMWI3MTIxZDhjOGQxZjc3NTZmMDlmMGIwMWIyN2EwZGYyZDdlNQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MzZlNTUyOGY1N2YyMjliZGU3ZGRhYTQzNzg0NDkyYTYwZjk1M2M2YTMxNDBi
10
+ MGMxNzNmNWM1Mzk5MDk5NTEzYzNmMmU4OGNjNGU3NmM5NjQ5NGRiMzFlNjIx
11
+ MTZmNDUzZDBjZWQ1ZDUyYmNhYTAxZTU5ZGZhNGY5ZmUxMTgyNWE=
12
+ data.tar.gz: !binary |-
13
+ M2NjZWU1NjUwYWY1Njk3YjJlZTFlOTFiNThmNWFmZTBmY2JiMGM1NDNiZDA4
14
+ YTVmMjcwYjc3YWQ2YmIxMzQ3ZjI2NGUyMGNkZjRkZjYzMWEwY2MxODk5YjBl
15
+ NDdiMjY5MzllNTJmMTU1YTI2ZWUzMmMzOWM1MmJhOWY4NzM3NmQ=
Binary file
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 = '3.4.0'
5
+ spec.version = '3.5.0'
6
6
  spec.summary = 'Derives SemVer information from a repository following GitFlow or GitHubFlow.'
7
7
  spec.description = <<-EOF
8
8
  Derives SemVer information from a repository following GitFlow or GitHubFlow.
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
5
- prerelease:
4
+ version: 3.5.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - NServiceBus
@@ -10,7 +9,7 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2016-01-31 00:00:00.000000000 Z
12
+ date: 2016-04-26 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description: ! 'Derives SemVer information from a repository following GitFlow or
16
15
  GitHubFlow.
@@ -22,37 +21,36 @@ executables:
22
21
  extensions: []
23
22
  extra_rdoc_files: []
24
23
  files:
25
- - bin/gitversion
26
24
  - bin/GitVersion.exe
27
25
  - bin/GitVersion.pdb
28
- - bin/NativeBinaries/amd64/git2-e0902fb.dll
29
- - bin/NativeBinaries/x86/git2-e0902fb.dll
30
- - lib/git_version/parser.rb
31
- - lib/git_version.rb
26
+ - bin/gitversion
27
+ - bin/lib/win32/x64/git2-381caf5.dll
28
+ - bin/lib/win32/x86/git2-381caf5.dll
32
29
  - gitversion.gemspec
30
+ - lib/git_version.rb
31
+ - lib/git_version/parser.rb
33
32
  homepage: http://github.com/Particular/GitVersion
34
33
  licenses:
35
34
  - MIT
35
+ metadata: {}
36
36
  post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
- none: false
42
41
  requirements:
43
42
  - - ! '>='
44
43
  - !ruby/object:Gem::Version
45
44
  version: '0'
46
45
  required_rubygems_version: !ruby/object:Gem::Requirement
47
- none: false
48
46
  requirements:
49
47
  - - ! '>='
50
48
  - !ruby/object:Gem::Version
51
49
  version: '0'
52
50
  requirements: []
53
51
  rubyforge_project: GitVersion
54
- rubygems_version: 1.8.30
52
+ rubygems_version: 2.6.3
55
53
  signing_key:
56
- specification_version: 3
54
+ specification_version: 4
57
55
  summary: Derives SemVer information from a repository following GitFlow or GitHubFlow.
58
56
  test_files: []