reactionview 0.1.6 → 0.2.0

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.
@@ -20,7 +20,11 @@ module ReActionView
20
20
  # Tell Herb whether the template will be compiled with `frozen_string_literal: true`
21
21
  properties[:freeze_template_literals] = !::ActionView::Template.frozen_string_literal
22
22
 
23
+ # Disable all Herb escape functions - let ActionView::OutputBuffer handle escaping
23
24
  properties[:escapefunc] = ""
25
+ properties[:attrfunc] = ""
26
+ properties[:jsfunc] = ""
27
+ properties[:cssfunc] = ""
24
28
 
25
29
  super
26
30
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReActionView
4
- VERSION = "0.1.6"
4
+ VERSION = "0.2.0"
5
5
  end
data/reactionview.gemspec CHANGED
@@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
36
36
  spec.require_paths = ["lib"]
37
37
 
38
38
  spec.add_dependency "actionview", ">= 7.0"
39
- spec.add_dependency "herb", ">= 0.7.5", "< 1.0.0"
39
+ spec.add_dependency "herb", ">= 0.8.0", "< 1.0.0"
40
40
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reactionview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Roth
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-11-03 00:00:00.000000000 Z
10
+ date: 2025-12-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: actionview
@@ -29,7 +29,7 @@ dependencies:
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 0.7.5
32
+ version: 0.8.0
33
33
  - - "<"
34
34
  - !ruby/object:Gem::Version
35
35
  version: 1.0.0
@@ -39,7 +39,7 @@ dependencies:
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 0.7.5
42
+ version: 0.8.0
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
45
  version: 1.0.0