pennyworth 11.2.1 → 11.2.2
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 +5 -0
- data/{bin → exe}/pennyworth +0 -0
- data/lib/pennyworth/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -5
- 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: 903c4fca3a422a92c5f588e9179038c48ef4d356b1906421949e89b1304d61ea
|
|
4
|
+
data.tar.gz: 90cd215659947df025550061538b330301aaec26f53d81306bb3519613604fea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4cdeb0f874f65d6ad8fd7c5b56e8f538845e70ae67a0285f90dfc7b61a1d843a6921ae6449848f8293d0d2d28cc119ee525a23e494c3fb3c48b424f61ee1754
|
|
7
|
+
data.tar.gz: 398603a24c0cde29a88cef50eb44bec73da085f6f9ba73b166be899e6879ca027be57448e0583a00ccac56165804f194029f155f36f0d7e32aa5d50ee046237c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -596,6 +596,11 @@ participating in this project you agree to abide by its terms.
|
|
|
596
596
|
|
|
597
597
|
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
|
598
598
|
|
|
599
|
+
== Community
|
|
600
|
+
|
|
601
|
+
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
|
602
|
+
to this project and much more.
|
|
603
|
+
|
|
599
604
|
== License
|
|
600
605
|
|
|
601
606
|
Read link:LICENSE.adoc[LICENSE] for details.
|
data/{bin → exe}/pennyworth
RENAMED
|
File without changes
|
data/lib/pennyworth/identity.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: exe
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
|
29
29
|
W2A=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2021-
|
|
31
|
+
date: 2021-11-20 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: dry-container
|
|
@@ -140,7 +140,7 @@ extra_rdoc_files:
|
|
|
140
140
|
files:
|
|
141
141
|
- LICENSE.adoc
|
|
142
142
|
- README.adoc
|
|
143
|
-
-
|
|
143
|
+
- exe/pennyworth
|
|
144
144
|
- lib/pennyworth.rb
|
|
145
145
|
- lib/pennyworth/cli/actions/config.rb
|
|
146
146
|
- lib/pennyworth/cli/actions/encodings.rb
|
|
@@ -197,6 +197,7 @@ metadata:
|
|
|
197
197
|
bug_tracker_uri: https://github.com/bkuhlmann/pennyworth/issues
|
|
198
198
|
changelog_uri: https://www.alchemists.io/projects/pennyworth/changes.html
|
|
199
199
|
documentation_uri: https://www.alchemists.io/projects/pennyworth
|
|
200
|
+
rubygems_mfa_required: 'true'
|
|
200
201
|
source_code_uri: https://github.com/bkuhlmann/pennyworth
|
|
201
202
|
post_install_message:
|
|
202
203
|
rdoc_options: []
|
|
@@ -213,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
214
|
- !ruby/object:Gem::Version
|
|
214
215
|
version: '0'
|
|
215
216
|
requirements: []
|
|
216
|
-
rubygems_version: 3.2.
|
|
217
|
+
rubygems_version: 3.2.31
|
|
217
218
|
signing_key:
|
|
218
219
|
specification_version: 4
|
|
219
220
|
summary: A command line interface that augments Alfred workflows.
|
metadata.gz.sig
CHANGED
|
Binary file
|