gitversion 5.0.0.beta3.35 → 5.0.0.beta3.44

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: cfcca2923b072326c5d73a1a01662a0be93a13a2dbc39410b21b6ed39ac8e030
4
- data.tar.gz: 1d6ab90e915b4a294cfb7a3b47bb7980ff81f536f77bda7b1cd59701a0aeab5b
3
+ metadata.gz: e9a7651980d9add5f815f579830fdb91fc84b8b23c5e2c358c15612af578ee5b
4
+ data.tar.gz: 46f4497e16b008612067b8cbd347a605389e6b92cc500763ceb848a250f5ec0c
5
5
  SHA512:
6
- metadata.gz: f2fed785e17961d8750a7c395d8705bb1ff94af6283de4bfc3a55071d1af60b04f1d6e44959306b839beb8acfbba9dc59598ffca82e471b76fe99a9b110dad3b
7
- data.tar.gz: 4ef8cf3f8ac52837359b827a23f91c2246a32e684aa6ddef53f036f1b78afd04d21f0d414cad8dc1fc44a636338c182b3d10a5f5deed3cdbf7c22cf1a3542906
6
+ metadata.gz: 960eb0cb26bcc0582ad1a317c6b298299a22c1bf3d8f1783b03903b988cbfacf50bcd608093abed8d80db8cb7caa311a13017f3ac0698f9e7a0bbec7b692689a
7
+ data.tar.gz: 03e9ec70f6a0e035cb75b9a4e74192e9c7e88547ee78274044d09fbd43037b4587bb8c16714354dab0d0efae9ec07b7dce74b51700811d5909df066c65ee492b
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-572e4d8" target="lib/linux-x64/libgit2-572e4d8.so" />
3
+ <dllmap os="osx" cpu="x86,x86-64" dll="git2-572e4d8" target="lib/osx/libgit2-572e4d8.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 = '5.0.0.beta3.35'
5
+ spec.version = '5.0.0.beta3.44'
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: 5.0.0.beta3.35
4
+ version: 5.0.0.beta3.44
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: 2019-06-24 00:00:00.000000000 Z
11
+ date: 2019-06-26 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"
@@ -21,12 +21,17 @@ files:
21
21
  - bin/GitVersion.exe
22
22
  - bin/LibGit2Sharp.dll.config
23
23
  - bin/gitversion
24
- - bin/lib/linux/x86_64/libgit2-15e1193.so
25
- - bin/lib/osx/libgit2-15e1193.dylib
26
- - bin/lib/win32/x64/git2-15e1193.dll
27
- - bin/lib/win32/x64/git2-15e1193.pdb
28
- - bin/lib/win32/x86/git2-15e1193.dll
29
- - bin/lib/win32/x86/git2-15e1193.pdb
24
+ - bin/lib/alpine-x64/libgit2-572e4d8.so
25
+ - bin/lib/debian.9-x64/libgit2-572e4d8.so
26
+ - bin/lib/fedora-x64/libgit2-572e4d8.so
27
+ - bin/lib/linux-x64/libgit2-572e4d8.so
28
+ - bin/lib/osx/libgit2-572e4d8.dylib
29
+ - bin/lib/rhel-x64/libgit2-572e4d8.so
30
+ - bin/lib/ubuntu.18.04-x64/libgit2-572e4d8.so
31
+ - bin/lib/win32/x64/git2-572e4d8.dll
32
+ - bin/lib/win32/x64/git2-572e4d8.pdb
33
+ - bin/lib/win32/x86/git2-572e4d8.dll
34
+ - bin/lib/win32/x86/git2-572e4d8.pdb
30
35
  - gitversion.gemspec
31
36
  - lib/git_version.rb
32
37
  - lib/git_version/parser.rb
Binary file
Binary file
Binary file
Binary file
Binary file