streamlined 0.5.2 → 0.6.1
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 +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +36 -35
- data/README.md +1 -5
- data/lib/streamlined/helpers.rb +2 -2
- data/lib/streamlined/version.rb +1 -1
- data/streamlined.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 236a1f6ce2fedd7f3421204d4f9cf670c7d69203644c6a51402d2a17639f8657
|
4
|
+
data.tar.gz: 4917b1449c877a04e8a044853724d73791a60db3a410490f9e29d31f8f5d7989
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa4f8686da6b88827ab76806a3704cca57ba019fc09c84061b79a80f28d4816e1999b5deb2396447ba9ae5511d324b845ba9a9e13817e2629a9caf17ff2624c6
|
7
|
+
data.tar.gz: a664456ed905c7b82b76c6c5973c821d544312b80f3f2de279625cc08455b4c3f0381ee2d65a0bd79c35bcadbb5a07cae647f37655ed80fb2e56ee169c837c91
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
ruby-3.1.4
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,97 +1,98 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
streamlined (0.
|
4
|
+
streamlined (0.6.1)
|
5
5
|
serbea (>= 2.1)
|
6
6
|
zeitwerk (~> 2.5)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.1
|
11
|
+
activesupport (7.2.1)
|
12
12
|
base64
|
13
13
|
bigdecimal
|
14
|
-
concurrent-ruby (~> 1.0, >= 1.
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
15
15
|
connection_pool (>= 2.2.5)
|
16
16
|
drb
|
17
17
|
i18n (>= 1.6, < 2)
|
18
|
+
logger (>= 1.4.2)
|
18
19
|
minitest (>= 5.1)
|
19
|
-
|
20
|
-
tzinfo (~> 2.0)
|
20
|
+
securerandom (>= 0.3)
|
21
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
21
22
|
ansi (1.5.0)
|
22
23
|
ast (2.4.2)
|
23
24
|
backport (1.2.0)
|
24
25
|
base64 (0.2.0)
|
25
26
|
benchmark (0.3.0)
|
26
|
-
bigdecimal (3.1.
|
27
|
-
builder (3.
|
28
|
-
concurrent-ruby (1.
|
27
|
+
bigdecimal (3.1.8)
|
28
|
+
builder (3.3.0)
|
29
|
+
concurrent-ruby (1.3.4)
|
29
30
|
connection_pool (2.4.1)
|
30
31
|
diff-lcs (1.5.1)
|
31
32
|
drb (2.2.1)
|
32
33
|
e2mmap (0.1.0)
|
33
|
-
erubi (1.
|
34
|
-
i18n (1.14.
|
34
|
+
erubi (1.13.1)
|
35
|
+
i18n (1.14.5)
|
35
36
|
concurrent-ruby (~> 1.0)
|
36
|
-
jaro_winkler (1.
|
37
|
+
jaro_winkler (1.6.0)
|
37
38
|
json (2.7.2)
|
38
39
|
kramdown (2.4.0)
|
39
40
|
rexml
|
40
41
|
kramdown-parser-gfm (1.1.0)
|
41
42
|
kramdown (~> 2.0)
|
42
43
|
language_server-protocol (3.17.0.3)
|
43
|
-
|
44
|
-
minitest
|
44
|
+
logger (1.6.1)
|
45
|
+
minitest (5.25.1)
|
46
|
+
minitest-reporters (1.7.1)
|
45
47
|
ansi
|
46
48
|
builder
|
47
49
|
minitest (>= 5.0)
|
48
50
|
ruby-progressbar
|
49
|
-
|
50
|
-
nokogiri (1.16.3-arm64-darwin)
|
51
|
+
nokogiri (1.16.7-arm64-darwin)
|
51
52
|
racc (~> 1.4)
|
52
|
-
nokogiri (1.16.
|
53
|
+
nokogiri (1.16.7-x86_64-linux)
|
53
54
|
racc (~> 1.4)
|
54
|
-
parallel (1.
|
55
|
-
parser (3.3.0
|
55
|
+
parallel (1.26.3)
|
56
|
+
parser (3.3.5.0)
|
56
57
|
ast (~> 2.4.1)
|
57
58
|
racc
|
58
|
-
racc (1.
|
59
|
+
racc (1.8.1)
|
59
60
|
rails-dom-testing (2.2.0)
|
60
61
|
activesupport (>= 5.0.0)
|
61
62
|
minitest
|
62
63
|
nokogiri (>= 1.6)
|
63
64
|
rainbow (3.1.1)
|
64
|
-
rake (13.2.
|
65
|
+
rake (13.2.1)
|
65
66
|
rbs (2.8.4)
|
66
|
-
regexp_parser (2.9.
|
67
|
+
regexp_parser (2.9.2)
|
67
68
|
reverse_markdown (2.1.1)
|
68
69
|
nokogiri
|
69
|
-
rexml (3.
|
70
|
-
rubocop (1.
|
70
|
+
rexml (3.3.7)
|
71
|
+
rubocop (1.66.1)
|
71
72
|
json (~> 2.3)
|
72
73
|
language_server-protocol (>= 3.17.0)
|
73
74
|
parallel (~> 1.10)
|
74
75
|
parser (>= 3.3.0.2)
|
75
76
|
rainbow (>= 2.2.2, < 4.0)
|
76
|
-
regexp_parser (>=
|
77
|
-
|
78
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
77
|
+
regexp_parser (>= 2.4, < 3.0)
|
78
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
79
79
|
ruby-progressbar (~> 1.7)
|
80
80
|
unicode-display_width (>= 2.4.0, < 3.0)
|
81
|
-
rubocop-ast (1.
|
82
|
-
parser (>= 3.3.0
|
83
|
-
rubocop-bridgetown (0.
|
81
|
+
rubocop-ast (1.32.3)
|
82
|
+
parser (>= 3.3.1.0)
|
83
|
+
rubocop-bridgetown (0.5.0)
|
84
84
|
rubocop (~> 1.23)
|
85
85
|
rubocop-performance (~> 1.12)
|
86
86
|
rubocop-minitest (0.20.1)
|
87
87
|
rubocop (>= 0.90, < 2.0)
|
88
|
-
rubocop-performance (1.21.
|
88
|
+
rubocop-performance (1.21.1)
|
89
89
|
rubocop (>= 1.48.1, < 2.0)
|
90
90
|
rubocop-ast (>= 1.31.1, < 2.0)
|
91
91
|
rubocop-rake (0.6.0)
|
92
92
|
rubocop (~> 1.0)
|
93
93
|
ruby-progressbar (1.13.0)
|
94
|
-
|
94
|
+
securerandom (0.3.1)
|
95
|
+
serbea (2.2.0)
|
95
96
|
erubi (>= 1.10)
|
96
97
|
tilt (~> 2.0)
|
97
98
|
solargraph (0.50.0)
|
@@ -110,13 +111,13 @@ GEM
|
|
110
111
|
thor (~> 1.0)
|
111
112
|
tilt (~> 2.0)
|
112
113
|
yard (~> 0.9, >= 0.9.24)
|
113
|
-
thor (1.3.
|
114
|
-
tilt (2.
|
114
|
+
thor (1.3.2)
|
115
|
+
tilt (2.4.0)
|
115
116
|
tzinfo (2.0.6)
|
116
117
|
concurrent-ruby (~> 1.0)
|
117
118
|
unicode-display_width (2.5.0)
|
118
|
-
yard (0.9.
|
119
|
-
zeitwerk (2.6.
|
119
|
+
yard (0.9.37)
|
120
|
+
zeitwerk (2.6.18)
|
120
121
|
|
121
122
|
PLATFORMS
|
122
123
|
arm64-darwin-21
|
data/README.md
CHANGED
@@ -24,12 +24,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
24
24
|
|
25
25
|
## Contributing
|
26
26
|
|
27
|
-
Bug reports and pull requests are welcome on
|
27
|
+
Bug reports and pull requests are welcome on Codeberg at https://codeberg.org/jaredwhite/streamlined. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://codeberg.org/jaredwhite/streamlined/src/branch/main/CODE_OF_CONDUCT.md).
|
28
28
|
|
29
29
|
## License
|
30
30
|
|
31
31
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
32
|
-
|
33
|
-
## Code of Conduct
|
34
|
-
|
35
|
-
Everyone interacting in the Streamlined project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bridgetownrb/streamlined/blob/main/CODE_OF_CONDUCT.md).
|
data/lib/streamlined/helpers.rb
CHANGED
@@ -81,7 +81,7 @@ module Streamlined
|
|
81
81
|
# @param value [String] the attribute value
|
82
82
|
# @return [String]
|
83
83
|
def attribute_segment(attr, value)
|
84
|
-
"#{attr}
|
84
|
+
"#{attr}=\"#{CGI.escapeHTML(value.to_s)}\""
|
85
85
|
end
|
86
86
|
|
87
87
|
def text(callback, piping = nil)
|
@@ -90,7 +90,7 @@ module Streamlined
|
|
90
90
|
(callback.is_a?(Proc) ? callback.touch : callback).to_s.then do |str|
|
91
91
|
next str if str.html_safe?
|
92
92
|
|
93
|
-
|
93
|
+
CGI.escapeHTML(str)
|
94
94
|
end
|
95
95
|
end
|
96
96
|
|
data/lib/streamlined/version.rb
CHANGED
data/streamlined.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = "maintainers@bridgetownrb.com"
|
10
10
|
|
11
11
|
spec.summary = "HTML fragment & component rendering for Ruby using streamlined procs & heredocs."
|
12
|
-
spec.homepage = "https://
|
12
|
+
spec.homepage = "https://codeberg.org/jaredwhite/streamlined"
|
13
13
|
spec.license = "MIT"
|
14
14
|
spec.required_ruby_version = ">= 3.1"
|
15
15
|
spec.metadata["rubygems_mfa_required"] = "true"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: streamlined
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bridgetown Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: serbea
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- lib/streamlined/renderable.rb
|
64
64
|
- lib/streamlined/version.rb
|
65
65
|
- streamlined.gemspec
|
66
|
-
homepage: https://
|
66
|
+
homepage: https://codeberg.org/jaredwhite/streamlined
|
67
67
|
licenses:
|
68
68
|
- MIT
|
69
69
|
metadata:
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
rubygems_version: 3.3.
|
86
|
+
rubygems_version: 3.3.26
|
87
87
|
signing_key:
|
88
88
|
specification_version: 4
|
89
89
|
summary: HTML fragment & component rendering for Ruby using streamlined procs & heredocs.
|