gitversion 5.0.2.beta1.90 → 5.0.2.beta1.95

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: e1f61e6771bff6970383e26189464abdfb25419d95f6f61595f3d2b33fc6ceb4
4
- data.tar.gz: 0e9b05e79b948a5c2d24c4d87ca43e54db99e42fbb8bb38c28851d1f54e359cf
3
+ metadata.gz: 99fafe835da5d60532a90aefcbb028be5e945e00148b9401face4754c44c1210
4
+ data.tar.gz: 139a6eab7b6f7803173daa056d393f0d8f1e5623a86c2770462656f5fe2eae0e
5
5
  SHA512:
6
- metadata.gz: 159c3bdb240c7d141bea1744e78e5b04bba19418390cd271859fcd4486793069066004633bced912813e13568163d9940bc0c528a808a9d3d8b2a99d80e12d1b
7
- data.tar.gz: 4409546ad6a2c379a42c251aee917a0217c7618f94cc372db1e930918235f599ba19ee62179cc878e52deaf693cebbd66e0089298f697a9a68d2b568e2a269e9
6
+ metadata.gz: 27781f0b0dfce213e538664b317d39eb5570dcf6f4078a6de6d83cc80bc25dae4273fe952f48d908f14d2cc8ac1d42740e62b66d990ec046c9d598e71aa7f60f
7
+ data.tar.gz: fc2f1d6959a5d8a8e7ca1267a0a0196b479d6d2fc060828686749df8888cd22765195dc4a3f2a641e92a408aed6dfa6bf1f3f7714bc8ce3d351e98e70a3e3b9b
data/bin/GitVersion.exe CHANGED
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.2.beta1.90'
5
+ spec.version = '5.0.2.beta1.95'
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.2.beta1.90
4
+ version: 5.0.2.beta1.95
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-10-09 00:00:00.000000000 Z
11
+ date: 2019-10-10 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"
@@ -19,22 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - bin/GitVersion.exe
22
- - bin/LibGit2Sharp.dll.config
23
22
  - bin/gitversion
24
- - bin/lib/alpine-x64/libgit2-7ce88e6.so
25
- - bin/lib/alpine.3.9-x64/libgit2-7ce88e6.so
26
- - bin/lib/debian-arm64/libgit2-7ce88e6.so
27
- - bin/lib/debian.9-x64/libgit2-7ce88e6.so
28
- - bin/lib/fedora-x64/libgit2-7ce88e6.so
29
- - bin/lib/linux-x64/libgit2-7ce88e6.so
30
- - bin/lib/osx/libgit2-7ce88e6.dylib
31
- - bin/lib/rhel-x64/libgit2-7ce88e6.so
32
- - bin/lib/ubuntu.16.04-arm64/libgit2-7ce88e6.so
33
- - bin/lib/ubuntu.18.04-x64/libgit2-7ce88e6.so
34
- - bin/lib/win32/x64/git2-7ce88e6.dll
35
- - bin/lib/win32/x64/git2-7ce88e6.pdb
36
- - bin/lib/win32/x86/git2-7ce88e6.dll
37
- - bin/lib/win32/x86/git2-7ce88e6.pdb
38
23
  - gitversion.gemspec
39
24
  - lib/git_version.rb
40
25
  - lib/git_version/parser.rb
@@ -1,4 +0,0 @@
1
- <configuration>
2
- <dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-7ce88e6" target="lib/linux-x64/libgit2-7ce88e6.so" />
3
- <dllmap os="osx" cpu="x86,x86-64" dll="git2-7ce88e6" target="lib/osx/libgit2-7ce88e6.dylib" />
4
- </configuration>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file