a-nti_manner_kick_course 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d08b3a51f738d909292f04fa0fdc86e56cf2e2e4802a22d06dbe4512c229fdad
4
- data.tar.gz: aeefe9cf2619e4b00bcab635e69902263feaacdc5900bd6e763d35b03d28b337
3
+ metadata.gz: bfb8543c773a2fbd4fcda38f7474bfcb2f22529871ddefae8ba27b05ecb3c698
4
+ data.tar.gz: 862a04da71a7e1fd6fcf7d430050296c11b8bea1fc442206cf89cec7ea51ebe6
5
5
  SHA512:
6
- metadata.gz: b6f23e8127b19944e0cc200d37af175c9a80b76740b2e43131d865e8f909103319ad553961dce8c1d4d7c7f7ede583258ca4d655a2addec45bc6f2287ca1741d
7
- data.tar.gz: bd545ffff6b455c2ca57af20fd51fdd3363f55eb8a20290cfd643fd6e2127c63b9ec129239ca5ec68b52058397a5e02d606d69e737fb2ad56f3e3d18c14c1c56
6
+ metadata.gz: d15b1750140075df7bdd839695ab8db3abd49f3688c63c495cfa2e70ee22e30fd455bc2af312efd924872fa87e58a79cdf6991841c52611b8cfb358eef8bd94d
7
+ data.tar.gz: 8aedee9707e2670ad977d5583303d98ed6f6e7ff86656c18c3296bba42de09ac1e8a921eec82a8a5839ac246690d9b46f89d52649536e1e0e6a58b2da751cd79
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]((https://api.rubyonrails.org/classes/ActiveSupport/LazyLoadHooks.html).
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).
@@ -1,5 +1,5 @@
1
1
  module A
2
2
  module NtiMannerKickCourse
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -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|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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shinichi Maeshima
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-17 00:00:00.000000000 Z
10
+ date: 2025-01-30 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails