action_component 0.2.1 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +88 -55
- data/action_component.gemspec +3 -3
- data/lib/action_component/base.rb +2 -2
- data/lib/action_component/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aca48697fec01c646e0ae1e04f0dc4a6ad689dc7340ddbf72d859a00482dbeee
|
4
|
+
data.tar.gz: fbf1f6f34cdb29f0de03f15cc3431932485421518b31be3cf75dc2330ae6b536
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa645d574e829584f319a4f583aef862763d4b49166ef9211bc35c75dfe151cc3e24357781116df94cb1944d324e0c6c25e05ab91720f4702fc2f5f958fca5a4
|
7
|
+
data.tar.gz: 16ec4e45b49c2451ee8ccd883e8ab181d76998fc7a781bdd3b54e5474318d7da35bf4ff43477482b44ff026098e418a7b6b24b626225ac9065424d402ad05934
|
data/Gemfile.lock
CHANGED
@@ -1,82 +1,115 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
action_component (0.2.
|
5
|
-
actionpack (>= 4, < 7.
|
6
|
-
activesupport (>= 4, < 7.
|
7
|
-
railties (>= 4, < 7.
|
4
|
+
action_component (0.2.2)
|
5
|
+
actionpack (>= 4, < 7.2)
|
6
|
+
activesupport (>= 4, < 7.2)
|
7
|
+
railties (>= 4, < 7.2)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: http://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actionpack (7.
|
13
|
-
actionview (= 7.
|
14
|
-
activesupport (= 7.
|
15
|
-
|
12
|
+
actionpack (7.1.1)
|
13
|
+
actionview (= 7.1.1)
|
14
|
+
activesupport (= 7.1.1)
|
15
|
+
nokogiri (>= 1.8.5)
|
16
|
+
rack (>= 2.2.4)
|
17
|
+
rack-session (>= 1.0.1)
|
16
18
|
rack-test (>= 0.6.3)
|
17
|
-
rails-dom-testing (~> 2.
|
18
|
-
rails-html-sanitizer (~> 1.
|
19
|
-
actionview (7.
|
20
|
-
activesupport (= 7.
|
19
|
+
rails-dom-testing (~> 2.2)
|
20
|
+
rails-html-sanitizer (~> 1.6)
|
21
|
+
actionview (7.1.1)
|
22
|
+
activesupport (= 7.1.1)
|
21
23
|
builder (~> 3.1)
|
22
|
-
erubi (~> 1.
|
23
|
-
rails-dom-testing (~> 2.
|
24
|
-
rails-html-sanitizer (~> 1.
|
25
|
-
activesupport (7.
|
24
|
+
erubi (~> 1.11)
|
25
|
+
rails-dom-testing (~> 2.2)
|
26
|
+
rails-html-sanitizer (~> 1.6)
|
27
|
+
activesupport (7.1.1)
|
28
|
+
base64
|
29
|
+
bigdecimal
|
26
30
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
+
connection_pool (>= 2.2.5)
|
32
|
+
drb
|
27
33
|
i18n (>= 1.6, < 2)
|
28
34
|
minitest (>= 5.1)
|
35
|
+
mutex_m
|
29
36
|
tzinfo (~> 2.0)
|
37
|
+
base64 (0.1.1)
|
38
|
+
bigdecimal (3.1.4)
|
30
39
|
builder (3.2.4)
|
31
|
-
concurrent-ruby (1.
|
40
|
+
concurrent-ruby (1.2.2)
|
41
|
+
connection_pool (2.4.1)
|
32
42
|
crass (1.0.6)
|
33
43
|
diff-lcs (1.5.0)
|
34
|
-
|
35
|
-
|
44
|
+
drb (2.1.1)
|
45
|
+
ruby2_keywords
|
46
|
+
erubi (1.12.0)
|
47
|
+
i18n (1.14.1)
|
36
48
|
concurrent-ruby (~> 1.0)
|
37
|
-
|
49
|
+
io-console (0.6.0)
|
50
|
+
irb (1.8.3)
|
51
|
+
rdoc
|
52
|
+
reline (>= 0.3.8)
|
53
|
+
loofah (2.21.4)
|
38
54
|
crass (~> 1.0.2)
|
39
|
-
nokogiri (>= 1.
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
nokogiri (1.
|
44
|
-
mini_portile2 (~> 2.8.
|
55
|
+
nokogiri (>= 1.12.0)
|
56
|
+
mini_portile2 (2.8.4)
|
57
|
+
minitest (5.20.0)
|
58
|
+
mutex_m (0.1.2)
|
59
|
+
nokogiri (1.15.4)
|
60
|
+
mini_portile2 (~> 2.8.2)
|
45
61
|
racc (~> 1.4)
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
62
|
+
psych (5.1.1)
|
63
|
+
stringio
|
64
|
+
racc (1.7.1)
|
65
|
+
rack (3.0.8)
|
66
|
+
rack-session (2.0.0)
|
67
|
+
rack (>= 3.0.0)
|
68
|
+
rack-test (2.1.0)
|
69
|
+
rack (>= 1.3)
|
70
|
+
rackup (2.1.0)
|
71
|
+
rack (>= 3)
|
72
|
+
webrick (~> 1.8)
|
73
|
+
rails-dom-testing (2.2.0)
|
74
|
+
activesupport (>= 5.0.0)
|
75
|
+
minitest
|
52
76
|
nokogiri (>= 1.6)
|
53
|
-
rails-html-sanitizer (1.
|
54
|
-
loofah (~> 2.
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
77
|
+
rails-html-sanitizer (1.6.0)
|
78
|
+
loofah (~> 2.21)
|
79
|
+
nokogiri (~> 1.14)
|
80
|
+
railties (7.1.1)
|
81
|
+
actionpack (= 7.1.1)
|
82
|
+
activesupport (= 7.1.1)
|
83
|
+
irb
|
84
|
+
rackup (>= 1.0.0)
|
59
85
|
rake (>= 12.2)
|
60
|
-
thor (~> 1.0)
|
61
|
-
zeitwerk (~> 2.
|
86
|
+
thor (~> 1.0, >= 1.2.2)
|
87
|
+
zeitwerk (~> 2.6)
|
62
88
|
rake (13.0.6)
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
rspec
|
68
|
-
rspec-
|
69
|
-
|
89
|
+
rdoc (6.5.0)
|
90
|
+
psych (>= 4.0.0)
|
91
|
+
reline (0.3.9)
|
92
|
+
io-console (~> 0.5)
|
93
|
+
rspec (3.12.0)
|
94
|
+
rspec-core (~> 3.12.0)
|
95
|
+
rspec-expectations (~> 3.12.0)
|
96
|
+
rspec-mocks (~> 3.12.0)
|
97
|
+
rspec-core (3.12.2)
|
98
|
+
rspec-support (~> 3.12.0)
|
99
|
+
rspec-expectations (3.12.3)
|
70
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
71
|
-
rspec-support (~> 3.
|
72
|
-
rspec-mocks (3.
|
101
|
+
rspec-support (~> 3.12.0)
|
102
|
+
rspec-mocks (3.12.6)
|
73
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
74
|
-
rspec-support (~> 3.
|
75
|
-
rspec-support (3.
|
76
|
-
|
77
|
-
|
104
|
+
rspec-support (~> 3.12.0)
|
105
|
+
rspec-support (3.12.1)
|
106
|
+
ruby2_keywords (0.0.5)
|
107
|
+
stringio (3.0.8)
|
108
|
+
thor (1.2.2)
|
109
|
+
tzinfo (2.0.6)
|
78
110
|
concurrent-ruby (~> 1.0)
|
79
|
-
|
111
|
+
webrick (1.8.1)
|
112
|
+
zeitwerk (2.6.12)
|
80
113
|
|
81
114
|
PLATFORMS
|
82
115
|
ruby
|
@@ -86,4 +119,4 @@ DEPENDENCIES
|
|
86
119
|
rspec (~> 3.5)
|
87
120
|
|
88
121
|
BUNDLED WITH
|
89
|
-
2.
|
122
|
+
2.4.20
|
data/action_component.gemspec
CHANGED
@@ -15,9 +15,9 @@ Gem::Specification.new do |s|
|
|
15
15
|
|
16
16
|
s.required_ruby_version = '>= 2.0'
|
17
17
|
|
18
|
-
s.add_dependency "actionpack", [">= 4", "< 7.
|
19
|
-
s.add_dependency "activesupport", [">= 4", "< 7.
|
20
|
-
s.add_dependency "railties", [">= 4", "< 7.
|
18
|
+
s.add_dependency "actionpack", [">= 4", "< 7.2"]
|
19
|
+
s.add_dependency "activesupport", [">= 4", "< 7.2"]
|
20
|
+
s.add_dependency "railties", [">= 4", "< 7.2"]
|
21
21
|
|
22
22
|
s.add_development_dependency "rspec", "~> 3.5"
|
23
23
|
|
@@ -42,9 +42,9 @@ module ActionComponent
|
|
42
42
|
|
43
43
|
private
|
44
44
|
|
45
|
-
def method_missing(method, *args, &block)
|
45
|
+
def method_missing(method, *args, **kwargs, &block)
|
46
46
|
if @_view.respond_to?(method)
|
47
|
-
@_view.send(method, *args, &block)
|
47
|
+
@_view.send(method, *args, **kwargs, &block)
|
48
48
|
else
|
49
49
|
super
|
50
50
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: action_component
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roger Nesbitt
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '7.
|
22
|
+
version: '7.2'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '7.
|
32
|
+
version: '7.2'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: activesupport
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '4'
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '7.
|
42
|
+
version: '7.2'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: '4'
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '7.
|
52
|
+
version: '7.2'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: railties
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
version: '4'
|
60
60
|
- - "<"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '7.
|
62
|
+
version: '7.2'
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
version: '4'
|
70
70
|
- - "<"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '7.
|
72
|
+
version: '7.2'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: rspec
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -119,7 +119,7 @@ homepage: https://github.com/mogest/action_component
|
|
119
119
|
licenses:
|
120
120
|
- MIT
|
121
121
|
metadata: {}
|
122
|
-
post_install_message:
|
122
|
+
post_install_message:
|
123
123
|
rdoc_options: []
|
124
124
|
require_paths:
|
125
125
|
- lib
|
@@ -134,8 +134,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
- !ruby/object:Gem::Version
|
135
135
|
version: '0'
|
136
136
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
138
|
-
signing_key:
|
137
|
+
rubygems_version: 3.4.10
|
138
|
+
signing_key:
|
139
139
|
specification_version: 4
|
140
140
|
summary: React-style components for Rails
|
141
141
|
test_files:
|