pennyworth 15.0.2 → 15.0.3
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/exe/pennyworth +1 -1
- data/lib/pennyworth/configuration/model.rb +8 -15
- data/pennyworth.gemspec +1 -1
- 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: 27df355ec52332d17fc49efb2c1627ff84150baaa610896b689066b58e74c732
|
|
4
|
+
data.tar.gz: a365a155b74e480708cdebf7c92fb5cbc543e81698c48c37ea9701ab9c97b84f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c2f49f2ce04f03ce6dd949d77420f2f663a35168db472d1ecdd9dc32f043c9b55b820883bfcf6c62747287f719c05a132de2bd49078fe08da782b60f2108705
|
|
7
|
+
data.tar.gz: c46b980e3cb0d667b0dc710141288b06b12727a99661deb1f5f45f5d530c4e8b58ab74ac41dd2d74073c58e5288d38126e015ec505fb007c6b362717715bb734
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/exe/pennyworth
CHANGED
|
@@ -3,20 +3,13 @@
|
|
|
3
3
|
module Pennyworth
|
|
4
4
|
module Configuration
|
|
5
5
|
# Defines configuration content as the primary source of truth for use throughout the gem.
|
|
6
|
-
Model = Struct.new
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
:ruby_gems_owner
|
|
15
|
-
) do
|
|
16
|
-
def initialize(**)
|
|
17
|
-
super
|
|
18
|
-
freeze
|
|
19
|
-
end
|
|
20
|
-
end
|
|
6
|
+
Model = Struct.new :alfred_preferences,
|
|
7
|
+
:inflections,
|
|
8
|
+
:git_hub_api_url,
|
|
9
|
+
:git_hub_organization,
|
|
10
|
+
:git_hub_user,
|
|
11
|
+
:http_statuses_url,
|
|
12
|
+
:ruby_gems_api_url,
|
|
13
|
+
:ruby_gems_owner
|
|
21
14
|
end
|
|
22
15
|
end
|
data/pennyworth.gemspec
CHANGED
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: 15.0.
|
|
4
|
+
version: 15.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2023-
|
|
38
|
+
date: 2023-07-01 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: cogger
|
|
@@ -293,7 +293,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
293
293
|
- !ruby/object:Gem::Version
|
|
294
294
|
version: '0'
|
|
295
295
|
requirements: []
|
|
296
|
-
rubygems_version: 3.4.
|
|
296
|
+
rubygems_version: 3.4.15
|
|
297
297
|
signing_key:
|
|
298
298
|
specification_version: 4
|
|
299
299
|
summary: A command line interface for augmenting Alfred workflows.
|
metadata.gz.sig
CHANGED
|
Binary file
|