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 +4 -4
- data/Gemfile.lock +62 -62
- data/lib/rails_ping/version.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: 505bef4eb1fe72c26f404136ca2441bb9fe0384c7eedc8563bc76c38390af4b4
|
4
|
+
data.tar.gz: 38178450b58b7963d491bca2cdc605099abbf80decde05e7f6006a0b8d90f63f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
11
|
-
actionpack (= 6.1.7.
|
12
|
-
activesupport (= 6.1.7.
|
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.
|
16
|
-
actionpack (= 6.1.7.
|
17
|
-
activejob (= 6.1.7.
|
18
|
-
activerecord (= 6.1.7.
|
19
|
-
activestorage (= 6.1.7.
|
20
|
-
activesupport (= 6.1.7.
|
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.
|
23
|
-
actionpack (= 6.1.7.
|
24
|
-
actionview (= 6.1.7.
|
25
|
-
activejob (= 6.1.7.
|
26
|
-
activesupport (= 6.1.7.
|
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.
|
30
|
-
actionview (= 6.1.7.
|
31
|
-
activesupport (= 6.1.7.
|
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.
|
37
|
-
actionpack (= 6.1.7.
|
38
|
-
activerecord (= 6.1.7.
|
39
|
-
activestorage (= 6.1.7.
|
40
|
-
activesupport (= 6.1.7.
|
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.
|
43
|
-
activesupport (= 6.1.7.
|
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.
|
49
|
-
activesupport (= 6.1.7.
|
48
|
+
activejob (6.1.7.9)
|
49
|
+
activesupport (= 6.1.7.9)
|
50
50
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.7.
|
52
|
-
activesupport (= 6.1.7.
|
53
|
-
activerecord (6.1.7.
|
54
|
-
activemodel (= 6.1.7.
|
55
|
-
activesupport (= 6.1.7.
|
56
|
-
activestorage (6.1.7.
|
57
|
-
actionpack (= 6.1.7.
|
58
|
-
activejob (= 6.1.7.
|
59
|
-
activerecord (= 6.1.7.
|
60
|
-
activesupport (= 6.1.7.
|
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.
|
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.
|
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.
|
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.
|
113
|
+
rack (2.2.10)
|
114
114
|
rack-test (2.1.0)
|
115
115
|
rack (>= 1.3)
|
116
|
-
rails (6.1.7.
|
117
|
-
actioncable (= 6.1.7.
|
118
|
-
actionmailbox (= 6.1.7.
|
119
|
-
actionmailer (= 6.1.7.
|
120
|
-
actionpack (= 6.1.7.
|
121
|
-
actiontext (= 6.1.7.
|
122
|
-
actionview (= 6.1.7.
|
123
|
-
activejob (= 6.1.7.
|
124
|
-
activemodel (= 6.1.7.
|
125
|
-
activerecord (= 6.1.7.
|
126
|
-
activestorage (= 6.1.7.
|
127
|
-
activesupport (= 6.1.7.
|
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.
|
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.
|
139
|
-
actionpack (= 6.1.7.
|
140
|
-
activesupport (= 6.1.7.
|
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.
|
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.
|
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.
|
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.
|
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.
|
188
|
+
zeitwerk (2.7.1)
|
189
189
|
|
190
190
|
PLATFORMS
|
191
191
|
ruby
|
data/lib/rails_ping/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|