wallaby 6.1.5 → 6.1.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f30cde90f4e3f681041fe0688962d68c4fea2b6d5704e286e0c5a49e17fc5a2
|
4
|
+
data.tar.gz: 27aede35e8ce3911c5bdf75675c8de0831db951d175c0caac9df4d3ab4fdbc74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e45396c6daa2e7ff498ca7c3f6dbe80fb9dbdef2dfb5c900459814337d5fa6a16674b396a04cdba15d2aa7fbbe3ed1c760a040015aa5ac6feff93ed283a26347
|
7
|
+
data.tar.gz: 84e8c526730c0fc5398faed005dec35a43ab5741630b8f8103d1e844849aff898b5e993444c75578ecf73aafd3027c6adb246fdf0dff38fe513a8f3e997b1d57
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<%= content_tag :div, class: request.query_parameters.present? ? %w(query query--filtered) : %w(query) do %>
|
2
2
|
<nav class="query__actions">
|
3
|
-
<%= index_link(current_model_class, html_classes('query__clear')) {} if request.query_parameters.present? %>
|
4
|
-
<%= new_link(current_model_class, html_classes('query__create')) {} %>
|
3
|
+
<%= index_link(current_model_class, **html_classes('query__clear')) {} if request.query_parameters.present? %>
|
4
|
+
<%= new_link(current_model_class, **html_classes('query__create')) {} %>
|
5
5
|
<a id="actions_list" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" class="query__more"></a>
|
6
6
|
<%= render 'index_actions' %>
|
7
7
|
</nav>
|
data/lib/wallaby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wallaby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.1.
|
4
|
+
version: 6.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tianwen Chen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: wallaby-core
|
@@ -192,20 +192,6 @@ dependencies:
|
|
192
192
|
- - ">="
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
|
-
- !ruby/object:Gem::Dependency
|
196
|
-
name: wallaby-her
|
197
|
-
requirement: !ruby/object:Gem::Requirement
|
198
|
-
requirements:
|
199
|
-
- - ">="
|
200
|
-
- !ruby/object:Gem::Version
|
201
|
-
version: '0'
|
202
|
-
type: :development
|
203
|
-
prerelease: false
|
204
|
-
version_requirements: !ruby/object:Gem::Requirement
|
205
|
-
requirements:
|
206
|
-
- - ">="
|
207
|
-
- !ruby/object:Gem::Version
|
208
|
-
version: '0'
|
209
195
|
description: Autocomplete the resourceful actions and views for ORMs for admin interface
|
210
196
|
and other purposes.
|
211
197
|
email:
|
@@ -977,7 +963,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
977
963
|
- !ruby/object:Gem::Version
|
978
964
|
version: '0'
|
979
965
|
requirements: []
|
980
|
-
rubygems_version: 3.
|
966
|
+
rubygems_version: 3.2.33
|
981
967
|
signing_key:
|
982
968
|
specification_version: 4
|
983
969
|
summary: Autocomplete the resourceful actions and views for ORMs for admin interface
|