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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9169da6dfadfccf39b65f247a728885152daebeef7470ea77e1ed1bd381e091b
4
- data.tar.gz: c8e77a446274d1fe6a37c1ad5ffae3450bb7819eafad511d658b7eb609dd103a
3
+ metadata.gz: e84dd175df29b54e897c3419a3651eaad8720a7448d6b6ae1213e04512257814
4
+ data.tar.gz: ab7a00dbe5b64bad121b082dab5e21f577070ef64c65cf8e5bc612d348b98f64
5
5
  SHA512:
6
- metadata.gz: 0244c00a1c87707a1553815f9f871f8a5309c53123dc67788a8e5ccfde9ee7a5f72d88c075c7290d40ec10533accd129c354afee1bd8e3e13ac12c61fd22b659
7
- data.tar.gz: a5d95d70f694b93c123ae85ec8b42a71e751394011c16bb1a3a577c163e796bd4a91ffc453ae201db9fa4ecd4cf2f00c785f58af8e731116a1ac56591a4efae1
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
@@ -1,3 +1,3 @@
1
1
  module WorkerPlugins
2
- VERSION = "0.0.7".freeze
2
+ VERSION = "0.0.8".freeze
3
3
  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.7
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: 2024-05-02 00:00:00.000000000 Z
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
- - k@spernj.org
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.