pennyworth 11.2.1 → 11.2.2

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: f85796b32130ff231fbf7d9d517e2d8b94a8c5e02f6b3e13988da89c471dbe0a
4
- data.tar.gz: 5c1a102d8bed90e755c0dbfe1ad2fc733d1a08b7fdedf61f26f4f9fb26bcb163
3
+ metadata.gz: 903c4fca3a422a92c5f588e9179038c48ef4d356b1906421949e89b1304d61ea
4
+ data.tar.gz: 90cd215659947df025550061538b330301aaec26f53d81306bb3519613604fea
5
5
  SHA512:
6
- metadata.gz: 91f0d615ba1bd2420ce5dc126f1638a6f347cc3122590cf4d43e4292d5588448e7e513dc4eef6c760ea2e247695d4837419abb3d006c04447870a4b7d8d7888f
7
- data.tar.gz: fe6d0a9b7aacafa177d4370f9c959dd2432a7425fec441bb862c1cf2c0240e7b2fbebd3c946945e2a58a2acf4f3acafd1f0501150d0f7f952c52d0be3f620ac6
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.
File without changes
@@ -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.2.1"
9
+ VERSION = "11.2.2"
10
10
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
11
11
  end
12
12
  end
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.1
4
+ version: 11.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
8
8
  autorequire:
9
- bindir: bin
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-10-21 00:00:00.000000000 Z
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
- - bin/pennyworth
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.29
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