herb 0.3.0-x86-linux-gnu → 0.3.1-x86-linux-gnu

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: 91f40f0b1aa8050e871a024640ac86b280e94d4e9b09cb61936f9fceb71b45c9
4
- data.tar.gz: 077ee0b9e5e95850b66244f149580f5877ee8b13fc63fc56851383e864a7664c
3
+ metadata.gz: ee5d5058ccc30c3196f0171751df69e0bfaa718fc7d5505dc9e277f38dfc5df4
4
+ data.tar.gz: ef85211e706f54c2910975b70a08aac794bb5d226b59d6c1f1f914438aeac60f
5
5
  SHA512:
6
- metadata.gz: 4bd8e3dc2c3ad81ccd43861aa3ff900c5d3f714a12e6e1fb8029601564d82b4dd758b209f60fd4ab121d5bf6835a1a0c3e023de7aafde7aa9f658223cd3c51ac
7
- data.tar.gz: 832db948a9e90b7b96e25b7ab200edd371aa6321d4db5c42af96b72c0ef3b79f386eefbc75027de8c9fc79088f7c134ddca2c0ba4bd8fed23c392291cb3f1e76
6
+ metadata.gz: 313efab6cfc0691eef001328e50413569db14330df1d3888a6d236df6f93a279e8b811eb5f018312f1e37e8e800e9bcd9b4958b30e64494c2b0fe3017af276dc
7
+ data.tar.gz: 1784a818af25710fba84688b92665fb164d41adbed2b4da45931c540030231b13a41a751155ac80a77863f327d82977c9cd1356bfbaffaca8a37ddec30b3682c
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <h2 align="center">Herb</h2>
6
6
 
7
- <h4 align="center">HTML + ERB (HTML Embedded Ruby)</h4>
7
+ <h4 align="center">HTML+ERB (HTML + Embedded Ruby)</h4>
8
8
 
9
9
  <div align="center">Powerful and seamless HTML-aware ERB parsing and tooling.</div>
10
10
 
data/lib/herb/3.0/herb.so CHANGED
Binary file
data/lib/herb/3.1/herb.so CHANGED
Binary file
data/lib/herb/3.2/herb.so CHANGED
Binary file
data/lib/herb/3.3/herb.so CHANGED
Binary file
data/lib/herb/3.4/herb.so CHANGED
Binary file
data/lib/herb/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # typed: true
3
3
 
4
4
  module Herb
5
- VERSION = "0.3.0"
5
+ VERSION = "0.3.1"
6
6
  end
@@ -1,6 +1,6 @@
1
1
  #ifndef HERB_VERSION_H
2
2
  #define HERB_VERSION_H
3
3
 
4
- #define HERB_VERSION "0.3.0"
4
+ #define HERB_VERSION "0.3.1"
5
5
 
6
6
  #endif
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: x86-linux-gnu
6
6
  authors:
7
7
  - Marco Roth
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-06-21 00:00:00.000000000 Z
10
+ date: 2025-06-23 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Powerful and seamless HTML-aware ERB parsing and tooling.
13
13
  email: