pennyworth 11.1.2 → 11.1.3
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 +28 -2
- data/lib/pennyworth/identity.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: b5ca5cae94ed3549fb6296ddd44bc79f00f9107f7e317934f36722236531d1b6
|
4
|
+
data.tar.gz: fffac7c9eaefc9ce8dd2fbffd65fa92dfc8ecbb88e1d4afa3313cc58e5c6655d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9d5486017dcf52d200c0f785e2871b1e31cdf15e537a60db9521dc6b5a8b9ea59bd8edaa18aad629193e21c90fdb28166753c7c4f8de725d826e250fd016c3f
|
7
|
+
data.tar.gz: 9bedbf79859a05f6c5613c2c9e67c7b343b62b33d5044dde3a21e5c93492571248ee7a7f65d4f0a6b69023a610df1ae453bafb9fa9c03093baa189545f51a68a
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -13,7 +13,10 @@ image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchem
|
|
13
13
|
[link=https://circleci.com/gh/bkuhlmann/pennyworth]
|
14
14
|
image::https://circleci.com/gh/bkuhlmann/pennyworth.svg?style=svg[Circle CI Status]
|
15
15
|
|
16
|
-
|
16
|
+
Pennyworth is a command line interface and the perfect companion to
|
17
|
+
link:https://www.alfredapp.com[Alfred]. With Pennyworth, you can unlock the full potential of the
|
18
|
+
Ruby language by leveraging modern versions of Ruby through Alfred Workflows. Perfect for when you
|
19
|
+
want to advance beyond the based workflows Alfred provides by default.
|
17
20
|
|
18
21
|
toc::[]
|
19
22
|
|
@@ -145,6 +148,29 @@ The default configuration is as follows:
|
|
145
148
|
- "Rubocop Ast": "Rubocop AST"
|
146
149
|
- "Rubocop Md": "Rubocop Markdown"
|
147
150
|
- "Rubocop Rspec": "Rubocop RSpec"
|
151
|
+
- "Tty Box": "TTY Box"
|
152
|
+
- "Tty Color": "TTY Color"
|
153
|
+
- "Tty Command": "TTY Command"
|
154
|
+
- "Tty Config": "TTY Config"
|
155
|
+
- "Tty Cursor": "TTY Cursor"
|
156
|
+
- "Tty Editor": "TTY Editor"
|
157
|
+
- "Tty File": "TTY File"
|
158
|
+
- "Tty Font": "TTY Font"
|
159
|
+
- "Tty Link": "TTY Link"
|
160
|
+
- "Tty Logger": "TTY Logger"
|
161
|
+
- "Tty Markdown": "TTY Markdown"
|
162
|
+
- "Tty Option": "TTY Option"
|
163
|
+
- "Tty Pager": "TTY Pager"
|
164
|
+
- "Tty Pie": "TTY Pie"
|
165
|
+
- "Tty Platform": "TTY Platform"
|
166
|
+
- "Tty Progressbar": "TTY ProgressBar"
|
167
|
+
- "Tty Prompt": "TTY Prompt"
|
168
|
+
- "Tty Reader": "TTY Reader"
|
169
|
+
- "Tty Screen": "TTY Screen"
|
170
|
+
- "Tty Spinner": "TTY Spinner"
|
171
|
+
- "Tty Table": "TTY Table"
|
172
|
+
- "Tty Tree": "TTY Tree"
|
173
|
+
- "Tty Which": "TTY Which"
|
148
174
|
- "Xdg": "XDG"
|
149
175
|
:git_hub:
|
150
176
|
:api_url: "https://api.github.com"
|
@@ -341,7 +367,7 @@ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-text
|
|
341
367
|
This keyword is for is for basic text manipulation. Supply a string, phrase, or sentence and let
|
342
368
|
Pennyworth calculate all transformations and information you might need.
|
343
369
|
|
344
|
-
Type `text` to activate plus
|
370
|
+
Type `text` to activate plus any string or phrase to transform. Use `ENTER` to copy text to
|
345
371
|
clipboard.
|
346
372
|
|
347
373
|
===== UUID
|
data/lib/pennyworth/identity.rb
CHANGED
@@ -6,7 +6,7 @@ module Pennyworth
|
|
6
6
|
NAME = "pennyworth"
|
7
7
|
LABEL = "Pennyworth"
|
8
8
|
SUMMARY = "A command line interface that augments Alfred workflows."
|
9
|
-
VERSION = "11.1.
|
10
|
-
VERSION_LABEL = "#{LABEL} #{VERSION}"
|
9
|
+
VERSION = "11.1.3"
|
10
|
+
VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
|
11
11
|
end
|
12
12
|
end
|
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.1.
|
4
|
+
version: 11.1.3
|
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-
|
31
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: dry-container
|
@@ -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.27
|
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
|