bootstrap_bux 0.1.4 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7849c4205285c9e8f673b365e735fa97074b89f22f0bf0407ed3a9d6f06b3ae
4
- data.tar.gz: 9c02baaeba68d689e2d0eb4e85c5814d53958af744fde2d17bc1a9e259dd40d7
3
+ metadata.gz: 6f5cab7eb64e2d04aedc6811c0e829e15d9555cfa4fd2afcc0eb4228a5c33a4b
4
+ data.tar.gz: 56f56d48cfa1ca8988740c0c75cb387682c75b62d053a380fe67d15c2bf0187b
5
5
  SHA512:
6
- metadata.gz: f6df4ff51f6401cfb97cc4369dff9cd346c3a38843f98b9e40fbafc6009d43299a2c4e76ca373825fcebfd5a4ebf6e6d584b2cfd35bda158488496f91886a070
7
- data.tar.gz: c96ebdc61857b0b98a63ab70c72f4e267fed1521141d2783b67fab30ddbeef4efdc1c193400320b4b0a0069b13c7a1edf9123e815ce81ff76a42c0b02fcce600
6
+ metadata.gz: 8cc306fbd1f9956df57f5cde4d4f87cfd0c56392b6780dafc8e67fd561f8cfdc7d73c27ba6c114c8919806d2cd2d407f2777687cc9e7d1b5b889f2d665172972
7
+ data.tar.gz: acf16b070c2947791ba7ea17f0dfd793d8ca3184679c6b359d9ce6e7197f00151e3376d7535e8afcf8b8bcb6b6fa7cb71590d922adeb68f363e32b8441caba26
@@ -3,8 +3,8 @@
3
3
  module BootstrapBux
4
4
  class Engine < ::Rails::Engine
5
5
  isolate_namespace BootstrapBux
6
- initializer 'bootstrap_bux.assets' do |app|
7
- app.config.assets.paths << root.join('app', 'assets', 'stylesheets', 'bootstrap_bux').to_s
8
- end
6
+ # initializer 'bootstrap_bux.assets' do |app|
7
+ # app.config.assets.paths << root.join('app', 'assets', 'stylesheets', 'bootstrap_bux').to_s
8
+ # end
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alison Furlong