pennyworth 11.2.0 → 11.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +14 -3
- data/lib/pennyworth/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f85796b32130ff231fbf7d9d517e2d8b94a8c5e02f6b3e13988da89c471dbe0a
|
4
|
+
data.tar.gz: 5c1a102d8bed90e755c0dbfe1ad2fc733d1a08b7fdedf61f26f4f9fb26bcb163
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91f0d615ba1bd2420ce5dc126f1638a6f347cc3122590cf4d43e4292d5588448e7e513dc4eef6c760ea2e247695d4837419abb3d006c04447870a4b7d8d7888f
|
7
|
+
data.tar.gz: fe6d0a9b7aacafa177d4370f9c959dd2432a7425fec441bb862c1cf2c0240e7b2fbebd3c946945e2a58a2acf4f3acafd1f0501150d0f7f952c52d0be3f620ac6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -16,7 +16,7 @@ image::https://circleci.com/gh/bkuhlmann/pennyworth.svg?style=svg[Circle CI Stat
|
|
16
16
|
Pennyworth is a command line interface and the perfect companion to
|
17
17
|
link:https://www.alfredapp.com[Alfred]. With Pennyworth, you can unlock the full potential of the
|
18
18
|
Ruby language by leveraging modern versions of Ruby through Alfred Workflows. Perfect for when you
|
19
|
-
want to advance beyond the
|
19
|
+
want to advance beyond the basic workflows Alfred provides by default.
|
20
20
|
|
21
21
|
toc::[]
|
22
22
|
|
@@ -36,9 +36,18 @@ video::https://www.alchemists.io/videos/projects/pennyworth/demo.mp4[poster=http
|
|
36
36
|
. link:https://www.gnu.org/software/bash[Bash]
|
37
37
|
. link:https://www.alfredapp.com[Alfred]
|
38
38
|
. link:https://www.alfredapp.com/purchase[Alfred Powerpack]
|
39
|
-
. {frum_link}
|
40
39
|
. link:https://www.ruby-lang.org[Ruby]
|
41
40
|
|
41
|
+
While using a Ruby version manager -- like {frum_link} -- is not a hard requirement, it is strongly
|
42
|
+
encouraged since a version manager will give you the freedom to toggle between different Ruby
|
43
|
+
versions since this gem has strict Ruby version requirements (especially in regards to using a
|
44
|
+
modern version of Ruby).
|
45
|
+
|
46
|
+
I would also like to point out that all of the workflows, scripts, examples for this gem use Bash
|
47
|
+
syntax. That said, if you are comfortable with translating Bash syntax to your shell syntax of
|
48
|
+
choice, you can make this gem work in different shells too. That is beyond the scope of this
|
49
|
+
document, though, so leave that exercise up to you.
|
50
|
+
|
42
51
|
== Setup
|
43
52
|
|
44
53
|
To install, run:
|
@@ -207,6 +216,8 @@ For the workflows that _do_ require Pennyworth support, the following assumption
|
|
207
216
|
Alfred to load your development environment before running the Alfred Workflow.
|
208
217
|
2. You have the latest version of Alfred, Ruby, and Pennyworth installed.
|
209
218
|
3. You are using a Ruby version manager, like {frum_link}, which ensures Ruby is on your load path.
|
219
|
+
As mentioned in the _Requirements_ section above, this is not a hard requirement so if you have
|
220
|
+
the correct version of Ruby required by this gem on your path, that'll work too.
|
210
221
|
|
211
222
|
With the above requirements in mind, the following sections document how to download and install all
|
212
223
|
Pennyworth workflows that are compatible with Alfred. Should you want to tweak any of these
|
@@ -502,7 +513,7 @@ Provides macOS utilities.
|
|
502
513
|
|
503
514
|
===== Terraform
|
504
515
|
|
505
|
-
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=
|
516
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=706,height=632,role=focal_point]
|
506
517
|
|
507
518
|
Provides link:https://www.terraform.io[Terraform] resources.
|
508
519
|
|
data/lib/pennyworth/identity.rb
CHANGED
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: 11.2.
|
4
|
+
version: 11.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
29
29
|
W2A=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2021-10-
|
31
|
+
date: 2021-10-21 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: dry-container
|
@@ -92,14 +92,14 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: '8.
|
95
|
+
version: '8.5'
|
96
96
|
type: :runtime
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: '8.
|
102
|
+
version: '8.5'
|
103
103
|
- !ruby/object:Gem::Dependency
|
104
104
|
name: runcom
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
@@ -120,14 +120,14 @@ dependencies:
|
|
120
120
|
requirements:
|
121
121
|
- - "~>"
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: '2.
|
123
|
+
version: '2.5'
|
124
124
|
type: :runtime
|
125
125
|
prerelease: false
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
127
127
|
requirements:
|
128
128
|
- - "~>"
|
129
129
|
- !ruby/object:Gem::Version
|
130
|
-
version: '2.
|
130
|
+
version: '2.5'
|
131
131
|
description:
|
132
132
|
email:
|
133
133
|
- brooke@alchemists.io
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
213
|
- !ruby/object:Gem::Version
|
214
214
|
version: '0'
|
215
215
|
requirements: []
|
216
|
-
rubygems_version: 3.2.
|
216
|
+
rubygems_version: 3.2.29
|
217
217
|
signing_key:
|
218
218
|
specification_version: 4
|
219
219
|
summary: A command line interface that augments Alfred workflows.
|
metadata.gz.sig
CHANGED
Binary file
|