sidetiq 0.4.2 → 0.4.3

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
  SHA1:
3
- metadata.gz: ef77874172fe6f9ad6b577266ff0e7fe73644d44
4
- data.tar.gz: a5b99636f9ac197725e1394d562d3d8caa19af56
3
+ metadata.gz: 5da870e24dd0ae71c3808c2e930146c79d629472
4
+ data.tar.gz: 0d0a6c83234e1452641cd4b6d74043fae9c587fc
5
5
  SHA512:
6
- metadata.gz: f7710c8ca9a95dec02c31edace09241d826e15ded33dfc0c7dda5bfa4b5e7fc1d198bb4ad6f3599db114cc1243f60e8c8de8ab8759fa319dc37b079c8a3baa77
7
- data.tar.gz: 6661bb21dff46d626be00e099dd5a7a91c820a34394dcb93e208cc4f0c24bcbf654e167c599b98b0238c425152757cf52a686e487e9b41ed27534add71634a48
6
+ metadata.gz: 0bd8484b90844230b4bf6e39c2af660ab5e8e8f199d6df308ba8aa501ee5412e22bc2da00bfcabfd4867be03e008158dd6740064440e2d681a6b1a0d94b3454c
7
+ data.tar.gz: cea3711dcaf7fbb44aba97540089c004c61e8bcf2cb19faf661a21d87995fc5d1b1d5ff0df91e18e2040a08924c70c38a7b57b4bf60ffef9c17bfa8139dd6de9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.4.3
2
+ -----
3
+
4
+ - Various web UI fixes. [manuelmeurer]
5
+
1
6
  0.4.2
2
7
  -----
3
8
 
@@ -8,7 +8,7 @@ module Sidetiq
8
8
  MINOR = 4
9
9
 
10
10
  # Public: Sidetiq patch level.
11
- PATCH = 2
11
+ PATCH = 3
12
12
 
13
13
  # Public: Sidetiq version suffix.
14
14
  SUFFIX = nil
@@ -1,5 +1,5 @@
1
1
  <div class="col-md-3">
2
- <div class="list-group sidetiq-sidenav">
2
+ <div class="list-group">
3
3
  <a href="<%= root_path %>sidetiq" class="list-group-item<%= current_path == 'sidetiq' ? ' active' : nil %>">
4
4
  <i class="icon-chevron-right"></i>
5
5
  Home
@@ -1,14 +1,14 @@
1
1
  <div class="col-md-3">
2
- <div class="list-group sidetiq-sidenav">
2
+ <div class="list-group">
3
3
  <a href="<%= root_path %>sidetiq" class="list-group-item<%= current_path == 'sidetiq' ? ' active' : nil %>">
4
4
  <i class="icon-chevron-right"></i>
5
5
  Home
6
6
  </a>
7
- <a href="<%= root_path %>sidetiq/#{@worker.name}/schedule" class="list-group-item<%= current_path == "sidetiq/#{@worker.name}/schedule" ? ' active' : nil %>">
7
+ <a href="<%= "#{root_path}sidetiq/#{@worker.name}/schedule" %>" class="list-group-item<%= current_path == "sidetiq/#{@worker.name}/schedule" ? ' active' : nil %>">
8
8
  <i class="icon-chevron-right"></i>
9
9
  Job Schedule
10
10
  </a>
11
- <a href="<%= root_path %>sidetiq/#{@worker.name}/history" class="list-group-item<%= current_path == "#{@worker.name}/history" ? ' active' : nil %>">
11
+ <a href="<%= "#{root_path}sidetiq/#{@worker.name}/history" %>" class="list-group-item<%= current_path == "sidetiq/#{@worker.name}/history" ? ' active' : nil %>">
12
12
  <i class="icon-chevron-right"></i>
13
13
  Job History
14
14
  </a>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidetiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Svensson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-07 00:00:00.000000000 Z
11
+ date: 2013-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sidekiq