gitversion 4.0.1.beta1.58 → 4.0.1.beta1.59

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: 6635bd52244a611d919f4175a6564d9ee496d5cb247b2541ae6c412bf5de54be
4
- data.tar.gz: a0e12c292bcfd444cd162a24fe876b3e422e17337bc4af28a1911451a1f7e46d
3
+ metadata.gz: af7d292bd9593a74cba23817b473675a68aaf8bc81e5fb359463efd6ccc457ee
4
+ data.tar.gz: f5a62a9f653c1bae399c1c96e57980b916076d801c192daf5f1f351c367e6764
5
5
  SHA512:
6
- metadata.gz: beee2046ee850a39e4e12a118ea653c8bba677531661320624b11abd88fc4fdc03a2d994b95e6113e30cab6ff7deab1ad2c192168c09e14b6b5672a4ef393ae2
7
- data.tar.gz: b0e626c630587a3cecc431cbd49b34a0277ec3609527ba232af424ec9d7d3fc67d31dbc75560ae4861c9162ca00317a30d70e29838a4de5a1d21f7029c814cdf
6
+ metadata.gz: 4f899098beee677ae3e29867835ba96ce990b872343c6021475f0913a296af1421f8e0d1f778ef067c4a8cedb1e2f12806b637979001c4732507239789b8b57e
7
+ data.tar.gz: bcbcfb4d6b686ceac5aaa4915d6eb3829264a1ab68e417ffde066ee851a1f74df7fe38632c750229916dc3a1d1e5a820426e6f7edbe1ed33b4b78e29216d12b5
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-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" />
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
4
  </configuration>
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.58'
5
+ spec.version = '4.0.1.beta1.59'
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.58
4
+ version: 4.0.1.beta1.59
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-21 00:00:00.000000000 Z
11
+ date: 2019-01-23 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,17 +22,12 @@ files:
22
22
  - bin/GitVersion.exe
23
23
  - bin/LibGit2Sharp.dll.config
24
24
  - bin/gitversion
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
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
36
31
  - gitversion.gemspec
37
32
  - lib/git_version.rb
38
33
  - lib/git_version/parser.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file