rush_job 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2656877c04c7bf364e6b009dde59e1b4169ec229cb011c8b973587f07185026b
4
- data.tar.gz: d91245e38016a4a0be1e35ee9c8085d6a75580d4bf858cd37c88383e119f33f9
3
+ metadata.gz: b3041b6c30d0c536801cacb8b1ad90508d07b13cd164f30a4b9e077502eebe95
4
+ data.tar.gz: 2d5385d373b5fed963fc13771014b179af4dd04965184f6787c764cb80bddfe0
5
5
  SHA512:
6
- metadata.gz: 3c5b8bf4ef1138187b56cd5081aa8ff64a2cf73b3d05222501f7330bbd7f2816c30df2b7e696fd03b4a0442bde77990fdf00c6a8d863e1485218d274806192a9
7
- data.tar.gz: 174ced87e1345741f9ffc26e8c5819c67b7d943a5b28ddf9e28afc225c65c2bbf477b9eafae11aba923c9bc554a8652fc4a834bf8bfcf0843536f0d693647aa6
6
+ metadata.gz: 98184de98f079ba5293f1fe248b1e851e7f1fc45b0deb8a8d6e79733505ace0d484ac90be13401a943a078e37c61523cbe0a69ee569d2fc8e624b1f43069d75c
7
+ data.tar.gz: 8159d4e7f1f61d2a6c8f706176dcd026753602ff7df78a62a41f88a4c326ddac50e880c27812b97d93f1be6f6d8787b8f81d449f4da0fa723c930be00be71acd
data/README.md CHANGED
@@ -17,7 +17,7 @@ Navigate to the `/rush_job` route in your application to see the Delayed Jobs. L
17
17
  Add this line to your Ruby on Rails application's Gemfile:
18
18
 
19
19
  ```ruby
20
- gem 'rush_job', '~> 0.5.1'
20
+ gem 'rush_job', '~> 0.5.2'
21
21
  ```
22
22
 
23
23
  And then execute:
@@ -17,10 +17,10 @@
17
17
  <div class="collapse navbar-collapse" id="rush-job-navbar-links">
18
18
  <ul class="navbar-nav me-auto">
19
19
  <li class="nav-item">
20
- <%= link_to t(:dashboard), root_path, class: "nav-link" %>
20
+ <%= link_to t(:dashboard), root_path, class: "nav-link#{' active' if current_page?(root_path)}" %>
21
21
  </li>
22
22
  <li class="nav-item">
23
- <%= link_to t(:jobs), rush_jobs_path, class: "nav-link" %>
23
+ <%= link_to t(:jobs), rush_jobs_path, class: "nav-link#{' active' if current_page?(rush_jobs_path)}" %>
24
24
  </li>
25
25
  <li class="nav-item">
26
26
  <%= link_to t("#{invert_theme}_mode"), theme_path, class: "nav-link", method: :patch %>
@@ -1,3 +1,3 @@
1
1
  module RushJob
2
- VERSION = '0.5.1'.freeze
2
+ VERSION = '0.5.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rush_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - JavaKoala
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-09 00:00:00.000000000 Z
11
+ date: 2023-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview