bard 1.4.1 → 1.4.3

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: b61ad7f978453da17070fecbb92f64e0fc3311f3c8b530d7cb89227f6a72d286
4
- data.tar.gz: f0961592b8234b9c71929cfb5f34b9cc9edbf4f75485331bdf25a6a27e620e44
3
+ metadata.gz: aee694480d30d4bccb215bb5f8f38ecf28809d443d11e5bbb6d061540f3f581d
4
+ data.tar.gz: 5a9d12b1c66c2273a28952cf4175595574edc764adb29246d816599778547c46
5
5
  SHA512:
6
- metadata.gz: bb9fa351d2b084dc624909e0691aa0ad698c182bf5d0417c3e5731f63bc9ac2aaa90b23be87ba3c894abb74a4b16baf5a638124789eb3eefd8e2087ba6b71257
7
- data.tar.gz: 902e8f5be5ae6c1c47cbf34c771fe77c1e3dc298f345983732c6b7cd74eb7293c9d6c325cf2e90814532a85bbaa22b9825c416e507ee40aec88c9068e1bfd328
6
+ metadata.gz: e8a5a8012a38d46cd1aa041f916580aa3fbf27a240bf637774ad0cd5068a9604bc180942ef931716338c0300ae85dd56ccbcb7fad15384346fbd111435e00832
7
+ data.tar.gz: 22fdffb44bad7a3c3c5ba03a115420aa66596b4e5f6dacf7aea8acd319ddac2618f48bcce95570956c5d011da9aa653c204a01020e9cd001adfeda01204ecef2
@@ -31,10 +31,12 @@ jobs:
31
31
  with:
32
32
  bundler-cache: true
33
33
  - name: Set up apt packages
34
+ if: ${{ hashFiles('Aptfile') != '' }}
34
35
  run: |
35
36
  sudo rm -f /var/lib/man-db/auto-update
36
37
  echo "APT_PACKAGES=$(paste -sd " " Aptfile)" >> $GITHUB_ENV
37
38
  - name: Apt packages
39
+ if: ${{ hashFiles('Aptfile') != '' }}
38
40
  uses: awalsh128/cache-apt-pkgs-action@latest
39
41
  with:
40
42
  packages: ${{ env.APT_PACKAGES }}
data/lib/bard/github.rb CHANGED
@@ -111,7 +111,7 @@ module Bard
111
111
  else
112
112
  base = "https://api.github.com/repos/botandrosedesign/#{project_name}"
113
113
  if path
114
- URI.join(base, path)
114
+ URI(File.join(base, path))
115
115
  else
116
116
  URI(base)
117
117
  end
data/lib/bard/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Bard
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.3"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor