bootstrap_bux 0.1.5 → 0.1.7

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: 6f5cab7eb64e2d04aedc6811c0e829e15d9555cfa4fd2afcc0eb4228a5c33a4b
4
- data.tar.gz: 56f56d48cfa1ca8988740c0c75cb387682c75b62d053a380fe67d15c2bf0187b
3
+ metadata.gz: 88f0d2e3bf57dcf8994af73df1a75e66951c8695d694ee15bfab80ee9169c833
4
+ data.tar.gz: 0234075f65a0bb8b1f30d0f068d528a961db8dbe9c9a86c9d39eeccad1be857d
5
5
  SHA512:
6
- metadata.gz: 8cc306fbd1f9956df57f5cde4d4f87cfd0c56392b6780dafc8e67fd561f8cfdc7d73c27ba6c114c8919806d2cd2d407f2777687cc9e7d1b5b889f2d665172972
7
- data.tar.gz: acf16b070c2947791ba7ea17f0dfd793d8ca3184679c6b359d9ce6e7197f00151e3376d7535e8afcf8b8bcb6b6fa7cb71590d922adeb68f363e32b8441caba26
6
+ metadata.gz: 180d68e0539068aeecea9abfdb7d494ed0507b3ec667ccc562c1f7286a80c9e0820d51a2d9bef39583abb7fa0d7b890b3e08f7946c324915f659b66f1c78f66b
7
+ data.tar.gz: 2dd9090b2989e8bbc0e4dee0811eb40cdded3e52025f56cfa939db429b092745671ed25c00060232daabf84bfe337a94fd89c00b3f7e4736ce8c7cb48ba853da
@@ -4,6 +4,7 @@
4
4
  @import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;600");
5
5
  @import url("https://assets.bux.osu.edu/bux-icons/bux-icons.css");
6
6
  @import url("https://s3.amazonaws.com/assets.bux.osu.edu/bux-webfonts2/bux-webfonts2.css");
7
+ @import "bootstrap";
7
8
 
8
9
  /* general body and link style */
9
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BootstrapBux
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.7"
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.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alison Furlong
@@ -70,6 +70,20 @@ dependencies:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: 2.3.2
73
+ - !ruby/object:Gem::Dependency
74
+ name: importmap-rails
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: 2.0.1
80
+ type: :runtime
81
+ prerelease: false
82
+ version_requirements: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - "~>"
85
+ - !ruby/object:Gem::Version
86
+ version: 2.0.1
73
87
  - !ruby/object:Gem::Dependency
74
88
  name: rubocop
75
89
  requirement: !ruby/object:Gem::Requirement