bootstrap_bux 0.2.2 → 0.2.3

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: 838c3b5795dbf1e1c27ad6cc5f2560a447f3a0d299928df6f133b35915a3cb50
4
- data.tar.gz: 0f167b6975a6f388d4ccc2cfbbc9e183437a733951a374d611457cb584211b0f
3
+ metadata.gz: 1194c6665a240f80bb740f7ab6937e03c2626517ef462866f67ef1ff9d104019
4
+ data.tar.gz: 657df8b8e948921183862beebe2751e8cbd004cd1c2d4922a093359e52f224a0
5
5
  SHA512:
6
- metadata.gz: 05c7665f016e903a716f0bd3ed1c640b5f7cc110582d01ffcd1b28df994df6949af396136dfec1c995c27fde553d61de06228e6be4ac413c8caeda26f1cdef7b
7
- data.tar.gz: 758b6317d75d1c289413f8b45f8c2d511bd97b039bf030f9bd1cac45709924d505119261df1b719d7371e9e694d936c965bb05eaac9699811fe773a708a14f88
6
+ metadata.gz: 9a785e371246244bfc0e2f8d3be2e174f3fe4ee119b5611a4544d588c523d80f05669756bc4f689f77e78b37112d685435647042164544564207de2627a8ebd8
7
+ data.tar.gz: 9eb5f03ba6e6330187654df311255209cebefb8588033b8fe5dbac5cdef382db1a926b6570f55f3c80363c2ba935f49385d8accc3f70e26947a4c09a3684f295
@@ -13,15 +13,23 @@
13
13
  <p class="bux_footer__address">Columbus, OH 43210</p>
14
14
  </div>
15
15
 
16
- <div class="bux-footer__contact bux-footer__contact--email-phone">
17
- <hr />
18
- <p class="bux_footer__email"><a class="bux-link" href="mailto:<%= BootstrapBux.configuration.email %>"><%= BootstrapBux.configuration.email %></a></p>
19
- <p class="bux_footer__phone"><a class="bux-link" href="tel:<%= BootstrapBux.configuration.phone %>">Phone: <%= BootstrapBux.configuration.phone %></a></p>
20
- <p class="bux_footer__fax"><a class="bux-link" href="tel:<%= BootstrapBux.configuration.fax %>">Fax: <%= BootstrapBux.configuration.fax %></a></p>
16
+ <% unless BootstrapBux.configuration.email.blank? && BootstrapBux.configuration.phone.blank? && BootstrapBux.configuration.fax.blank? %>
17
+ <div class="bux-footer__contact bux-footer__contact--email-phone">
18
+ <hr />
19
+ <% unless BootstrapBux.configuration.email.blank? %>
20
+ <p class="bux_footer__email"><a class="bux-link" href="mailto:<%= BootstrapBux.configuration.email %>"><%= BootstrapBux.configuration.email %></a></p>
21
+ <% end %>
22
+ <% unless BootstrapBux.configuration.phone.blank? %>
23
+ <p class="bux_footer__phone"><a class="bux-link" href="tel:<%= BootstrapBux.configuration.phone %>">Phone: <%= BootstrapBux.configuration.phone %></a></p>
24
+ <% end %>
25
+ <% unless BootstrapBux.configuration.fax.blank? %>
26
+ <p class="bux_footer__fax"><a class="bux-link" href="tel:<%= BootstrapBux.configuration.fax %>">Fax: <%= BootstrapBux.configuration.fax %></a></p>
27
+ <% end %>
28
+ <% end %>
21
29
  </div>
22
30
  </div>
23
31
  <div class="col text-end">
24
- <% unless BootstrapBux.configuration.facebook.blank? && BootstrapBux.configuration.twitter.blank? && BootstrapBux.configuration.instagram.blank? && BootstrapBux.configuration.linkedin = nil.blank? && BootstrapBux.configuration.youtube = nil.blank? && BootstrapBux.configuration.tiktok = nil %>
32
+ <% unless BootstrapBux.configuration.facebook.blank? && BootstrapBux.configuration.twitter.blank? && BootstrapBux.configuration.instagram.blank? && BootstrapBux.configuration.linkedin.blank? && BootstrapBux.configuration.youtube.blank? && BootstrapBux.configuration.tiktok.blank? %>
25
33
  <div class="bux-footer__social">
26
34
  <ul class="bux-social-links">
27
35
  <% unless BootstrapBux.configuration.facebook.blank? %>
@@ -5,11 +5,11 @@ BootstrapBux.configure do |config|
5
5
  config.department_name = "My Office"
6
6
  config.building_room = "100 Building Name"
7
7
  config.address = "1 Oval Mall"
8
- config.email = "email@osu.edu"
9
- config.phone = "614-292-OHIO"
10
- config.fax = "614-555-5555"
11
8
 
12
9
  # only add urls for these if your application/lab/department actually has a presence on the platform
10
+ config.email = nil
11
+ config.phone = nil
12
+ config.fax = nil
13
13
  config.facebook = nil
14
14
  config.twitter = nil
15
15
  config.instagram = nil
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
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-08-13 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails