bootstrap_bux 0.1.11 → 0.1.12

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: 35f2423686eacaaa36405d42581f63b662465f17131498bb9a001e5f9ae73635
4
- data.tar.gz: b21a00a8740c6fba578e3b2e7c75caa2e8054d818240a7da772b8f124a982747
3
+ metadata.gz: 9e77a08340e3f6ef15bd02ee1d89689127df3b249217e7989083a047ab835396
4
+ data.tar.gz: d46a80d8ff5d5472ab3b776bc909b809fdc0e7a6606f8b00f008ecfd1c0a8e68
5
5
  SHA512:
6
- metadata.gz: 2e56324b46b9f38777cda86588b41843e0cc4df1828db67a1c047bdf58d89e59e32a602c5fe7a5729c380004dc59bc38c6341d942c58fd4f9ecf8ef0bfc4d958
7
- data.tar.gz: 4787dc6e4caefbd4ccd062dbac891a6cb818d9832927fb3bc900bf3fef26d6f42a1e2558b22e71f942964e6bd8cab33b8dba6bd874a47764091cdbf758bae65f
6
+ metadata.gz: eb6d4e92c786dca34da89774be7681d7b6421974dc298fe070db8f541f8ba2598880bad4add5e3d2d5b5a4d3cdb9e67335ac1c0c540b3e4b4eb3f52400a02cd1
7
+ data.tar.gz: ffe7b16e806755109f702d61b27cdb5ae4fbcf68261ba98b6bbc47749f87fd440e70a0e4529320b1dd21c8efd28975c49f87b234a6c2cad8995019546658dbb8
data/README.md CHANGED
@@ -51,15 +51,15 @@ In your view (most likely in the application layout):
51
51
 
52
52
  and
53
53
 
54
- = render 'bootstrap_bux/osu_header_dark'
54
+ = render 'bootstrap_bux/osu_footer_dark'
55
55
 
56
56
  or
57
57
 
58
- = render 'bootstrap_bux/osu_header_light'
58
+ = render 'bootstrap_bux/osu_footer_light'
59
59
 
60
60
  or
61
61
 
62
- = render 'bootstrap_bux/osu_header_white'
62
+ = render 'bootstrap_bux/osu_footer_white'
63
63
 
64
64
  ## Development
65
65
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_bux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alison Furlong