pennyworth 16.0.0 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b07665d574b9b2422e8eb05b3e4cae0828b4b2532431d3ccdedefb1e1868a8c
4
- data.tar.gz: 1d76043e109f048343179e686bace92c8c91b1809a6131e2b6faa13af089bd20
3
+ metadata.gz: '08047459b77417133d9b93d7c6a4422ce9c9173b94cb8c86d0717ef8a057992a'
4
+ data.tar.gz: 614800c1e0cb29ce6dd829baf7b41fc82ebbaf7f2bc4c81db177282f9c96f516
5
5
  SHA512:
6
- metadata.gz: 59c0aacdf527c16e5f97e36c24dcddb8dbd73325e8a31bdacf7ffc1eab3de49ce672693408a9e31b301c4057ab32a7e3f816b91f4e69273a9bc229da9317b0ba
7
- data.tar.gz: 16f766fdbfaa2c19017575905db4c11cc5bfe55ec2d23536ce76ddab13576343615d92ce999a858e258ee0200b0ddf4709d2b28f4233dd3fb6f63c7cd8bb96c6
6
+ metadata.gz: de82df190b2b62a6abe6bab1edea47493cde4af2208d9e0c74cbe8e528bfb8d52e98293bff7393022166e193106a9d57660f7641c3f350e8bf39e5dd3d6fe35e
7
+ data.tar.gz: 7dd616c1100ed48f94d2a968f876de7fd3d40df84fc9b0b7181f666861bfbd6f9e3ef681a432f1579ca96d22819d425dd71de7c72523d4da239ee847fb7ae2cf
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -34,7 +34,7 @@ video::https://alchemists.io/videos/projects/pennyworth/demo.mp4[poster=https://
34
34
 
35
35
  While using a {ruby_version_managers_link} is not a hard requirement, it is strongly encouraged since a version manager will give you the freedom to toggle between different Ruby versions since this gem has strict Ruby version requirements (especially in regards to using a modern version of Ruby).
36
36
 
37
- All of the workflows, scripts, examples for this gem use {bash_link} syntax. That said, if you are comfortable with translating Bash syntax to your shell syntax of choice, you can make this gem work in different shells too. That is beyond the scope of this document, though, so leave that exercise up to you.
37
+ All of the workflows, scripts, examples for this gem use {bash_link} syntax. That said, if you are comfortable with translating Bash syntax to your shell syntax of choice, you can make this gem work in different shells too. That is beyond the scope of this document, though, so leave that exercise to you.
38
38
 
39
39
  == Setup
40
40
 
@@ -78,7 +78,7 @@ with others.
78
78
 
79
79
  From the command line, type `pennyworth` to view usage:
80
80
 
81
- image:https://alchemists.io/images/projects/pennyworth/screenshots/usage.png[Usage,width=668,height=499,role=focal_point]
81
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/usage.png[Usage,width=667,height=499,role=focal_point]
82
82
 
83
83
  While the command line options are nice, the real power comes from using Pennyworth in conjunction
84
84
  with link:https://www.alfredapp.com/help/workflows/inputs/script-filter/json[Alfred Script Filters].
@@ -445,6 +445,16 @@ Provides quick access to the link:https://htmx.org[HTMX] JavaScript library.
445
445
  double click to install.
446
446
  2. Click on _Configure Workflow_ to view documentation.
447
447
 
448
+ ===== Icon
449
+
450
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/icon.png[Icon workflow screenshot.,width=706,height=631,role=focal_point]
451
+
452
+ Provides quick access to icon resources.
453
+
454
+ 1. link:https://alchemists.io/public/alfred/workflows/icon.alfredworkflow[Download] and
455
+ double click to install.
456
+ 2. Click on _Configure Workflow_ to view documentation.
457
+
448
458
  ===== Internet Protocol (IP)
449
459
 
450
460
  image:https://alchemists.io/images/projects/pennyworth/screenshots/ip.png[IP workflow screenshot.,width=706,height=415,role=focal_point]
@@ -553,6 +563,16 @@ Provides quick access to SSL resources for the security conscious.
553
563
  1. link:https://alchemists.io/public/alfred/workflows/ssl.alfredworkflow[Download] and double click to install.
554
564
  2. Click on _Configure Workflow_ to view documentation.
555
565
 
566
+ ===== Tana
567
+
568
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/tana.png[Tana workflow screenshot.,width=706,height=631,role=focal_point]
569
+
570
+ Provides quick access to link:https://tana.inc[Tana] resources.
571
+
572
+ 1. link:https://alchemists.io/public/alfred/workflows/tana.alfredworkflow[Download] and
573
+ double click to install.
574
+ 2. Click on _Configure Workflow_ to view documentation.
575
+
556
576
  ===== Terraform
557
577
 
558
578
  image:https://alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=706,height=632,role=focal_point]
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 = "16.0.0"
5
+ spec.version = "16.1.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: 16.0.0
4
+ version: 16.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2024-01-01 00:00:00.000000000 Z
38
+ date: 2024-02-10 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: cogger
@@ -309,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
309
309
  - !ruby/object:Gem::Version
310
310
  version: '0'
311
311
  requirements: []
312
- rubygems_version: 3.5.3
312
+ rubygems_version: 3.5.6
313
313
  signing_key:
314
314
  specification_version: 4
315
315
  summary: A command line interface for augmenting Alfred workflows.
metadata.gz.sig CHANGED
Binary file