sidekiq-history 0.0.5 → 0.0.6

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: 6706f6114baf8bd2857f5a026db7c2a10a1e8b28
4
- data.tar.gz: 551c77a01e74c87c36d954c6935fa157a1030146
3
+ metadata.gz: d88618031c00984c99875a070e0123b60d1ac950
4
+ data.tar.gz: 03e46796150a684d28491e3a3b27f451f44f00fd
5
5
  SHA512:
6
- metadata.gz: 1ca66b193bd21ac805c9eccbb12094d7558e0858bd064fa7fda76d2171fc58e32e0741351665ab60fb32b7424c9ccabbaf43d62b7f55c1085dc90e3973d50a01
7
- data.tar.gz: 02fef2c9d2aa38a22e497d0a94eb6d536ae30df0281c68574dade96773093276975bdb4a1f4cf233291e380ff4ec549f88a924b19ced1a04e3bd8cba5663aad1
6
+ metadata.gz: c377bc0a5905f6a78e73955467401fd5d89b3e760d0ab07416b720a80d08ac08f11dc5b1e41d056afb592f8893ca4a189fbc0e68fbcf6a269beb5c129a6e9336
7
+ data.tar.gz: 28db473f76674d6b9f28bcd73f72e6d66056064f222696d21be11a36e4c9d9c74d1c592186dfa0e829f5607a21c079f43e1f8bcfe06f0c66f9439e80c3d67220
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module History
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -2,3 +2,4 @@ en:
2
2
  History: History
3
3
  ResetHistoryCounter: reset history counter
4
4
  NoJobsFound: No jobs found
5
+ ClearAll: Clear All
@@ -0,0 +1,5 @@
1
+ ru:
2
+ History: История
3
+ ResetHistoryCounter: Сбросить счётчик
4
+ NoJobsFound: Задач не найдено
5
+ ClearAll: Очистить
@@ -40,7 +40,8 @@
40
40
  <div class="row">
41
41
  <div class="col-sm-5">
42
42
  <form class="form-inline" action="<%= "#{root_path}history/remove" %>" method="post" style="margin: 20px 0">
43
- <input class="btn btn-danger btn-xs" type="submit" name="delete" value="Clear All" />
43
+ <%= csrf_tag if respond_to?(:csrf_tag) %>
44
+ <input class="btn btn-danger btn-xs" type="submit" name="delete" value="<%= t('ClearAll') %>" />
44
45
  <label class="checkbox">
45
46
  <input type="checkbox" name="counter" value="true" />
46
47
  <%= t('ResetHistoryCounter') %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-history
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russ Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sidekiq
@@ -113,6 +113,7 @@ files:
113
113
  - lib/sidekiq/history/web_extension.rb
114
114
  - sidekiq-history.gemspec
115
115
  - web/locales/en.yml
116
+ - web/locales/ru.yml
116
117
  - web/views/history.erb
117
118
  homepage: ''
118
119
  licenses: