a-nti_manner_kick_course 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/a/nti_manner_kick_course/version.rb +1 -1
- data/lib/a/nti_manner_kick_course.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68267188f3995d0cf7a60c081677f7b86ebc4dba7e29a5b075b32d1edd98b411
|
4
|
+
data.tar.gz: 037e96608abbb2fbef919095be48ea7dc48d171e7446292b52dc4f53be69fc60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cb5109a6b9524bc12ca8209a309bab3a46c938eb4ccbd66f1642f3c8d23b3b44fd65d9013bbbbf5eb7e5b94c23fc3460cc9b6eb786ead28c59353c57e1f37fd
|
7
|
+
data.tar.gz: 5b4836b815b3cc14c7d009f1b61132cb58df8619f7e213b587f25e0eb5a67c8944d0891e75ce9d63dd73ebc3c02b7ace5cb37f9a99844e1db93b995b5e355833
|
data/README.md
CHANGED
@@ -112,10 +112,12 @@ If any code fails to lazy loading, the process will exit with status code 1. Thi
|
|
112
112
|
|
113
113
|
You can fix the issue by wrapping the relevant code in an `ActiveSupport.on_load` block.
|
114
114
|
|
115
|
-
For more details about ActiveSupport.on_load, check [the official Rails documentation](
|
115
|
+
For more details about ActiveSupport.on_load, check [the official Rails documentation](https://api.rubyonrails.org/classes/ActiveSupport/LazyLoadHooks.html).
|
116
116
|
|
117
117
|
If the ANTI_MANNER environment variable is not set, this gem does nothing.
|
118
118
|
|
119
|
+
> [!CAUTION]
|
120
|
+
> If you are using Spring, this gem will not work correctly. In that case, add DISABLE_SPRING=1 to your command before running it.
|
119
121
|
|
120
122
|
## License
|
121
123
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
@@ -69,7 +69,7 @@ module A
|
|
69
69
|
|
70
70
|
# TODO: We need to make this list more comprehensive.
|
71
71
|
def filtering
|
72
|
-
%r{<internal:|/bundled_gems.rb|/(a-nti_manner_kick_course|activesupport|actionpack|activerecord|bootsnap|bundler|zeitwerk)-[0-9a-z
|
72
|
+
%r{<internal:|/bundled_gems.rb|/(a-nti_manner_kick_course|activemodel|activesupport|actionpack|activerecord|bootsnap|bundler|zeitwerk)-([0-9\.]+|[0-9a-z]{12})/}
|
73
73
|
end
|
74
74
|
|
75
75
|
def already_checked?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: a-nti_manner_kick_course
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shinichi Maeshima
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|