bard 0.50.4 → 0.50.5

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: f6698258c4e115c0c417131b370472ddda9319280422472c92005e2a88b48460
4
- data.tar.gz: 54e3c1d1897cdbb7a8338c47ec5edba11c2c18b67252d0ce99be8836591845b1
3
+ metadata.gz: fded1bdab9c9f7b815ba521501cbc69bd500a76b58e65ce2d2ae455bcf92cf6e
4
+ data.tar.gz: efe398ac5a8273d99102ed79e01cdbb0babff72f290f230a5a215a0667c8b5ef
5
5
  SHA512:
6
- metadata.gz: c5af008795ac9530ee1491a3c7adf05b0fe6fd83b579cd6d3104b00517d5e5b9d67bbab58408f637d028a560ec4cd8d611b3dc7522f8def13ad2c77b3d09ac80
7
- data.tar.gz: 23dbfce0a6cfdf9f07cec3e48a29b714c95d587db0a9998b9aa126fe7ae81079d751bcbaeab8e72e631c576e10a020894681c4ca2d8757723a16c7125387b8ba
6
+ metadata.gz: e92374a0c2ce8ebeafe69645a9331e377868c898f96c01ac38d1ce36c00da3c548c91562733ce8c9e28625d6bec629caff53e4d5d4498bde29d4edca3d15b284
7
+ data.tar.gz: 7e860d3c9a791f0b9c55266892d1094d237f947a2673dcea130f6ee83d4e9f202b8dc1ee6108495068eb534071f91e908628be683ac7dd594938a043f04a6307
@@ -2,6 +2,8 @@ name: cache-ci
2
2
  on:
3
3
  push:
4
4
  branches: [ master ]
5
+ schedule:
6
+ - cron: '0 0 */3 * *'
5
7
  jobs:
6
8
  build_ruby_cache:
7
9
  runs-on: ubuntu-20.04
data/lib/bard/ci.rb CHANGED
@@ -43,7 +43,7 @@ class Bard::CLI < Thor
43
43
  end
44
44
 
45
45
  def github_actions?
46
- File.exist?(".github/workflows/ci.yml")
46
+ `git remote get-url origin` =~ /^git@github\.com/
47
47
  end
48
48
  end
49
49
  end
data/lib/bard/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Bard
2
- VERSION = "0.50.4"
2
+ VERSION = "0.50.5"
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: 0.50.4
4
+ version: 0.50.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-27 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  requirements: []
182
- rubygems_version: 3.3.26
182
+ rubygems_version: 3.2.32
183
183
  signing_key:
184
184
  specification_version: 4
185
185
  summary: CLI to automate common development tasks.