pennyworth 18.5.0 → 18.6.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +1 -26
- data/lib/pennyworth/configuration/defaults.yml +0 -19
- data/pennyworth.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: ec7ddf5d7728c9d85bca38b2aff1943bb370443cf8c0d02125fb951c560c3502
|
4
|
+
data.tar.gz: 28cb57d701802f48feaa7b8babd84eaf16a873a89e1d1ef1cda2ca6495e1f68b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 729ec25d03a660d2f748bf449b74993e969442a8906b7fa1f9182be7df7f733d2319c5ab838d98cdfe6745cbda6729275a1d16d7c8ff97639473ff470453bc82
|
7
|
+
data.tar.gz: 6611333f405da112ae3cd853149499753c3b6bccb91eb1b0c8d17f8506dc2a4f4bae990e6da1663cc396307dc038d74178bde9ce31337d45a11371d85eff409f
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -107,13 +107,6 @@ The default configuration is as follows:
|
|
107
107
|
inflections:
|
108
108
|
- "Base64": "Base64"
|
109
109
|
- "Bigdecimal": "BigDecimal"
|
110
|
-
- "Byod": "BYOD"
|
111
|
-
- "Byos Django": "BYOS Django"
|
112
|
-
- "Byos Hanami": "Terminus"
|
113
|
-
- "Byos Laravel": "BYOS Laravel"
|
114
|
-
- "Byos Next": "BYOS Next"
|
115
|
-
- "Byos Phoenix": "BYOS Phoenix"
|
116
|
-
- "Byos Sinatra": "BYOS Sinatra"
|
117
110
|
- "Cgi": "CGI"
|
118
111
|
- "Cmath": "CMath"
|
119
112
|
- "Csv": "CSV"
|
@@ -134,6 +127,7 @@ inflections:
|
|
134
127
|
- "Irb": "IRB"
|
135
128
|
- "Irb Kit": "IRB Kit"
|
136
129
|
- "Json": "JSON"
|
130
|
+
- "Kagi Api": "Kagi API"
|
137
131
|
- "Mac Os Config": "macOS Configuration"
|
138
132
|
- "Mac Os": "MacOS"
|
139
133
|
- "Net Ftp": "Net FTP"
|
@@ -146,9 +140,7 @@ inflections:
|
|
146
140
|
- "Openssl": "OpenSSL"
|
147
141
|
- "Optparse": "Option Parser"
|
148
142
|
- "Ostruct": "OpenStruct"
|
149
|
-
- "Pkce": "PKCE"
|
150
143
|
- "Pp": "PP"
|
151
|
-
- "Prawn Plus": "Prawn+"
|
152
144
|
- "Prettyprint": "Pretty Print"
|
153
145
|
- "Pstore": "PStore"
|
154
146
|
- "Rbs": "RBS"
|
@@ -175,13 +167,6 @@ inflections:
|
|
175
167
|
- "Tempfile": "Temporary File"
|
176
168
|
- "Thwait": "Threads Wait"
|
177
169
|
- "Tmpdir": "Temporary Directory"
|
178
|
-
- "Trmnl Api": "TRMNL API"
|
179
|
-
- "Trmnl Chrome": "TRMNL Chrome"
|
180
|
-
- "Trmnl Component": "TRMNL Component"
|
181
|
-
- "Trmnl Display": "TRMNL Display"
|
182
|
-
- "Trmnl I18n": "TRMNL i18n"
|
183
|
-
- "Trmnl Kindle": "TRMNL Kindle"
|
184
|
-
- "Trmnlp": "TRMNL Preview"
|
185
170
|
- "Tsort": "TSort"
|
186
171
|
- "Typeprof": "Type Profiler"
|
187
172
|
- "Un": "un"
|
@@ -304,16 +289,6 @@ Provides quick access to link:https://www.ruby-lang.org[Ruby] resources.
|
|
304
289
|
double click to install.
|
305
290
|
2. Click on _Configure Workflow_ to view documentation.
|
306
291
|
|
307
|
-
===== TRMNL
|
308
|
-
|
309
|
-
image:https://alchemists.io/images/projects/pennyworth/screenshots/trmnl.png[TRMNL workflow screenshot.,width=706,height=631,role=focal_point]
|
310
|
-
|
311
|
-
Provides quick access to link:https://usetrmnl.com[TRMNL] resources.
|
312
|
-
|
313
|
-
1. link:https://alchemists.io/public/alfred/workflows/trmnl.alfredworkflow[Download] and
|
314
|
-
double click to install.
|
315
|
-
2. Click on _Configure Workflow_ to view documentation.
|
316
|
-
|
317
292
|
==== Ruby Optional
|
318
293
|
|
319
294
|
The following workflows don't require {ruby_link} -- or this gem -- to use but are provided for convenience in case they can augment your own workflow further.
|
@@ -1,13 +1,6 @@
|
|
1
1
|
inflections:
|
2
2
|
- "Base64": "Base64"
|
3
3
|
- "Bigdecimal": "BigDecimal"
|
4
|
-
- "Byod": "BYOD"
|
5
|
-
- "Byos Django": "BYOS Django"
|
6
|
-
- "Byos Hanami": "Terminus"
|
7
|
-
- "Byos Laravel": "BYOS Laravel"
|
8
|
-
- "Byos Next": "BYOS Next"
|
9
|
-
- "Byos Phoenix": "BYOS Phoenix"
|
10
|
-
- "Byos Sinatra": "BYOS Sinatra"
|
11
4
|
- "Cgi": "CGI"
|
12
5
|
- "Cmath": "CMath"
|
13
6
|
- "Csv": "CSV"
|
@@ -41,9 +34,7 @@ inflections:
|
|
41
34
|
- "Openssl": "OpenSSL"
|
42
35
|
- "Optparse": "Option Parser"
|
43
36
|
- "Ostruct": "OpenStruct"
|
44
|
-
- "Pkce": "PKCE"
|
45
37
|
- "Pp": "PP"
|
46
|
-
- "Prawn Plus": "Prawn+"
|
47
38
|
- "Prettyprint": "Pretty Print"
|
48
39
|
- "Pstore": "PStore"
|
49
40
|
- "Rbs": "RBS"
|
@@ -70,16 +61,6 @@ inflections:
|
|
70
61
|
- "Tempfile": "Temporary File"
|
71
62
|
- "Thwait": "Threads Wait"
|
72
63
|
- "Tmpdir": "Temporary Directory"
|
73
|
-
- "Trmnl Android": "TRMNL Android"
|
74
|
-
- "Trmnl Api": "TRMNL API"
|
75
|
-
- "Trmnl Chrome": "TRMNL Chrome"
|
76
|
-
- "Trmnl Component": "TRMNL Component"
|
77
|
-
- "Trmnl Display": "TRMNL Display"
|
78
|
-
- "Trmnl Firmware": "TRMNL Firmware"
|
79
|
-
- "Trmnl I18n": "TRMNL i18n"
|
80
|
-
- "Trmnl Kindle": "TRMNL Kindle"
|
81
|
-
- "Trmnl Kobo": "TRMNL Kobo"
|
82
|
-
- "Trmnlp": "TRMNL Preview"
|
83
64
|
- "Tsort": "TSort"
|
84
65
|
- "Typeprof": "Type Profiler"
|
85
66
|
- "Un": "un"
|
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.
|
5
|
+
spec.version = "18.6.0"
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
8
8
|
spec.homepage = "https://alchemists.io/projects/pennyworth"
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
32
32
|
spec.add_dependency "infusible", "~> 4.0"
|
33
33
|
spec.add_dependency "ox", "~> 2.14"
|
34
34
|
spec.add_dependency "rack", "~> 3.1"
|
35
|
-
spec.add_dependency "refinements", "~> 13.
|
35
|
+
spec.add_dependency "refinements", "~> 13.5"
|
36
36
|
spec.add_dependency "runcom", "~> 12.0"
|
37
37
|
spec.add_dependency "sod", "~> 1.0"
|
38
38
|
spec.add_dependency "spek", "~> 4.0"
|
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.
|
4
|
+
version: 18.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -167,14 +167,14 @@ dependencies:
|
|
167
167
|
requirements:
|
168
168
|
- - "~>"
|
169
169
|
- !ruby/object:Gem::Version
|
170
|
-
version: '13.
|
170
|
+
version: '13.5'
|
171
171
|
type: :runtime
|
172
172
|
prerelease: false
|
173
173
|
version_requirements: !ruby/object:Gem::Requirement
|
174
174
|
requirements:
|
175
175
|
- - "~>"
|
176
176
|
- !ruby/object:Gem::Version
|
177
|
-
version: '13.
|
177
|
+
version: '13.5'
|
178
178
|
- !ruby/object:Gem::Dependency
|
179
179
|
name: runcom
|
180
180
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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.7.
|
329
|
+
rubygems_version: 3.7.2
|
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
|