bootstrap_bux 0.2.6 → 0.2.7

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: 308c7e8f9677c604042a4a2694b14215763b1147b21c5eaa653bc4de48b6e378
4
- data.tar.gz: 7db6a765a808478037d23a330a8cf6f7cf091b1aa6ae6f5d7ba3636c9be3382a
3
+ metadata.gz: e6b1b6c0fd4a9e742dad67ec94bbfebd3d83977b84c005e01d5f554acd5dbd7d
4
+ data.tar.gz: '094203e8a4ec73abb6a22682b87ff2497460c26cac9a91caeb831766aa6e99b6'
5
5
  SHA512:
6
- metadata.gz: 6188481b559501c280e5935d6464913315e9176a3b127f1bec6483fdaf3e66d64d0c4dd9b083200c6c2eee9f9a60f5b70c468c1537d337efc50d34c15afdedde
7
- data.tar.gz: 3be46b092be1848d156f90955533798bdec01272a943696d08132164abcbbd028f244b2ba7262cec41386854d4c2ba27ada7ebaf135baf214b18b9f22d9cc712
6
+ metadata.gz: bf7a1b8d3c997af6f842f2602b2819e8ae19e73b126dc71cd2553270cc16c4803a0f36364f8e30e8988a2864e90b982b6781990e843173e184ea7fed7feb9632
7
+ data.tar.gz: 696d3d3fb3a819977b687b8da236405da567351bde9ec467b79b65f29c94d5d05fdc53faf000983ce02904bfdbb4c13a74f6ca720191a81b84ae6e9d5cd4d90d
@@ -104,7 +104,7 @@
104
104
  <% if signed_in? %>
105
105
  <%= button_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link btn btn-link') %>
106
106
  <% else %>
107
- <%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link') %>
107
+ <%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link', data: { turbo: false }) %>
108
108
  <% end %>
109
109
  </p>
110
110
  <% end %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_bux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alison Furlong
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-25 00:00:00.000000000 Z
11
+ date: 2024-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails