yass-css 0.2.0-x86_64-darwin → 0.3.0-x86_64-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: c479edcc9a8f8f7d3e305fe7d0e41cf08794f56bbb5504f04a50d5eb97053bfd
4
- data.tar.gz: a549b4dff1a3aa93ad7da4f29f4043a86be5ba0f278f7d4f4de429ec4b712618
3
+ metadata.gz: 34c9ed6d4f7d6362e0303c3a629aa29d93019e26c17686e18cc156a0652cb66a
4
+ data.tar.gz: ee7d34a360006ef33f3ff6438b997a5921ada004460021fea68ddacef8c089bd
5
5
  SHA512:
6
- metadata.gz: d100dac4a3b716ea1d750e98ff4293576eb647b9c49d1e0c7e8eaacd543e79ea89c9b7146c6d456f9e8bee4d63514fa588533714e8305020a7f4b44ab9d68cc6
7
- data.tar.gz: 8db303d4ddd3dd84d53d35956d36e305c94e6d752cd197c6e09438234d0102eb501a4df0a4359b7e24c1100d5e771fb37fdb73457d36a39f213b39c203691675
6
+ metadata.gz: c2bc6ad8663192b8c3dc684e428d6c473f130e4e29dc77f0f735a7c36e1352310492519b7e17e973d91a99eedafef7c801b8b63c537e4bca62482104c27d74b6
7
+ data.tar.gz: 032be0c8d29019da8354601005a42f80ae22c1c2863ab992946980f90e41654df82f6f45468ec3c83d08166bc8db29d12f21a89ac64cf884b6590b229d857f77
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: x86_64-darwin
6
6
  authors:
7
7
  - Cameron Dutro