gitversion 3.5.0 → 4.0.0.beta0015.1644

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NTY1ZTU1Njk0ZWI0MjkzN2RjYjhmMjA3OTEwNjZkNzAxNGQ5NWUxOA==
5
- data.tar.gz: !binary |-
6
- ZDcxMWI3MTIxZDhjOGQxZjc3NTZmMDlmMGIwMWIyN2EwZGYyZDdlNQ==
2
+ SHA256:
3
+ metadata.gz: 4d7d2f0ba01c7e40e5ca80619dc8b8def20bf6d573137b7707402ab6dc4cfb15
4
+ data.tar.gz: 682c5a3801334b6a48d7e17ce2c37686a6ffba0209e294a8def650b2bf14586a
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MzZlNTUyOGY1N2YyMjliZGU3ZGRhYTQzNzg0NDkyYTYwZjk1M2M2YTMxNDBi
10
- MGMxNzNmNWM1Mzk5MDk5NTEzYzNmMmU4OGNjNGU3NmM5NjQ5NGRiMzFlNjIx
11
- MTZmNDUzZDBjZWQ1ZDUyYmNhYTAxZTU5ZGZhNGY5ZmUxMTgyNWE=
12
- data.tar.gz: !binary |-
13
- M2NjZWU1NjUwYWY1Njk3YjJlZTFlOTFiNThmNWFmZTBmY2JiMGM1NDNiZDA4
14
- YTVmMjcwYjc3YWQ2YmIxMzQ3ZjI2NGUyMGNkZjRkZjYzMWEwY2MxODk5YjBl
15
- NDdiMjY5MzllNTJmMTU1YTI2ZWUzMmMzOWM1MmJhOWY4NzM3NmQ=
6
+ metadata.gz: f189f964990d41b58e11f669b98b80eadeb2c8ff0662cec7554bdb85ddc527eed13fbfc34878064f58762ce2549215a518dd913f907555d7b0e9849031e2d455
7
+ data.tar.gz: 1c40a8b360e92eb6b0a2fa12732a7fe0fd53b6f22425d452b0ed565bcd674c40e2af45985049a91dae4a034212ab7ba76be4701da1dbc071552b5a965f92e458
Binary file
@@ -0,0 +1,4 @@
1
+ <configuration>
2
+ <dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-15e1193" target="lib/linux/x86_64/libgit2-15e1193.so" />
3
+ <dllmap os="osx" cpu="x86,x86-64" dll="git2-15e1193" target="lib/osx/libgit2-15e1193.dylib" />
4
+ </configuration>
@@ -1,20 +1,18 @@
1
1
  Gem::Specification.new do |spec|
2
- spec.platform = Gem::Platform::RUBY
3
- spec.name = 'gitversion'
4
- spec.licenses = ['MIT']
5
- spec.version = '3.5.0'
6
- spec.summary = 'Derives SemVer information from a repository following GitFlow or GitHubFlow.'
7
- spec.description = <<-EOF
8
- Derives SemVer information from a repository following GitFlow or GitHubFlow.
9
- EOF
2
+ spec.platform = Gem::Platform::RUBY
3
+ spec.name = 'gitversion'
4
+ spec.licenses = ['MIT']
5
+ spec.version = '4.0.0.beta0015.1644'
6
+ spec.summary = 'Easy Semantic Versioning (http://semver.org) for projects using Git'
7
+ spec.description = <<-EOF
8
+ Versioning when using git, solved. GitVersion looks at your git history and works out the semantic version of the commit being built.
9
+ EOF
10
10
 
11
- spec.authors = ['NServiceBus','Simon Cropp']
12
- spec.email = 'info@nservicebus.com'
13
- spec.homepage = 'http://github.com/Particular/GitVersion'
14
- spec.rubyforge_project = 'GitVersion'
11
+ spec.authors = ['GitTools and Contributors']
12
+ spec.homepage = 'https://github.com/GitTools/GitVersion'
15
13
 
16
- spec.files = Dir['bin/**/*', 'lib/**/*', '*.gemspec'].reject { |f| File.directory?(f) }
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }.reject { |f| f =~ /\.(exe|pdb|dll)$/}
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ['lib']
20
- end
14
+ spec.files = Dir['bin/**/*', 'lib/**/*', '*.gemspec'].reject { |f| File.directory?(f) }
15
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }.reject { |f| f =~ /\.(exe|pdb|dll|so|dylib)$/}
16
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
+ spec.require_paths = ['lib']
18
+ end
metadata CHANGED
@@ -1,35 +1,37 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 4.0.0.beta0015.1644
5
5
  platform: ruby
6
6
  authors:
7
- - NServiceBus
8
- - Simon Cropp
7
+ - GitTools and Contributors
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2016-04-26 00:00:00.000000000 Z
11
+ date: 2018-10-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! 'Derives SemVer information from a repository following GitFlow or
15
- GitHubFlow.
16
-
17
- '
18
- email: info@nservicebus.com
13
+ description: " Versioning when using git, solved. GitVersion looks at your git
14
+ history and works out the semantic version of the commit being built.\n"
15
+ email:
19
16
  executables:
17
+ - LibGit2Sharp.dll.config
20
18
  - gitversion
21
19
  extensions: []
22
20
  extra_rdoc_files: []
23
21
  files:
24
22
  - bin/GitVersion.exe
25
- - bin/GitVersion.pdb
23
+ - bin/LibGit2Sharp.dll.config
26
24
  - bin/gitversion
27
- - bin/lib/win32/x64/git2-381caf5.dll
28
- - bin/lib/win32/x86/git2-381caf5.dll
25
+ - bin/lib/linux/x86_64/libgit2-15e1193.so
26
+ - bin/lib/osx/libgit2-15e1193.dylib
27
+ - bin/lib/win32/x64/git2-15e1193.dll
28
+ - bin/lib/win32/x64/git2-15e1193.pdb
29
+ - bin/lib/win32/x86/git2-15e1193.dll
30
+ - bin/lib/win32/x86/git2-15e1193.pdb
29
31
  - gitversion.gemspec
30
32
  - lib/git_version.rb
31
33
  - lib/git_version/parser.rb
32
- homepage: http://github.com/Particular/GitVersion
34
+ homepage: https://github.com/GitTools/GitVersion
33
35
  licenses:
34
36
  - MIT
35
37
  metadata: {}
@@ -39,18 +41,18 @@ require_paths:
39
41
  - lib
40
42
  required_ruby_version: !ruby/object:Gem::Requirement
41
43
  requirements:
42
- - - ! '>='
44
+ - - ">="
43
45
  - !ruby/object:Gem::Version
44
46
  version: '0'
45
47
  required_rubygems_version: !ruby/object:Gem::Requirement
46
48
  requirements:
47
- - - ! '>='
49
+ - - ">"
48
50
  - !ruby/object:Gem::Version
49
- version: '0'
51
+ version: 1.3.1
50
52
  requirements: []
51
- rubyforge_project: GitVersion
52
- rubygems_version: 2.6.3
53
+ rubyforge_project:
54
+ rubygems_version: 2.7.7
53
55
  signing_key:
54
56
  specification_version: 4
55
- summary: Derives SemVer information from a repository following GitFlow or GitHubFlow.
57
+ summary: Easy Semantic Versioning (http://semver.org) for projects using Git
56
58
  test_files: []
Binary file