bard-sass 0.5.1 → 0.5.2

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: 8a0dfd82c1607fdfd705c143a13cc88822c5398510df0c76a9ec33ccbde0a59d
4
- data.tar.gz: aedfcb9c66ec9b80311a1ea55bfa08cddf63f8cb61e22d391423db24b9e31c8d
3
+ metadata.gz: 2be02fabb7062d98fbe302d677bc611b8298bf852d73a0db1214fc7c6b45d1be
4
+ data.tar.gz: f0176b1c42f6b4743da774205544daabeacd59dfc09db4bb56390112334b24d7
5
5
  SHA512:
6
- metadata.gz: d5479e3b8e220f1541a8ac92d2f97a7d6148cd3ddce388afd7dbf2f061f9872eed5ee2e0dc583883e30b2f3f420a326d12ffa6b41910baf72fa2699e3ee586c2
7
- data.tar.gz: 9df87d6d17d1701bfb063495c7f7e6866224f02e4a253eb89bcf9601c9b874b38267ca9595fabe4a96bc773474e70ff71bfe44ee0607767c8772c29a44597b79
6
+ metadata.gz: 3467651280d8e2254de7b65169b10f937fd9ace1d7054a86a08577ba3f948db671b1186829058f101e053491d13401a0abd7e71bdf34569db9d430e754ac3fb5
7
+ data.tar.gz: 408b546eda2c89af71463938cf8ee357a8f68aa3fedd56c993a722541e25eabe528d389919df46dce23cbe139cfdf03dfe8b87416c6d2dd072ff0863a36bbf97
@@ -1,5 +1,5 @@
1
1
  module Bard
2
2
  module Sass
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
data/lib/bard/sass.rb CHANGED
@@ -3,6 +3,7 @@ require "bard/sass/version"
3
3
  module Bard
4
4
  module Sass
5
5
  if defined?(Rails) && defined?(Rails::Engine)
6
+ require "sprockets/railtie"
6
7
  class Engine < Rails::Engine
7
8
  config.assets.paths << File.expand_path("../../sass", __dir__)
8
9
  end
metadata CHANGED
@@ -1,12 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Gubitosa
8
8
  - Micah Geisel
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
11
  date: 2026-05-17 00:00:00.000000000 Z
@@ -77,7 +76,6 @@ homepage: https://github.com/botandrose/bard-sass
77
76
  licenses:
78
77
  - MIT
79
78
  metadata: {}
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.5.11
96
- signing_key:
93
+ rubygems_version: 3.6.2
97
94
  specification_version: 4
98
95
  summary: Sass files across all Bot and Rose projects
99
96
  test_files: []