sidekiq-web-workers 1.3.0 → 1.3.1

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: 4357c609526ad58eba57a1f9a8dc96d93d5a37a817d55807ce6dc85d2936349f
4
- data.tar.gz: ab683facfebc9f51a078c56050ab96546d1dd7773ee9d852b3fe4d570199678a
3
+ metadata.gz: 202c33443b45b4bf22ff1eacac8bb6a3cdadf92d721b2066527c3a1901e1c7f7
4
+ data.tar.gz: 26c42caa7455cb62321a5ae97f27c92ec916f3b50ce8ae09aec46a224815d70a
5
5
  SHA512:
6
- metadata.gz: 07551e679673425c0af5d4f876da932032c04b97c92bf5c7d9761315e45dada1c4c4756226c2271ea70820d5b542b9c3a3a9609573ca92fe58b47d7617e04078
7
- data.tar.gz: 8287ae5a516e40ed41264af031660b1f6ff6d34c301b8d2adcb5bd9e935d21ed4d2765efb582b0fcd9bc67f9778fad1e6a3b07db2ffa58b0b29c93e568f3306f
6
+ metadata.gz: 4a679a5a5a839db42ae2e3b6175768437ac46da270a564e2f0baf9fc52130dfde13f0efe4bd3db9f5811b3d6a6c8963fa70116a67bf948892c5329da2ebadd7a
7
+ data.tar.gz: c62d3498fc8b7eb2be6c8423826cb0953ac84208771f98e4f9e89b07b1483a26c0147b85d81bb237892287b69426c4d810af2a82f4f1741ff09926b0ee5d4af1
@@ -1,3 +1,3 @@
1
1
  module SidekiqWebWorkers
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
@@ -6,5 +6,5 @@ en:
6
6
  no_web_jobs: No workers found you can add ones in %{config_path}
7
7
  submit: Queue Worker
8
8
  successfully_queued: Your Worker Has been successfully enqueued
9
- go_to_busy: Running workers
9
+ go_to_busy: Running Workers
10
10
  go_to_scheduled: Scheduled Workers
@@ -4,5 +4,5 @@ Worker Name: <%= @worker_name %>
4
4
  Job id: <%= @job_id %>
5
5
  <div style='margin-top: 10px;'>
6
6
  <a class="btn btn-default" href="<%= root_path %>busy?poll=true"><%= t('go_to_busy') %></a>
7
- <a class="btn btn-danger" href="<%= root_path %>busy" style="color: white;"><%= t('go_to_scheduled') %></a>
7
+ <a class="btn btn-danger" href="<%= root_path %>scheduled" style="color: white;"><%= t('go_to_scheduled') %></a>
8
8
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-web-workers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Etsenake