bookends 6.0.0.rc1 → 6.0.0.rc2
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/bookends/_footer.html.erb +0 -5
- data/lib/bookends/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47464d3f92f690124a9596d4c7411bd8a3917cbf288a933649fb42e68aa20bb9
|
|
4
|
+
data.tar.gz: dec9ff6cf35b262050bbf8a2c5eece963fea632ca5d83b1f4665d4ffe8b773c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81a92d0cb6b90a2b3446b90660552aa7e017a49094108e50e98f3630992eb7603f179aa4de55205b6f6f5ab3d93ec7306c99edd916919ff47e1a42ac4f77c4c7
|
|
7
|
+
data.tar.gz: 1cfa0ce974b92d78653b184fe4b8ddcf3c918fa4743a91e80245d5a8615d84427fc63725e32077719e4cc00500ce4f70d8355fc472f0c9affa2f22e4a46c798f
|
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
<li><a href="https://www.salesforce.com/company/privacy/">Privacy</a></li>
|
|
99
99
|
<li><span id="teconsent"></span></li>
|
|
100
100
|
<li><a href="https://www.salesforce.com/company/privacy/full_privacy.jsp#nav_info">Cookies</a></li>
|
|
101
|
-
<li>
|
|
102
|
-
<% # Placeholder a link to TrustArc's Cookie Consent Manager %>
|
|
103
|
-
<div id="teconsent"></div>
|
|
104
|
-
</li>
|
|
105
101
|
<li class="copyright">
|
|
106
102
|
©
|
|
107
103
|
<%= Date.current.year %>
|
|
@@ -112,4 +108,3 @@
|
|
|
112
108
|
</div>
|
|
113
109
|
</div>
|
|
114
110
|
</footer>
|
|
115
|
-
<script async="async" src=//consent.trustarc.com/notice?domain=salesforce.com&c=teconsent&js=bb¬iceType=bb&text=true&pcookie crossorigin=""></script>
|
data/lib/bookends/version.rb
CHANGED