orthoses-rails 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/rails/{gemfiles/Gemfile_6_0 → Gemfile} +4 -4
- data/examples/rails/{gemfiles/Gemfile_7_0.lock → Gemfile.lock} +80 -74
- data/examples/rails/Rakefile +53 -39
- data/examples/rails/known_sig/actionpack/7.0/action_controller/metal.rbs +4 -0
- data/examples/rails/known_sig/activemodel/7.0/active_model/serialization.rbs +4 -0
- data/examples/rails/known_sig/activemodel/7.0/active_model/validations.rbs +4 -0
- data/examples/rails/known_sig/activerecord/6.0/_active_record_relation.rbs +49 -0
- data/examples/rails/known_sig/activerecord/6.0/_active_record_relation_class_methods.rbs +45 -0
- data/examples/rails/known_sig/activerecord/6.0/active_record/result.rbs +5 -0
- data/examples/rails/known_sig/activerecord/6.1/_active_record_relation.rbs +49 -0
- data/examples/rails/known_sig/activerecord/6.1/_active_record_relation_class_methods.rbs +45 -0
- data/examples/rails/known_sig/activerecord/6.1/active_record/result.rbs +5 -0
- data/examples/rails/known_sig/activerecord/7.0/_active_record_relation.rbs +49 -0
- data/examples/rails/known_sig/activerecord/7.0/_active_record_relation_class_methods.rbs +45 -0
- data/examples/rails/known_sig/activerecord/7.0/active_record/encryption/context.rbs +9 -0
- data/examples/rails/known_sig/activerecord/7.0/active_record/result.rbs +5 -0
- data/examples/rails/known_sig/activesupport/7.0/active_support/callbacks/callback_chain.rbs +9 -0
- data/examples/rails/known_sig/activesupport/7.0/active_support/duration.rbs +4 -0
- data/examples/rails/known_sig/activesupport/7.0/active_support/hash_with_indifferent_access.rbs +6 -0
- data/examples/rails/known_sig/activesupport/7.0/active_support/multibyte/chars.rbs +7 -0
- data/examples/rails/known_sig/activesupport/7.0/active_support/time_with_zone.rbs +5 -0
- data/examples/rails/known_sig/activesupport/7.0/active_support/time_zone.rbs +3 -0
- data/examples/rails/known_sig/activesupport/7.0/date.rbs +6 -0
- data/examples/rails/known_sig/activesupport/7.0/date_and_time/zones.rbs +4 -0
- data/examples/rails/known_sig/activesupport/7.0/hash_with_indifferent_access.rbs +2 -0
- data/examples/rails/known_sig/activesupport/7.0/integer.rbs +9 -0
- data/examples/rails/known_sig/activesupport/7.0/numeric.rbs +15 -0
- data/examples/rails/known_sig/activesupport/7.0/string.rbs +4 -0
- data/examples/rails/known_sig/activesupport/7.0/time.rbs +76 -0
- data/examples/rails/tasks/action_pack.rake +141 -0
- data/examples/rails/tasks/action_view.rake +77 -0
- data/examples/rails/tasks/active_job.rake +5 -1
- data/examples/rails/tasks/active_model.rake +1 -1
- data/examples/rails/tasks/active_record.rake +7 -2
- data/examples/rails/tasks/active_storage.rake +1 -1
- data/examples/rails/tasks/active_support.rake +7 -0
- data/examples/rails/tasks/railties.rake +37 -0
- data/lib/orthoses/active_model/has_secure_password.rb +2 -10
- data/lib/orthoses/active_record/delegated_type.rb +2 -8
- data/lib/orthoses/active_record/enum.rb +2 -2
- data/lib/orthoses/active_record/generated_attribute_methods.rb +1 -0
- data/lib/orthoses/active_record/scope.rb +2 -2
- data/lib/orthoses/active_support/class_attribute.rb +3 -10
- data/lib/orthoses/active_support/configurable.rb +3 -2
- data/lib/orthoses/active_support/delegation.rb +6 -14
- data/lib/orthoses/active_support/mattr_accessor.rb +4 -12
- data/lib/orthoses/active_support.rb +0 -15
- data/lib/orthoses/rails/version.rb +1 -1
- data/lib/orthoses/rails.rb +1 -0
- data/lib/orthoses/railties/mixin.rb +107 -0
- data/lib/orthoses/railties.rb +3 -0
- data/orthoses-rails.gemspec +1 -1
- metadata +38 -11
- data/examples/rails/gemfiles/Gemfile_6_0.lock +0 -172
- data/examples/rails/gemfiles/Gemfile_6_1 +0 -15
- data/examples/rails/gemfiles/Gemfile_6_1.lock +0 -173
- data/examples/rails/gemfiles/Gemfile_7_0 +0 -15
@@ -1,173 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../../..
|
3
|
-
specs:
|
4
|
-
orthoses-rails (0.4.0)
|
5
|
-
orthoses (>= 0.10)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (6.1.6)
|
11
|
-
actionpack (= 6.1.6)
|
12
|
-
activesupport (= 6.1.6)
|
13
|
-
nio4r (~> 2.0)
|
14
|
-
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.1.6)
|
16
|
-
actionpack (= 6.1.6)
|
17
|
-
activejob (= 6.1.6)
|
18
|
-
activerecord (= 6.1.6)
|
19
|
-
activestorage (= 6.1.6)
|
20
|
-
activesupport (= 6.1.6)
|
21
|
-
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.1.6)
|
23
|
-
actionpack (= 6.1.6)
|
24
|
-
actionview (= 6.1.6)
|
25
|
-
activejob (= 6.1.6)
|
26
|
-
activesupport (= 6.1.6)
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
28
|
-
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.1.6)
|
30
|
-
actionview (= 6.1.6)
|
31
|
-
activesupport (= 6.1.6)
|
32
|
-
rack (~> 2.0, >= 2.0.9)
|
33
|
-
rack-test (>= 0.6.3)
|
34
|
-
rails-dom-testing (~> 2.0)
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.1.6)
|
37
|
-
actionpack (= 6.1.6)
|
38
|
-
activerecord (= 6.1.6)
|
39
|
-
activestorage (= 6.1.6)
|
40
|
-
activesupport (= 6.1.6)
|
41
|
-
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.6)
|
43
|
-
activesupport (= 6.1.6)
|
44
|
-
builder (~> 3.1)
|
45
|
-
erubi (~> 1.4)
|
46
|
-
rails-dom-testing (~> 2.0)
|
47
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.1.6)
|
49
|
-
activesupport (= 6.1.6)
|
50
|
-
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.6)
|
52
|
-
activesupport (= 6.1.6)
|
53
|
-
activerecord (6.1.6)
|
54
|
-
activemodel (= 6.1.6)
|
55
|
-
activesupport (= 6.1.6)
|
56
|
-
activestorage (6.1.6)
|
57
|
-
actionpack (= 6.1.6)
|
58
|
-
activejob (= 6.1.6)
|
59
|
-
activerecord (= 6.1.6)
|
60
|
-
activesupport (= 6.1.6)
|
61
|
-
marcel (~> 1.0)
|
62
|
-
mini_mime (>= 1.1.0)
|
63
|
-
activesupport (6.1.6)
|
64
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
|
-
i18n (>= 1.6, < 2)
|
66
|
-
minitest (>= 5.1)
|
67
|
-
tzinfo (~> 2.0)
|
68
|
-
zeitwerk (~> 2.3)
|
69
|
-
builder (3.2.4)
|
70
|
-
concurrent-ruby (1.1.10)
|
71
|
-
crass (1.0.6)
|
72
|
-
digest (3.1.0)
|
73
|
-
erubi (1.10.0)
|
74
|
-
globalid (1.0.0)
|
75
|
-
activesupport (>= 5.0)
|
76
|
-
i18n (1.10.0)
|
77
|
-
concurrent-ruby (~> 1.0)
|
78
|
-
loofah (2.18.0)
|
79
|
-
crass (~> 1.0.2)
|
80
|
-
nokogiri (>= 1.5.9)
|
81
|
-
mail (2.7.1)
|
82
|
-
mini_mime (>= 0.1.1)
|
83
|
-
marcel (1.0.2)
|
84
|
-
method_source (1.0.0)
|
85
|
-
mini_mime (1.1.2)
|
86
|
-
mini_portile2 (2.8.0)
|
87
|
-
minitest (5.16.1)
|
88
|
-
net-imap (0.2.3)
|
89
|
-
digest
|
90
|
-
net-protocol
|
91
|
-
strscan
|
92
|
-
net-pop (0.1.1)
|
93
|
-
digest
|
94
|
-
net-protocol
|
95
|
-
timeout
|
96
|
-
net-protocol (0.1.3)
|
97
|
-
timeout
|
98
|
-
net-smtp (0.3.1)
|
99
|
-
digest
|
100
|
-
net-protocol
|
101
|
-
timeout
|
102
|
-
nio4r (2.5.8)
|
103
|
-
nokogiri (1.13.6)
|
104
|
-
mini_portile2 (~> 2.8.0)
|
105
|
-
racc (~> 1.4)
|
106
|
-
orthoses (0.10.0)
|
107
|
-
rbs (~> 2.0)
|
108
|
-
racc (1.6.0)
|
109
|
-
rack (2.2.3.1)
|
110
|
-
rack-test (2.0.0)
|
111
|
-
rack (>= 1.3)
|
112
|
-
rails (6.1.6)
|
113
|
-
actioncable (= 6.1.6)
|
114
|
-
actionmailbox (= 6.1.6)
|
115
|
-
actionmailer (= 6.1.6)
|
116
|
-
actionpack (= 6.1.6)
|
117
|
-
actiontext (= 6.1.6)
|
118
|
-
actionview (= 6.1.6)
|
119
|
-
activejob (= 6.1.6)
|
120
|
-
activemodel (= 6.1.6)
|
121
|
-
activerecord (= 6.1.6)
|
122
|
-
activestorage (= 6.1.6)
|
123
|
-
activesupport (= 6.1.6)
|
124
|
-
bundler (>= 1.15.0)
|
125
|
-
railties (= 6.1.6)
|
126
|
-
sprockets-rails (>= 2.0.0)
|
127
|
-
rails-dom-testing (2.0.3)
|
128
|
-
activesupport (>= 4.2.0)
|
129
|
-
nokogiri (>= 1.6)
|
130
|
-
rails-html-sanitizer (1.4.3)
|
131
|
-
loofah (~> 2.3)
|
132
|
-
railties (6.1.6)
|
133
|
-
actionpack (= 6.1.6)
|
134
|
-
activesupport (= 6.1.6)
|
135
|
-
method_source
|
136
|
-
rake (>= 12.2)
|
137
|
-
thor (~> 1.0)
|
138
|
-
rake (13.0.6)
|
139
|
-
rbs (2.6.0)
|
140
|
-
sprockets (4.1.0)
|
141
|
-
concurrent-ruby (~> 1.0)
|
142
|
-
rack (> 1, < 3)
|
143
|
-
sprockets-rails (3.4.2)
|
144
|
-
actionpack (>= 5.2)
|
145
|
-
activesupport (>= 5.2)
|
146
|
-
sprockets (>= 3.0.0)
|
147
|
-
sqlite3 (1.4.4)
|
148
|
-
strscan (3.0.3)
|
149
|
-
thor (1.2.1)
|
150
|
-
timeout (0.3.0)
|
151
|
-
tzinfo (2.0.4)
|
152
|
-
concurrent-ruby (~> 1.0)
|
153
|
-
websocket-driver (0.7.5)
|
154
|
-
websocket-extensions (>= 0.1.0)
|
155
|
-
websocket-extensions (0.1.5)
|
156
|
-
zeitwerk (2.6.0)
|
157
|
-
|
158
|
-
PLATFORMS
|
159
|
-
ruby
|
160
|
-
|
161
|
-
DEPENDENCIES
|
162
|
-
net-imap
|
163
|
-
net-pop
|
164
|
-
net-smtp
|
165
|
-
orthoses-rails!
|
166
|
-
rails (>= 6.1, < 7)
|
167
|
-
sqlite3
|
168
|
-
|
169
|
-
RUBY VERSION
|
170
|
-
ruby 3.1.1p18
|
171
|
-
|
172
|
-
BUNDLED WITH
|
173
|
-
2.3.9
|
@@ -1,15 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
ruby "~> 3.1.0"
|
4
|
-
|
5
|
-
gemspec path: '../../../'
|
6
|
-
|
7
|
-
gem "rails", ">= 7.0", "< 7.1"
|
8
|
-
gem "sqlite3"
|
9
|
-
# gem "orthoses", path: "../../../../orthoses"
|
10
|
-
|
11
|
-
if RUBY_VERSION >= "3.1"
|
12
|
-
gem "net-smtp", require: false
|
13
|
-
gem "net-imap", require: false
|
14
|
-
gem "net-pop", require: false
|
15
|
-
end
|