pennyworth 11.0.1 → 11.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: 281ec69b0fdefb5e3a26b1f97876641fcc42fe23da87d363c9249c5e64d04d8c
4
- data.tar.gz: d971ee1204c17d7eb211275458394a2f930ae7cf7cec83a4efd3f06fcde33abf
3
+ metadata.gz: 7728d713e396e5b7057ada093978e762b4f3391cf8d6a677d62e099b34fd23cf
4
+ data.tar.gz: 4e75b766da7c629ea61dcc9a37985adca377f14d8d7f836704c947db8ad5094b
5
5
  SHA512:
6
- metadata.gz: da76fbccc61b57f3959cd9d8bec3c990df95104dd48c8630ec9d4cab5534644ad87438ab308ecb57c8fdf0251f2c8b635ab06d1140ef50edc28a079c1d187d26
7
- data.tar.gz: 020116b2219d45c1b7e3d5b8eb0804ce177520afe41cf47db219c07e2701415bd81b2e80559ae54eb7eaeec8c388da3253b4f8b65e003d28221dc1c170daac39
6
+ metadata.gz: 27f7eb459bfcc51ed7e36f90ebe8dbd8a4ce4bc7254366a494364b4ff0ea0c3cafa622e37762d0122974637c46d8ede3eee6a521306a79a21a0acaa846f88a0f
7
+ data.tar.gz: abe30a6358ed349bcee58e15f8ab2379dd93146c86cd785de142ada9ab75ce987d364c971962ddf9885c3fb3ef3de68c17d9b9085a510b3c656086df98bc925c
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -13,8 +13,6 @@ image::https://circleci.com/gh/bkuhlmann/pennyworth.svg?style=svg[Circle CI Stat
13
13
 
14
14
  A command line interface that augments link:https://www.alfredapp.com[Alfred] workflows.
15
15
 
16
-
17
-
18
16
  toc::[]
19
17
 
20
18
  == Features
@@ -289,7 +287,7 @@ label, or `COMMAND` to view documentation.
289
287
 
290
288
  ===== Number
291
289
 
292
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-number.png[Hex,width=706,height=200,role=focal_point]
290
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-number.png[Number,width=706,height=200,role=focal_point]
293
291
 
294
292
  This keyword allows you to generate a random number.
295
293
 
@@ -298,7 +296,7 @@ length.
298
296
 
299
297
  ===== Repeat
300
298
 
301
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-repeat.png[Hex,width=706,height=200,role=focal_point]
299
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-repeat.png[Repeat,width=706,height=200,role=focal_point]
302
300
 
303
301
  This keyword allows you to generate a repeating sequence of the same character(s).
304
302
 
@@ -338,12 +336,22 @@ clipboard.
338
336
 
339
337
  ===== UUID
340
338
 
341
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-uuid.png[Hex,width=706,height=200,role=focal_point]
339
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-uuid.png[UUID,width=706,height=200,role=focal_point]
342
340
 
343
341
  This keyword allows you to generate a random Universally Unique IDentifier (UUID).
344
342
 
345
343
  Type `uuid` to activate and `ENTER` generate.
346
344
 
345
+ ===== Version
346
+
347
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-version.png[Version,width=706,height=254,role=focal_point]
348
+
349
+ This keyword allows you obtain Ruby version information.
350
+
351
+ Type `version` to activate and `ENTER` generate. Optionally, you can press `OPTION` when selected to
352
+ answer the Ruby version used by Alfred since Alfred defaults to using whatever version is supplied
353
+ by macOS.
354
+
347
355
  ==== Other
348
356
 
349
357
  The following workflows don't require Pennyworth support but are provided for convenience in case
@@ -375,6 +383,12 @@ to install:
375
383
  general text manipulation utilities beyond the Pennyworth powered _text_ keyword (mentioned
376
384
  earlier).
377
385
 
386
+ == Architecture
387
+
388
+ The following documents the workfow used to process all actions from Alfred.
389
+
390
+ image::/doc/architecture.svg[Architecture Diagram]
391
+
378
392
  == Troubleshooting
379
393
 
380
394
  * link:https://github.com/ruby/psych[Psych] 4.0.0 has a
@@ -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.0.1"
9
+ VERSION = "11.1.0"
10
10
  VERSION_LABEL = "#{LABEL} #{VERSION}"
11
11
  end
12
12
  end
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.0.1
4
+ version: 11.1.0
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-06-05 00:00:00.000000000 Z
31
+ date: 2021-06-08 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: dry-container
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.7'
39
+ version: '0.8'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0.7'
46
+ version: '0.8'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: http
49
49
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file