yass-css 0.2.0-arm64-darwin → 0.3.0-arm64-darwin

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: ebfb401e9be0e281b056775de981eecdeca37477b6432aa59e714349649db452
4
- data.tar.gz: 77862713c3767866b0ac09eb4bc31918c63bafd1c0cc62c5e3fd60516a91ef0e
3
+ metadata.gz: e6b15359621015220639e3dd17e8de44369540072bad9335b507507249c38bab
4
+ data.tar.gz: '09626206f7b02948cf85beb5783b81668d5eabe3955b453a39254508c9f85fd7'
5
5
  SHA512:
6
- metadata.gz: f8391cccca082bdb8972246a572dbd45a25dd19994e6e3d38413b4af5f48e12bda383384d7af03f053477e091dc471cbcfa3fd42acd0546d9381b201bca8b2e3
7
- data.tar.gz: e21998dce73ce07863c8e818436627129bec5e61c61d2a031b88d116ce48e7c17e799e2b3956ad3381c8433561c7e0703460e05446998ccacf47321caf8b760b
6
+ metadata.gz: 5364287e4d72af4228c4bacb76c865350adccd4da289095238954d9ae09a60f3955f7866e7a503334c8550695e711f4c4fd671f9ec215795bcaecaf5a924c521
7
+ data.tar.gz: a2c8176b58b8240c3295fdcdfd7ee4e5635d403df1be70c88124515630a55fbc6371ebe61353615da9c8ae82f12faec43e4af32e691bb178ea3480e4a8e2a827
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.0]
4
+
5
+ - Upgrade to rb_sys v0.9.126.
6
+
3
7
  ## [0.2.0] - 2026-04-19
4
8
 
5
9
  - Fully support all style declarations.
data/Rakefile CHANGED
@@ -7,8 +7,6 @@ RSpec::Core::RakeTask.new(:spec)
7
7
 
8
8
  require "rb_sys/extensiontask"
9
9
 
10
- task build: :compile
11
-
12
10
  GEMSPEC = Gem::Specification.load("yass.gemspec")
13
11
 
14
12
  RbSys::ExtensionTask.new("yass", GEMSPEC) do |ext|
Binary file
Binary file
Binary file
Binary file
data/lib/yass/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yass
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yass-css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Cameron Dutro