bootstrap_bux 0.2.4 → 0.2.5
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 +4 -4
- data/app/views/bootstrap_bux/_osu_footer.html.erb +1 -1
- data/lib/bootstrap_bux/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd8ce710cc44f744b71f165a651a8c29ce24815ae68965b7e6df5ae74df84eff
|
4
|
+
data.tar.gz: cf23d1e373e6646c36cde1db409b761ffb8ab39ddfca3fe15ebb149b335464e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f1b1a2fd32c13711cb3e823f888b26a5ce5e826b689399f2eafda28950fe3a42729e2b6d14ac4aad0bebb9d38cc44e9f3f8d480526739823f623dc630610a4d
|
7
|
+
data.tar.gz: 74cd5a8328f7f44060caca056448322fa0f094e11a77ead19868ed5775e41ec205c6cbc1c217b57dae93d7bd82ad20436a911d3da55de883eacd743f5fc215a6
|
@@ -104,7 +104,7 @@
|
|
104
104
|
<% if signed_in? %>
|
105
105
|
<%= link_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link btn btn-link') %>
|
106
106
|
<% else %>
|
107
|
-
<%=
|
107
|
+
<%= button_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link') %>
|
108
108
|
<% end %>
|
109
109
|
</p>
|
110
110
|
<% 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.
|
4
|
+
version: 0.2.5
|
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-
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|