easy_sax 0.2.1 → 0.2.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: 8c9c11a2f5edc4d49180152b955e2dadf02a8dfa93a7b02ac1ac03f99a2df827
4
- data.tar.gz: ac9a38abaeca0a9bf7cbb155beefe4abf197c6adc1f01ad53bb0a3395d935622
3
+ metadata.gz: 0a00b5a04a499e5b942215648f8de9cf40b39b6ac78f4551527491528f77d85a
4
+ data.tar.gz: 7b64339289826e79f57fdb0c02ab75430e1de326bdc52c28dd30ad18754a8fec
5
5
  SHA512:
6
- metadata.gz: 58d1852330c5c474642fff87bd418090261c26a1c540c2502118ba18234cd67a9311e05b87709380365aefe3e9082c739e7bc054208ed6914d14b787ca1c6d66
7
- data.tar.gz: fc1c2f714aaeb28508cccc06d97cbd81040394b7a844693ce6d69c4205963bceee7ba5e19ad8b564da0e3e98fca7e076d43f2c5ad3cda6851e638dc3d5393f17
6
+ metadata.gz: 1fc36f3567ac33bbfd343f34b2c9e73cffaa07d061e7bfeff63613e3f2776eead501f5bc1618236ac964b2f4b1f52702ae0f69cffa444645c383ac2031b2746a
7
+ data.tar.gz: 1353ca7c671ea7816037d28faf2ba43dc35b8a31ebf889a44b7bb12ccc5d015e484f21d7fe9ad00a8b1acf85bd4d8b1b4a5efe46973a7a1820e3f01838c26ac9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy_sax (0.2.1)
4
+ easy_sax (0.2.2)
5
5
  activesupport (~> 7.0.8)
6
6
  nokogiri (~> 1.18.3)
7
7
 
@@ -19,11 +19,11 @@ GEM
19
19
  concurrent-ruby (~> 1.0)
20
20
  method_source (1.1.0)
21
21
  minitest (5.25.4)
22
- nokogiri (1.18.3-arm64-darwin)
22
+ nokogiri (1.18.8-arm64-darwin)
23
23
  racc (~> 1.4)
24
- nokogiri (1.18.3-x86_64-darwin)
24
+ nokogiri (1.18.8-x86_64-darwin)
25
25
  racc (~> 1.4)
26
- nokogiri (1.18.3-x86_64-linux-gnu)
26
+ nokogiri (1.18.8-x86_64-linux-gnu)
27
27
  racc (~> 1.4)
28
28
  pry (0.15.2)
29
29
  coderay (~> 1.1)
@@ -1,3 +1,3 @@
1
1
  module EasySax
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_sax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Northam
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-06 00:00:00.000000000 Z
10
+ date: 2025-05-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: nokogiri