rails_ping 0.2.2 → 0.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49c5a86715a20a98bb5f5a72b06e9d90bd76c260806f36bc9daa9b48fcdcb7b9
4
- data.tar.gz: f38153e5784bee33c0d4df4d2ce3706179f361dea8a66f3094d7f000d1ca9b26
3
+ metadata.gz: 505bef4eb1fe72c26f404136ca2441bb9fe0384c7eedc8563bc76c38390af4b4
4
+ data.tar.gz: 38178450b58b7963d491bca2cdc605099abbf80decde05e7f6006a0b8d90f63f
5
5
  SHA512:
6
- metadata.gz: 67617eadff62412f264f5f84a1df2958a523dbca10c6e8936b9b622f597cd4b75611a211c8c7256029062b1e89fecaa2dc3d993b6996e5eecb84c61b3c80f6a9
7
- data.tar.gz: 8a3729497dadd1a7a15655611c3bb73f8a299ea135020ac6d2f752c123d9a47cb398fc83379c4711b633f25632fa4d25e77b7138d80dcc98b3c32899a7dbaced
6
+ metadata.gz: 7607a40b852582df49e1f21c76510e93da05e8ae4a6aa98d9e8792935738b7ce0dbe197a6bc42ac7ca7c4b80033ce6fc67a7f62eb32352a19a9230f367c70a00
7
+ data.tar.gz: 35ffe04ae2aeefe39946042744713fa96db86992d600e42e2c6187683dca0d350239741b8f8dad3240284faafca0aee507db7f335e6da0a7181a65960ce86c23
data/Gemfile.lock CHANGED
@@ -1,66 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_ping (0.2.1)
4
+ rails_ping (0.2.2)
5
5
  rails (>= 5.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.7.8)
11
- actionpack (= 6.1.7.8)
12
- activesupport (= 6.1.7.8)
10
+ actioncable (6.1.7.9)
11
+ actionpack (= 6.1.7.9)
12
+ activesupport (= 6.1.7.9)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.7.8)
16
- actionpack (= 6.1.7.8)
17
- activejob (= 6.1.7.8)
18
- activerecord (= 6.1.7.8)
19
- activestorage (= 6.1.7.8)
20
- activesupport (= 6.1.7.8)
15
+ actionmailbox (6.1.7.9)
16
+ actionpack (= 6.1.7.9)
17
+ activejob (= 6.1.7.9)
18
+ activerecord (= 6.1.7.9)
19
+ activestorage (= 6.1.7.9)
20
+ activesupport (= 6.1.7.9)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.1.7.8)
23
- actionpack (= 6.1.7.8)
24
- actionview (= 6.1.7.8)
25
- activejob (= 6.1.7.8)
26
- activesupport (= 6.1.7.8)
22
+ actionmailer (6.1.7.9)
23
+ actionpack (= 6.1.7.9)
24
+ actionview (= 6.1.7.9)
25
+ activejob (= 6.1.7.9)
26
+ activesupport (= 6.1.7.9)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.7.8)
30
- actionview (= 6.1.7.8)
31
- activesupport (= 6.1.7.8)
29
+ actionpack (6.1.7.9)
30
+ actionview (= 6.1.7.9)
31
+ activesupport (= 6.1.7.9)
32
32
  rack (~> 2.0, >= 2.0.9)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.7.8)
37
- actionpack (= 6.1.7.8)
38
- activerecord (= 6.1.7.8)
39
- activestorage (= 6.1.7.8)
40
- activesupport (= 6.1.7.8)
36
+ actiontext (6.1.7.9)
37
+ actionpack (= 6.1.7.9)
38
+ activerecord (= 6.1.7.9)
39
+ activestorage (= 6.1.7.9)
40
+ activesupport (= 6.1.7.9)
41
41
  nokogiri (>= 1.8.5)
42
- actionview (6.1.7.8)
43
- activesupport (= 6.1.7.8)
42
+ actionview (6.1.7.9)
43
+ activesupport (= 6.1.7.9)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
47
47
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.7.8)
49
- activesupport (= 6.1.7.8)
48
+ activejob (6.1.7.9)
49
+ activesupport (= 6.1.7.9)
50
50
  globalid (>= 0.3.6)
51
- activemodel (6.1.7.8)
52
- activesupport (= 6.1.7.8)
53
- activerecord (6.1.7.8)
54
- activemodel (= 6.1.7.8)
55
- activesupport (= 6.1.7.8)
56
- activestorage (6.1.7.8)
57
- actionpack (= 6.1.7.8)
58
- activejob (= 6.1.7.8)
59
- activerecord (= 6.1.7.8)
60
- activesupport (= 6.1.7.8)
51
+ activemodel (6.1.7.9)
52
+ activesupport (= 6.1.7.9)
53
+ activerecord (6.1.7.9)
54
+ activemodel (= 6.1.7.9)
55
+ activesupport (= 6.1.7.9)
56
+ activestorage (6.1.7.9)
57
+ actionpack (= 6.1.7.9)
58
+ activejob (= 6.1.7.9)
59
+ activerecord (= 6.1.7.9)
60
+ activesupport (= 6.1.7.9)
61
61
  marcel (~> 1.0)
62
62
  mini_mime (>= 1.1.0)
63
- activesupport (6.1.7.8)
63
+ activesupport (6.1.7.9)
64
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 1.6, < 2)
66
66
  minitest (>= 5.1)
@@ -75,7 +75,7 @@ GEM
75
75
  erubi (1.13.0)
76
76
  globalid (1.2.1)
77
77
  activesupport (>= 6.1)
78
- i18n (1.14.5)
78
+ i18n (1.14.6)
79
79
  concurrent-ruby (~> 1.0)
80
80
  json (2.7.2)
81
81
  language_server-protocol (3.17.0.3)
@@ -92,7 +92,7 @@ GEM
92
92
  mini_mime (1.1.5)
93
93
  mini_portile2 (2.8.7)
94
94
  minitest (5.25.1)
95
- net-imap (0.4.16)
95
+ net-imap (0.5.0)
96
96
  date
97
97
  net-protocol
98
98
  net-pop (0.1.2)
@@ -110,23 +110,23 @@ GEM
110
110
  ast (~> 2.4.1)
111
111
  racc
112
112
  racc (1.8.1)
113
- rack (2.2.9)
113
+ rack (2.2.10)
114
114
  rack-test (2.1.0)
115
115
  rack (>= 1.3)
116
- rails (6.1.7.8)
117
- actioncable (= 6.1.7.8)
118
- actionmailbox (= 6.1.7.8)
119
- actionmailer (= 6.1.7.8)
120
- actionpack (= 6.1.7.8)
121
- actiontext (= 6.1.7.8)
122
- actionview (= 6.1.7.8)
123
- activejob (= 6.1.7.8)
124
- activemodel (= 6.1.7.8)
125
- activerecord (= 6.1.7.8)
126
- activestorage (= 6.1.7.8)
127
- activesupport (= 6.1.7.8)
116
+ rails (6.1.7.9)
117
+ actioncable (= 6.1.7.9)
118
+ actionmailbox (= 6.1.7.9)
119
+ actionmailer (= 6.1.7.9)
120
+ actionpack (= 6.1.7.9)
121
+ actiontext (= 6.1.7.9)
122
+ actionview (= 6.1.7.9)
123
+ activejob (= 6.1.7.9)
124
+ activemodel (= 6.1.7.9)
125
+ activerecord (= 6.1.7.9)
126
+ activestorage (= 6.1.7.9)
127
+ activesupport (= 6.1.7.9)
128
128
  bundler (>= 1.15.0)
129
- railties (= 6.1.7.8)
129
+ railties (= 6.1.7.9)
130
130
  sprockets-rails (>= 2.0.0)
131
131
  rails-dom-testing (2.2.0)
132
132
  activesupport (>= 5.0.0)
@@ -135,9 +135,9 @@ GEM
135
135
  rails-html-sanitizer (1.6.0)
136
136
  loofah (~> 2.21)
137
137
  nokogiri (~> 1.14)
138
- railties (6.1.7.8)
139
- actionpack (= 6.1.7.8)
140
- activesupport (= 6.1.7.8)
138
+ railties (6.1.7.9)
139
+ actionpack (= 6.1.7.9)
140
+ activesupport (= 6.1.7.9)
141
141
  method_source
142
142
  rake (>= 12.2)
143
143
  thor (~> 1.0)
@@ -148,16 +148,16 @@ GEM
148
148
  rspec-core (~> 3.13.0)
149
149
  rspec-expectations (~> 3.13.0)
150
150
  rspec-mocks (~> 3.13.0)
151
- rspec-core (3.13.1)
151
+ rspec-core (3.13.2)
152
152
  rspec-support (~> 3.13.0)
153
153
  rspec-expectations (3.13.3)
154
154
  diff-lcs (>= 1.2.0, < 2.0)
155
155
  rspec-support (~> 3.13.0)
156
- rspec-mocks (3.13.1)
156
+ rspec-mocks (3.13.2)
157
157
  diff-lcs (>= 1.2.0, < 2.0)
158
158
  rspec-support (~> 3.13.0)
159
159
  rspec-support (3.13.1)
160
- rubocop (1.66.1)
160
+ rubocop (1.67.0)
161
161
  json (~> 2.3)
162
162
  language_server-protocol (>= 3.17.0)
163
163
  parallel (~> 1.10)
@@ -181,11 +181,11 @@ GEM
181
181
  timeout (0.4.1)
182
182
  tzinfo (2.0.6)
183
183
  concurrent-ruby (~> 1.0)
184
- unicode-display_width (2.5.0)
184
+ unicode-display_width (2.6.0)
185
185
  websocket-driver (0.7.6)
186
186
  websocket-extensions (>= 0.1.0)
187
187
  websocket-extensions (0.1.5)
188
- zeitwerk (2.6.18)
188
+ zeitwerk (2.7.1)
189
189
 
190
190
  PLATFORMS
191
191
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsPing
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_ping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Lafontaine
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-09 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails