will_filter 5.1.2 → 5.1.3

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: e6da9a06bb83ecec49da0e971e67448213745af95eec30225c6ae5b21e2ae746
4
- data.tar.gz: f81919e825fb14964d32d0e0f1af4dc8ff02ee816355acc7cbc64bc52e56e711
3
+ metadata.gz: 5e6304d63a34f3a4f0104a74ac1413173a1364804df01106ebe54b11d0f3b99d
4
+ data.tar.gz: 783b671764d80029de1234a7ecc4573fc3cb9a85c73c51f7781b2d959d8ae3f7
5
5
  SHA512:
6
- metadata.gz: 3b7295175986bcaa7f36dc84e5f4b5e8bcb2133d9143a9b2f28d52654c7ea6b346df5d9e7771a0e376008c89cc0c4b5d5c0d0ae36f827842ee6563f0e9ff6be7
7
- data.tar.gz: 38a58866786f09141db49b65cb452bac409a0fd9f48053007272f13527ea745f29347537e64217263c351c6356b700fb278beada72ee7688025006c445ac0464
6
+ metadata.gz: 50db3336311678af249e7edd0102971c89a8ea43b8d68186a0cd297881688f9bb4c45741606fffc2b7df7da34c44a88f91a5e2009116393ba9651e3435f56658
7
+ data.tar.gz: 1376075193974f76b79526471f3d7f8d24eabf3213bd2ad9f36717b835f2fdd80347ed39d5e0374f8d5fd59cc19e1bfeceaa27b7ab1efcc5c38fbdbdb71da214
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- will_filter (5.1.1)
4
+ will_filter (5.1.3)
5
5
  kaminari (~> 1.1)
6
6
  rails (~> 5.1)
7
7
  sass (~> 3.5)
@@ -213,4 +213,4 @@ DEPENDENCIES
213
213
  will_filter!
214
214
 
215
215
  BUNDLED WITH
216
- 1.15.4
216
+ 1.16.0
@@ -54,7 +54,7 @@
54
54
  Select Date and Time
55
55
  </button>
56
56
 
57
- <button type="button" class="btn btn-default btn-xs" onclick="wfCalendar.hide()">
57
+ <button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfCalendar.hide()">
58
58
  Cancel
59
59
  </button>
60
60
  </div>
@@ -36,7 +36,7 @@
36
36
  <button type="button" class="btn btn-primary btn-xs" onclick="wfExporter.exportFilter()">
37
37
  Export
38
38
  </button>
39
- <button type="button" class="btn btn-default btn-xs" onclick="wfExporter.hide()">
39
+ <button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfExporter.hide()">
40
40
  Cancel
41
41
  </button>
42
42
  </div>
@@ -31,10 +31,10 @@
31
31
  <%= render :partial => "/will_filter/filter/containers/#{condition.container.template_name}", :locals => {:container => condition.container, :index => index} %>
32
32
  </td>
33
33
  <td class="actions">
34
- <button type="button" class="btn btn-default btn-xs" onclick="wfFilter.removeConditionAt('<%= index %>')" style="width: 20px;">
34
+ <button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.removeConditionAt('<%= index %>')" style="width: 20px;">
35
35
  -
36
36
  </button>
37
- <button type="button" class="btn btn-default btn-xs" onclick="wfFilter.addConditionAfter('<%= index %>')" style="width: 20px;">
37
+ <button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.addConditionAfter('<%= index %>')" style="width: 20px;">
38
38
  +
39
39
  </button>
40
40
  </td>
@@ -18,10 +18,10 @@
18
18
  </div>
19
19
 
20
20
  <div>
21
- <button type="button" class="btn btn-default btn-xs" onclick="wfFilter.addCondition()">
21
+ <button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.addCondition()">
22
22
  + Add Condition
23
23
  </button>
24
- <button type="button" class="btn btn-default btn-xs" onclick="wfFilter.removeAllConditions()">
24
+ <button type="button" class="btn btn-default btn-secondary btn-xs" onclick="wfFilter.removeAllConditions()">
25
25
  Clear All
26
26
  </button>
27
27
 
@@ -31,5 +31,5 @@
31
31
  #++
32
32
 
33
33
  module WillFilter
34
- VERSION = '5.1.2'
34
+ VERSION = '5.1.3'
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.2
4
+ version: 5.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Berkovich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-21 00:00:00.000000000 Z
11
+ date: 2018-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails