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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95f95fda957b7af37f24cb9e2a78e8610b759878e1b362e1bc8349a92fc55ecc
4
- data.tar.gz: 31327d9059fb763ba79ddbd5e7cd033c7fbbf6fbd868cab2b525df6cca171581
3
+ metadata.gz: 27df355ec52332d17fc49efb2c1627ff84150baaa610896b689066b58e74c732
4
+ data.tar.gz: a365a155b74e480708cdebf7c92fb5cbc543e81698c48c37ea9701ab9c97b84f
5
5
  SHA512:
6
- metadata.gz: fa2221cf39d531e1c2ee3416f219c11fe76b88c2cb3b645816eba19351dfc2678f7bdef3d1d3a4773d32efc0ad19b5fe3c102c7b215cb8a6895529b4dac553b7
7
- data.tar.gz: d87ae2026728c366354a81c7d342a6612302358aab2c3666c67c98df235d516190f74de36a129da6faa7e92f33f08bf194f437ee7e8bc634527e49bbf90cf733
6
+ metadata.gz: 8c2f49f2ce04f03ce6dd949d77420f2f663a35168db472d1ecdd9dc32f043c9b55b820883bfcf6c62747287f719c05a132de2bd49078fe08da782b60f2108705
7
+ data.tar.gz: c46b980e3cb0d667b0dc710141288b06b12727a99661deb1f5f45f5d530c4e8b58ab74ac41dd2d74073c58e5288d38126e015ec505fb007c6b362717715bb734
checksums.yaml.gz.sig CHANGED
Binary file
data/exe/pennyworth CHANGED
@@ -3,4 +3,4 @@
3
3
 
4
4
  require "pennyworth"
5
5
 
6
- Pennyworth::CLI::Shell.new.call ARGV
6
+ Pennyworth::CLI::Shell.new.call
@@ -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
- :alfred_preferences,
8
- :inflections,
9
- :git_hub_api_url,
10
- :git_hub_organization,
11
- :git_hub_user,
12
- :http_statuses_url,
13
- :ruby_gems_api_url,
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "pennyworth"
5
- spec.version = "15.0.2"
5
+ spec.version = "15.0.3"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/pennyworth"
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.2
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-06-22 00:00:00.000000000 Z
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.14
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