polaris_view_helpers 1.2.9 → 1.2.10

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: 1b80ae5be56b747720626b2826d856f5a2aeee9794ed1e317b9f369ea1521113
4
- data.tar.gz: 486bd2493ad08d0bb0d639d6c01535a2ab619c14b3cb227173f09c211a41df04
3
+ metadata.gz: abbacac0a6fc7dec584a9b0b373b187ba833a0f34215ae3e7bc2c2a6e2c2bc8d
4
+ data.tar.gz: 552647aa59ee796fd7e4f5a2a7b16f81a0f560e0f8aebcf625ebc8cb7ffcc2fc
5
5
  SHA512:
6
- metadata.gz: eddf571be262aae67d860a262d915a3180ba2c483f921bc0983d621721659446d9fb91d74272ca08a9dcda99cdba70401e5c6d13dd141a1c4359e41b8b11e0ed
7
- data.tar.gz: 35b5c0db5c73bc16f14a634057668016c05e2aa178a8a514bdd3c29ae77ffe4a6f4183dcc2e95200fdab71749764eac413722418cc61ea60ec0929102dbdfe90
6
+ metadata.gz: 7eecdb7d9fe7a631e432d21a922fddec0d469e2b01a0d882511133ea9300722a2892ca87233659e9281b2fb11ba71947899b4cc6f59425f38d67a22f553bd7cd
7
+ data.tar.gz: 917861a2162994d3ebdd18466c57618d3ec8fb69c1f9f82082ca89fce2f19932598bb6145ba96446d440167b8737892654419c3993d7b0bd08a20ca9adc53f22
@@ -1,3 +1,3 @@
1
- <%= link_to link_destination, method: method, confirm: confirm, class: "Polaris-Link", 'data-polaris-unstyled': true do %>
1
+ <%= link_to link_destination, method: method, confirm: confirm, class: "Polaris-Link", target: target, 'data-polaris-unstyled': true do %>
2
2
  <%= name || capture(&block) %>
3
3
  <% end %>
@@ -181,6 +181,8 @@ module PolarisViewHelpers
181
181
  additional_classes: additional_classes,
182
182
  link_destination: link_destination,
183
183
  method: button_options[:method],
184
+ remote: button_options[:remote],
185
+ target: button_options[:target],
184
186
  confirm: button_options[:confirm]
185
187
  }
186
188
  )
@@ -1,3 +1,3 @@
1
1
  module PolarisViewHelpers
2
- VERSION = "1.2.9"
2
+ VERSION = "1.2.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polaris_view_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.9
4
+ version: 1.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-09 00:00:00.000000000 Z
11
+ date: 2022-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails