selma 0.4.11-x86_64-linux → 0.4.12-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/selma/3.2/selma.so +0 -0
- data/lib/selma/3.3/selma.so +0 -0
- data/lib/selma/3.4/selma.so +0 -0
- data/lib/selma/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43def89a51ed289c58a5632dbd791935a64920989ee8b413c86fde829aa02953
|
4
|
+
data.tar.gz: 1a2218f78f5e755618be7cdbeb19383264f6918c9ad2af5838f3f90e19d3dc4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8db4c7e031a707d51c7cb3ec765638ab445a8f7deb13b7922419dc9aaecce0c799649a6906902b77e733685616e5a17cafb1b483dba26791bd21083d49858645
|
7
|
+
data.tar.gz: 31c9d10d78e1531072d6b16be549c3175dfa4982c7d6b5a259e7ddb8d267fb2e74db01a5183809954cf3960145b39320d53bc857a14312052a276d189f88bb04
|
data/README.md
CHANGED
@@ -95,8 +95,8 @@ whitespace_elements: ["blockquote", "h1", "h2", "h3", "h4", "h5", "h6", ]
|
|
95
95
|
|
96
96
|
The real power in Selma comes in its use of handlers. A handler is simply an object with various methods defined:
|
97
97
|
|
98
|
-
- `selector`, a method which MUST return instance of `Selma::Selector
|
99
|
-
- `handle_element`, a method that's
|
98
|
+
- `selector`, a method which MUST return an instance of `Selma::Selector`, defining the CSS classes to match
|
99
|
+
- `handle_element`, a method that's called on each matched element
|
100
100
|
- `handle_text_chunk`, a method that's called on each matched text node
|
101
101
|
|
102
102
|
Here's an example which rewrites the `href` attribute on `a` and the `src` attribute on `img` to be `https` rather than `http`.
|
data/lib/selma/3.2/selma.so
CHANGED
Binary file
|
Binary file
|
data/lib/selma/3.4/selma.so
CHANGED
Binary file
|
data/lib/selma/version.rb
CHANGED
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.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -49,6 +49,7 @@ files:
|
|
49
49
|
- README.md
|
50
50
|
- lib/selma.rb
|
51
51
|
- lib/selma/3.2/selma.so
|
52
|
+
- lib/selma/3.3/selma.so
|
52
53
|
- lib/selma/3.4/selma.so
|
53
54
|
- lib/selma/config.rb
|
54
55
|
- lib/selma/extension.rb
|