worker_plugins 0.0.7 → 0.0.8
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/app/models/worker_plugins/workplace.rb +1 -1
- data/lib/worker_plugins/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e84dd175df29b54e897c3419a3651eaad8720a7448d6b6ae1213e04512257814
|
4
|
+
data.tar.gz: ab7a00dbe5b64bad121b082dab5e21f577070ef64c65cf8e5bc612d348b98f64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34f102da30a84f0372d49a97f523587674e1aac79cc7f439e0c9214edcdc52751613d9844efa75baa60e3c2b4c4cc252e219a9a61ad8da56d1204744a2d96e55
|
7
|
+
data.tar.gz: a3f2d50025aa0ea2b4672d222a11c6068f960fe3481c5a3ce5cdbe012817ea34071f67f6626134a6ff1a17f16c228d55bc2d15a0051f968d6ab61006ea9c4388
|
@@ -16,7 +16,7 @@ class WorkerPlugins::Workplace < WorkerPlugins::ApplicationRecord
|
|
16
16
|
workplace_links.each do |workplace_link|
|
17
17
|
yield workplace_link.resource
|
18
18
|
count += 1
|
19
|
-
return if limit && count >= limit # rubocop:disable Lint/NonLocalExitFromIterator
|
19
|
+
return if limit && count >= limit # rubocop:disable Lint/NonLocalExitFromIterator
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: worker_plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kasper Stöckel
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails framework for easily choosing and creating lists of objects and
|
14
14
|
execute plugins against them.
|
15
15
|
email:
|
16
|
-
-
|
16
|
+
- kasper@diestoeckels.de
|
17
17
|
executables: []
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
@@ -48,7 +48,7 @@ homepage: https://www.github.com/kaspernj/worker_plugins
|
|
48
48
|
licenses: []
|
49
49
|
metadata:
|
50
50
|
rubygems_mfa_required: 'true'
|
51
|
-
post_install_message:
|
51
|
+
post_install_message:
|
52
52
|
rdoc_options: []
|
53
53
|
require_paths:
|
54
54
|
- lib
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
66
|
rubygems_version: 3.4.10
|
67
|
-
signing_key:
|
67
|
+
signing_key:
|
68
68
|
specification_version: 4
|
69
69
|
summary: Rails framework for easily choosing and creating lists of objects and execute
|
70
70
|
plugins against them.
|