sucker_punch 3.2.0 → 3.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
- data/.github/workflows/build.yml +2 -2
- data/lib/sucker_punch/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edcd9bb13d510ab50b301789f3669017ddb747af1c852021ac65c32f31f93976
|
|
4
|
+
data.tar.gz: ecc2b0a16df613d9e260ada40c9bd8a935c215348e707779199811af4cd4f445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c432a57d47ec2f7fe310d82e788ee6a8a385fdec0e833dd86df902ccfeebb2ba4c0b129e2cf7ab8bcd91dccd0921e5af2fbd71cbd4f4238aff5124dabd58ada
|
|
7
|
+
data.tar.gz: 805b65f6848336f407bcfd15f4975c158c95e17eb3d5ed20573fdd4a9cc96871b63415723587c8e4ff6b59865760bf18d3f7d9e946bc3e1f0a18cee0fc1d911b
|
data/.github/workflows/build.yml
CHANGED
|
@@ -19,10 +19,10 @@ jobs:
|
|
|
19
19
|
runs-on: ubuntu-latest
|
|
20
20
|
strategy:
|
|
21
21
|
matrix:
|
|
22
|
-
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'jruby', 'truffleruby', 'truffleruby-head']
|
|
22
|
+
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby', 'truffleruby', 'truffleruby-head']
|
|
23
23
|
|
|
24
24
|
steps:
|
|
25
|
-
- uses: actions/checkout@
|
|
25
|
+
- uses: actions/checkout@v6
|
|
26
26
|
|
|
27
27
|
- name: Set up Ruby ${{ matrix.ruby-version }}
|
|
28
28
|
uses: ruby/setup-ruby@v1
|
data/lib/sucker_punch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sucker_punch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Hilkert
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-12-23 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rake
|
|
@@ -106,7 +105,6 @@ metadata:
|
|
|
106
105
|
changelog_uri: https://github.com/brandonhilkert/sucker_punch/blob/master/CHANGES.md
|
|
107
106
|
source_code_uri: https://github.com/brandonhilkert/sucker_punch
|
|
108
107
|
bug_tracker_uri: https://github.com/brandonhilkert/sucker_punch/issues
|
|
109
|
-
post_install_message:
|
|
110
108
|
rdoc_options: []
|
|
111
109
|
require_paths:
|
|
112
110
|
- lib
|
|
@@ -121,8 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
119
|
- !ruby/object:Gem::Version
|
|
122
120
|
version: '0'
|
|
123
121
|
requirements: []
|
|
124
|
-
rubygems_version: 3.
|
|
125
|
-
signing_key:
|
|
122
|
+
rubygems_version: 3.6.3
|
|
126
123
|
specification_version: 4
|
|
127
124
|
summary: Sucker Punch is a Ruby asynchronous processing using concurrent-ruby, heavily
|
|
128
125
|
influenced by Sidekiq and girl_friday.
|