bootstrap_bux 0.2.0 → 0.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 838c3b5795dbf1e1c27ad6cc5f2560a447f3a0d299928df6f133b35915a3cb50
|
4
|
+
data.tar.gz: 0f167b6975a6f388d4ccc2cfbbc9e183437a733951a374d611457cb584211b0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05c7665f016e903a716f0bd3ed1c640b5f7cc110582d01ffcd1b28df994df6949af396136dfec1c995c27fde553d61de06228e6be4ac413c8caeda26f1cdef7b
|
7
|
+
data.tar.gz: 758b6317d75d1c289413f8b45f8c2d511bd97b039bf030f9bd1cac45709924d505119261df1b719d7371e9e694d936c965bb05eaac9699811fe773a708a14f88
|
@@ -938,4 +938,12 @@ ol.bux-breadcrumb__list {
|
|
938
938
|
|
939
939
|
.bux-accordion .accordion-button:not(.collapsed)::before {
|
940
940
|
content: "\f007";
|
941
|
+
}
|
942
|
+
|
943
|
+
/* workaround for login link */
|
944
|
+
.bux-link.btn.btn-link {
|
945
|
+
border: none;
|
946
|
+
padding-right: 0;
|
947
|
+
font-size: small;
|
948
|
+
text-decoration: underline;
|
941
949
|
}
|
@@ -94,9 +94,9 @@
|
|
94
94
|
<% unless BootstrapBux.configuration.signin_link.blank? || BootstrapBux.configuration.signout_link.blank? %>
|
95
95
|
<p class="bux_footer__link">
|
96
96
|
<% if signed_in? %>
|
97
|
-
<%= link_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link') %>
|
97
|
+
<%= link_to('Log Out', BootstrapBux.configuration.signout_link, method: :delete, class: 'bux-link btn btn-link') %>
|
98
98
|
<% else %>
|
99
|
-
<%= link_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link') %>
|
99
|
+
<%= link_to('Log In', BootstrapBux.configuration.signin_link, method: :post, class: 'bux-link btn btn-link') %>
|
100
100
|
<% end %>
|
101
101
|
</p>
|
102
102
|
<% end %>
|
metadata
CHANGED
@@ -1,35 +1,35 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alison Furlong
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '7.0'
|
20
17
|
- - ">="
|
21
18
|
- !ruby/object:Gem::Version
|
22
19
|
version: 7.0.0
|
20
|
+
- - "~>"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '7.0'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '7.0'
|
30
27
|
- - ">="
|
31
28
|
- !ruby/object:Gem::Version
|
32
29
|
version: 7.0.0
|
30
|
+
- - "~>"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '7.0'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: sprockets-rails
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,7 +128,7 @@ metadata:
|
|
128
128
|
homepage_uri: https://code.osu.edu/asctech/bootstrap_bux_gem
|
129
129
|
source_code_uri: https://code.osu.edu/asctech/bootstrap_bux_gem
|
130
130
|
changelog_uri: https://code.osu.edu/asctech/bootstrap_bux_gem/CHANGELOG.md
|
131
|
-
post_install_message:
|
131
|
+
post_install_message:
|
132
132
|
rdoc_options: []
|
133
133
|
require_paths:
|
134
134
|
- lib
|
@@ -145,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '0'
|
147
147
|
requirements: []
|
148
|
-
rubygems_version: 3.
|
149
|
-
signing_key:
|
148
|
+
rubygems_version: 3.0.3.1
|
149
|
+
signing_key:
|
150
150
|
specification_version: 4
|
151
151
|
summary: Bootstrap + mini-Bux + Rails
|
152
152
|
test_files: []
|