pennyworth 18.2.1 → 18.3.0

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: e43a60e1348e6af5646355d28d1be5ea987caa19509f88ccbc42146250d41d47
4
- data.tar.gz: 588456979e724202966730d2bcb64780a34b339d30ad131b8948986c56bfbb70
3
+ metadata.gz: 8f158c21710e692bca4482ecca475044a8035958a9c6a69f236341cdae829550
4
+ data.tar.gz: 6f53bb388fc1257a1d76abe6b89cf11733ce32af1e4a2da7b357fa08aa0f80da
5
5
  SHA512:
6
- metadata.gz: ee2d2353b31645ef55742d463120acac437d1723dbe1e42589e19dbad96d529a98cca80f53adce87337ca78861f45b78044370b41bce8ea8f42d1d55e12f8228
7
- data.tar.gz: 1a79af2d050e1509831c525078454b2ebc86a29de8d8e479e66ce92fff2d58bfc092cef2368f4092a28c1322b1dea0731ced3adf03348a50f7153ca15063bfbc
6
+ metadata.gz: 911ef18133215cdb839dd874d72ccd82dbecd3e8e72cee88c8055ad2dcc0ef0e5d9599c2fd415a10927eb6fa27d1ea7ac5bd6a4aa5046fafa0fd03cbed7b7384
7
+ data.tar.gz: f4bf2cd214f2ae4733c43c20d8a562af417f5b2e3a98b34c7f007d7d83542a6c59eeb7a3a2bf0f028360091ec074eb7169883651a47828665579edeae8b76864
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -509,16 +509,6 @@ Provides quick access to link:https://en.wikipedia.org/wiki/Internet_Protocol[IP
509
509
  double click to install.
510
510
  2. Click on _Configure Workflow_ to view documentation.
511
511
 
512
- ===== Kagi
513
-
514
- image:https://alchemists.io/images/projects/pennyworth/screenshots/kagi.png[Kagi screenshot.,width=706,height=631,role=focal_point]
515
-
516
- Provides quick access to link:https://kagi.com[Kagi] tooling and resources.
517
-
518
- 1. link:https://alchemists.io/public/alfred/workflows/kagi.alfredworkflow[Download] and
519
- double click to install.
520
- 2. Click on _Configure Workflow_ to view documentation.
521
-
522
512
  ===== macOS
523
513
 
524
514
  image:https://alchemists.io/images/projects/pennyworth/screenshots/mac_os.png[macOS workflow screenshot.,width=706,height=200,role=focal_point]
@@ -28,6 +28,7 @@ inflections:
28
28
  - "Irb": "IRB"
29
29
  - "Irb Kit": "IRB Kit"
30
30
  - "Json": "JSON"
31
+ - "Kagi Api": "Kagi API"
31
32
  - "Mac Os Config": "macOS Configuration"
32
33
  - "Mac Os": "MacOS"
33
34
  - "Net Ftp": "Net FTP"
data/lib/pennyworth.rb CHANGED
@@ -15,6 +15,6 @@ end
15
15
  # Main namespace.
16
16
  module Pennyworth
17
17
  def self.loader registry = Zeitwerk::Registry
18
- @loader ||= registry.loaders.find { |loader| loader.tag == File.basename(__FILE__, ".rb") }
18
+ @loader ||= registry.loaders.each.find { |loader| loader.tag == File.basename(__FILE__, ".rb") }
19
19
  end
20
20
  end
data/pennyworth.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "pennyworth"
5
- spec.version = "18.2.1"
5
+ spec.version = "18.3.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/pennyworth"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pennyworth
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.2.1
4
+ version: 18.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
326
326
  - !ruby/object:Gem::Version
327
327
  version: '0'
328
328
  requirements: []
329
- rubygems_version: 3.6.8
329
+ rubygems_version: 3.6.9
330
330
  specification_version: 4
331
331
  summary: A command line interface for augmented Alfred workflows.
332
332
  test_files: []
metadata.gz.sig CHANGED
Binary file