bootstrap_bux 0.1.4 → 0.1.6

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: c67172a6045023e62b6304379342afff4b8bdfcbfebab1f2f4af774a355df145
4
+ data.tar.gz: 1f51b47909bd4b6e0c2a5b4663385bb29677495886dfe38250742d78ae8d3c97
5
5
  SHA512:
6
- metadata.gz: f6df4ff51f6401cfb97cc4369dff9cd346c3a38843f98b9e40fbafc6009d43299a2c4e76ca373825fcebfd5a4ebf6e6d584b2cfd35bda158488496f91886a070
7
- data.tar.gz: c96ebdc61857b0b98a63ab70c72f4e267fed1521141d2783b67fab30ddbeef4efdc1c193400320b4b0a0069b13c7a1edf9123e815ce81ff76a42c0b02fcce600
6
+ metadata.gz: f996d3bcd6fcacd65dbb5bc08112f03a77d0caefd292078afb64510470dadffc1b8f3bbf0977df462a2cd632b96837bc7b2b40b0632f591c34f7ff43c79fc316
7
+ data.tar.gz: 74b775041bc17f766aa83a27da468c8729e13553c73088953753375d8c6986f59fc7f4e51a5a5a3ec0d9dbc90df6c95e6e99b05248c956594ce749e3b3fe31e1
@@ -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.6"
5
5
  end
data/lib/bootstrap_bux.rb CHANGED
@@ -9,9 +9,9 @@ module BootstrapBux
9
9
  class << self
10
10
  attr_accessor :configuration
11
11
 
12
- if defined?(::Sprockets)
13
- Sprockets.append_path(File.join (File.expand_path '..', File.dirname(__FILE__)), 'assets', 'stylesheets', 'bootstrap_bux')
14
- end
12
+ # if defined?(::Sprockets)
13
+ # Sprockets.append_path(File.join (File.expand_path '..', File.dirname(__FILE__)), 'assets', 'stylesheets', 'bootstrap_bux')
14
+ # end
15
15
  end
16
16
 
17
17
  def self.configure
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.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alison Furlong