gitversion 4.0.1.beta1.51 → 4.0.1.beta1.53

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0751b786b8a17a6fab84da09192fe3640ff1e967f0d5a841bf44bc3bd26bd2de
4
- data.tar.gz: ef930b3e494ab60a2dba33cc18113b784656ecc341b8de28b2b2c207935a7bfd
3
+ metadata.gz: 53bda7527dad9a22b7379726b9d4087660b47396615dde0778fbf2a81f5c052e
4
+ data.tar.gz: bd62a461091bacfe9792add3fa4531472671e0ce267aabff82eabde388245725
5
5
  SHA512:
6
- metadata.gz: 541848db0674532d05b97bf99be76134a112efddab1d6a4b3d531877386dce4597b8474eba5a182da2cfa12eb9017ec889a5378ae10944fb6c332038e5a80279
7
- data.tar.gz: 2e43517e05b9d7cd8ffcf590d221dee0ff7d3812a281260f12fac6616a2e5b104f11fe09211fa9580abd348f26926f01f8c2163055d619158ba06e2a39bf3ee5
6
+ metadata.gz: 25e487d26c9457f5f70fef3653274db201c64136ea6b42cf6721374f6dc82a5525bf4829e00d12256daaedfbfe21c7a2145baf9acdeebc8e17a0de165648095d
7
+ data.tar.gz: 38c26589c173a0fcff6de488b5647629115fc443488005468a9c14f2688c072643c000dbe792b6f734f4d29b63ad1fe918f9c8ad29febb93bf0c692190ac7552
data/bin/GitVersion.exe CHANGED
Binary file
@@ -1,4 +1,4 @@
1
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" />
2
+ <dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-a904fc6" target="lib/linux-x64/libgit2-a904fc6.so" />
3
+ <dllmap os="osx" cpu="x86,x86-64" dll="git2-a904fc6" target="lib/osx/libgit2-a904fc6.dylib" />
4
4
  </configuration>
Binary file
Binary file
Binary file
Binary file
Binary file
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 = '4.0.1.beta1.51'
5
+ spec.version = '4.0.1.beta1.53'
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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1.beta1.51
4
+ version: 4.0.1.beta1.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitTools and Contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-07 00:00:00.000000000 Z
11
+ date: 2018-12-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: " Versioning when using git, solved. GitVersion looks at your git
14
14
  history and works out the semantic version of the commit being built.\n"
@@ -22,12 +22,17 @@ files:
22
22
  - bin/GitVersion.exe
23
23
  - bin/LibGit2Sharp.dll.config
24
24
  - bin/gitversion
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
25
+ - bin/lib/alpine-x64/libgit2-a904fc6.so
26
+ - bin/lib/debian.9-x64/libgit2-a904fc6.so
27
+ - bin/lib/fedora-x64/libgit2-a904fc6.so
28
+ - bin/lib/linux-x64/libgit2-a904fc6.so
29
+ - bin/lib/osx/libgit2-a904fc6.dylib
30
+ - bin/lib/rhel-x64/libgit2-a904fc6.so
31
+ - bin/lib/ubuntu.18.04-x64/libgit2-a904fc6.so
32
+ - bin/lib/win32/x64/git2-a904fc6.dll
33
+ - bin/lib/win32/x64/git2-a904fc6.pdb
34
+ - bin/lib/win32/x86/git2-a904fc6.dll
35
+ - bin/lib/win32/x86/git2-a904fc6.pdb
31
36
  - gitversion.gemspec
32
37
  - lib/git_version.rb
33
38
  - lib/git_version/parser.rb
Binary file
Binary file
Binary file
Binary file
Binary file