brut 0.2.2 → 0.2.3

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: 657d2ac0d7c8de2b4d7ed55cbe7bd399677a011d1ae545fc927fd570d1656e90
4
- data.tar.gz: 29f11570fc3adffbd5ebd36480150a578c5d162fad03b1a9e0bb4dacd74cec14
3
+ metadata.gz: 4748377a7df73751800a069f1174f5184163fb8223dda9c7bd0500f3b92c56c6
4
+ data.tar.gz: d6d30cc552cba2d7851e31182a99ba994c47e17e915847d430d6eeaf49181640
5
5
  SHA512:
6
- metadata.gz: 286b7fdca5f9c2e636e51078c6b8d209aa7360b0589cb796958831da4c5ddce37b1545897f90b2bc9fa4f14a34539765255d8526baa34e44d742a7cccfb0226f
7
- data.tar.gz: 9c04ee17ff44afc0562941e7fc9ca5e94407d06d42bc59a86376f5013b5ab717e80cd6a5fd740cac4a9adbb588ee5efacba02d0ce905b36d35d5e3bffe2495ce
6
+ metadata.gz: 5df001d9a8b18fc423191a8eeaf6021855235efd10560e2add89d1acc2375880654e261b13091867c96d6cc995ce25725c2c71a44c7a8a7acf06c16d10a6643d
7
+ data.tar.gz: 413ecc176b9d041a74a944a63fbcc990eb6c138a8d69a4de25d101396bce706060c467878c68c16f58dacdd70855b76661368bc497554e53428dfb7cdcea1ddc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Brut CHANGELOG
2
2
 
3
+ ## v0.2.3 - July 10, 2025
4
+
5
+ * **References nonexistent class**
6
+
3
7
  ## v0.2.2 - July 10, 2025
4
8
 
5
9
  * **Address incorrect underscorization on classnames**
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brut (0.2.2)
4
+ brut (0.2.3)
5
5
  concurrent-ruby
6
6
  i18n
7
7
  irb
@@ -19,7 +19,7 @@ class Brut::CLI::Apps::BuildAssets < Brut::CLI::App
19
19
  out.puts "Removing #{asset_metadata_file}"
20
20
  FileUtils.rm_f(asset_metadata_file)
21
21
  end
22
- delegate_to_commands(Images, JS, CSS)
22
+ delegate_to_commands(Images, Js, Css)
23
23
  end
24
24
  end
25
25
 
data/lib/brut/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Brut
2
2
  # @!visibility private
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Bryant Copeland