giblish 0.8.0 → 0.8.1
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 +4 -4
- data/lib/giblish/core.rb +1 -1
- data/lib/giblish/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd04f063cae746d1c3382dcfab59cd8934fea4ba304c4134bc249a5bd2ff6001
|
|
4
|
+
data.tar.gz: 568e40abb01274231c218c77d5246644354d40a76bb97377d52f28187cedfd80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bb87b496333033301a1854c8cbc80abb62e8afbf47492730988d5426cb45e4963fb9917f3f74432eec885613b70df2335e021e4702af112b629a90475e9abfc
|
|
7
|
+
data.tar.gz: d0b3085c6a040210c804bed318247f0b34c79af2a5727c6fe0a67e57fdc7c5d6188651a2f380175f4f639d4640f060998480ad6f7ce95117711e53009297bc99
|
data/lib/giblish/core.rb
CHANGED
|
@@ -389,7 +389,7 @@ module Giblish
|
|
|
389
389
|
|
|
390
390
|
# Get the branches/tags the user wants to parse
|
|
391
391
|
def select_user_branches(checkout_regexp)
|
|
392
|
-
return unless @options[:gitBranchRegexp]
|
|
392
|
+
return [] unless @options[:gitBranchRegexp]
|
|
393
393
|
|
|
394
394
|
regexp = Regexp.new checkout_regexp
|
|
395
395
|
user_checkouts = @git_repo.branches.remote.select do |b|
|
data/lib/giblish/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: giblish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anders Rillbert
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08
|
|
11
|
+
date: 2021-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|