selma 0.4.10-arm64-darwin → 0.4.11-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d845ff8109439e4b0893643ceb52b32df02b90757fe19333172fd0c6664305f4
4
- data.tar.gz: 249ca1cd1ab7ef92075aab21e138b9034d9f3902f8e27469b12343dd52707e1c
3
+ metadata.gz: ab783da59bf093ab8f8c1ccf8e4890417941cefb07f693d4bb4c8b05f34b6d37
4
+ data.tar.gz: 864b708e5465672e53cba68da63ee82a438f8fd274692504d3d34a1c6dc48172
5
5
  SHA512:
6
- metadata.gz: 55577188ec0bba49856c989e06729296ed1674565bcc3f0cb522a10550380bd4421352d2d796b9e901766efc0a21c251c038e5281d7f9b96e023d28b1a44d0b2
7
- data.tar.gz: 531cd1cc35d180107aeaea389457eebbe2cad3e235ed247088decc1ffad0b1d366141989daa8b79ccc726b200023d82fa0db9e0c13695690f82511c777bfb454
6
+ metadata.gz: 8b26e54ed8e7ae7d01dc964e39b2fe3c388c10675fefc1a2836f333fcfc30abf50851d5a18840244f294931337bfc8beb7dab5425c756fc491516742a5ba6d3f
7
+ data.tar.gz: acc76a0ec30c418b0a0b12b558975e5a2877e3bb1b303ff0a563b82bf5eec7cb592b4247dea5ca135c1fc4a5328a90b98d3ddd202cb956be457c0a472ebd290c
Binary file
Binary file
data/lib/selma/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Selma
4
- VERSION = "0.4.10"
4
+ VERSION = "0.4.11"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -48,9 +48,8 @@ files:
48
48
  - LICENSE.txt
49
49
  - README.md
50
50
  - lib/selma.rb
51
- - lib/selma/3.1/selma.bundle
52
51
  - lib/selma/3.2/selma.bundle
53
- - lib/selma/3.3/selma.bundle
52
+ - lib/selma/3.4/selma.bundle
54
53
  - lib/selma/config.rb
55
54
  - lib/selma/extension.rb
56
55
  - lib/selma/html.rb
@@ -80,17 +79,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
79
  requirements:
81
80
  - - ">="
82
81
  - !ruby/object:Gem::Version
83
- version: '3.1'
82
+ version: '3.2'
84
83
  - - "<"
85
84
  - !ruby/object:Gem::Version
86
- version: 3.4.dev
85
+ version: 3.5.dev
87
86
  required_rubygems_version: !ruby/object:Gem::Requirement
88
87
  requirements:
89
- - - ">="
88
+ - - "~>"
90
89
  - !ruby/object:Gem::Version
91
- version: 3.3.22
90
+ version: '3.4'
92
91
  requirements: []
93
- rubygems_version: 3.4.4
92
+ rubygems_version: 3.5.23
94
93
  signing_key:
95
94
  specification_version: 4
96
95
  summary: Selma selects and matches HTML nodes using CSS rules. Backed by Rust's lol_html
Binary file
Binary file