pennyworth 9.2.0 → 9.3.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.tar.gz.sig +0 -0
- data/README.adoc +5 -5
- data/lib/pennyworth/cli.rb +0 -2
- data/lib/pennyworth/identity.rb +1 -1
- metadata +12 -12
- 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: 2eb83c7bd73775fa1457b4b3200e262db1f0554c51397bda4585ea398c097b7d
|
|
4
|
+
data.tar.gz: 9b5fe2fc8cc2a7ebe29de48f07370b76e624c61497fe13a448b2e2a743fefb9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba9e4ca792619829c484abeef1db83592100add83bd1823c34d489bf8b18c5d4f2ee2f61859ac47aed4cb0e795554ed89885f8046330e649ee76a0b247789613
|
|
7
|
+
data.tar.gz: 1eb0a6240e9741d78be37a086c2ee921e49368c62023fac75a62bd77ef8cb2e1d8442dbdf145cc05b21c871748070737460e5ada3b427872a2991bcf9dbf93e5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -23,11 +23,11 @@ Workflow]
|
|
|
23
23
|
|
|
24
24
|
== Requirements
|
|
25
25
|
|
|
26
|
-
. https://www.apple.com/macos[macOS]
|
|
27
|
-
. https://www.alfredapp.com[Alfred]
|
|
28
|
-
. https://www.alfredapp.com/purchase[Alfred Powerpack]
|
|
29
|
-
. https://github.com/postmodern/chruby[chruby]
|
|
30
|
-
. https://www.ruby-lang.org[Ruby
|
|
26
|
+
. https://www.apple.com/macos[macOS]
|
|
27
|
+
. https://www.alfredapp.com[Alfred]
|
|
28
|
+
. https://www.alfredapp.com/purchase[Alfred Powerpack]
|
|
29
|
+
. https://github.com/postmodern/chruby[chruby]
|
|
30
|
+
. https://www.ruby-lang.org[Ruby]
|
|
31
31
|
|
|
32
32
|
== Setup
|
|
33
33
|
|
data/lib/pennyworth/cli.rb
CHANGED
|
@@ -58,7 +58,6 @@ module Pennyworth
|
|
|
58
58
|
desc: "Calculate string size.",
|
|
59
59
|
type: :boolean,
|
|
60
60
|
default: false
|
|
61
|
-
# rubocop:disable Metrics/CyclomaticComplexity
|
|
62
61
|
# rubocop:disable Metrics/PerceivedComplexity
|
|
63
62
|
def string value
|
|
64
63
|
if options.downcase? then say value.downcase
|
|
@@ -70,7 +69,6 @@ module Pennyworth
|
|
|
70
69
|
else say "Type 'pennyworth help string' for usage."
|
|
71
70
|
end
|
|
72
71
|
end
|
|
73
|
-
# rubocop:enable Metrics/CyclomaticComplexity
|
|
74
72
|
# rubocop:enable Metrics/PerceivedComplexity
|
|
75
73
|
|
|
76
74
|
desc "-i, [--install]", "Install Alfred Workflows."
|
data/lib/pennyworth/identity.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pennyworth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.
|
|
4
|
+
version: 9.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
|
|
29
29
|
QWc=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2020-
|
|
31
|
+
date: 2020-07-23 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: refinements
|
|
@@ -92,28 +92,28 @@ dependencies:
|
|
|
92
92
|
requirements:
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: '14.
|
|
95
|
+
version: '14.2'
|
|
96
96
|
type: :development
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - "~>"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '14.
|
|
102
|
+
version: '14.2'
|
|
103
103
|
- !ruby/object:Gem::Dependency
|
|
104
|
-
name: git-
|
|
104
|
+
name: git-lint
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
107
|
- - "~>"
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: '
|
|
109
|
+
version: '1.0'
|
|
110
110
|
type: :development
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '
|
|
116
|
+
version: '1.0'
|
|
117
117
|
- !ruby/object:Gem::Dependency
|
|
118
118
|
name: guard-rspec
|
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +268,7 @@ dependencies:
|
|
|
268
268
|
- - "~>"
|
|
269
269
|
- !ruby/object:Gem::Version
|
|
270
270
|
version: '0.18'
|
|
271
|
-
description:
|
|
271
|
+
description:
|
|
272
272
|
email:
|
|
273
273
|
- brooke@alchemists.io
|
|
274
274
|
executables:
|
|
@@ -303,7 +303,7 @@ metadata:
|
|
|
303
303
|
changelog_uri: https://www.alchemists.io/projects/pennyworth/changes.html
|
|
304
304
|
documentation_uri: https://www.alchemists.io/projects/pennyworth
|
|
305
305
|
source_code_uri: https://github.com/bkuhlmann/pennyworth
|
|
306
|
-
post_install_message:
|
|
306
|
+
post_install_message:
|
|
307
307
|
rdoc_options: []
|
|
308
308
|
require_paths:
|
|
309
309
|
- lib
|
|
@@ -318,8 +318,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
318
318
|
- !ruby/object:Gem::Version
|
|
319
319
|
version: '0'
|
|
320
320
|
requirements: []
|
|
321
|
-
rubygems_version: 3.1.
|
|
322
|
-
signing_key:
|
|
321
|
+
rubygems_version: 3.1.4
|
|
322
|
+
signing_key:
|
|
323
323
|
specification_version: 4
|
|
324
324
|
summary: A command line interface that enhances Alfred with Ruby support.
|
|
325
325
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|