rails_ping 0.2.0 → 0.2.1
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/.ruby-version +1 -1
- data/Gemfile.lock +105 -97
- data/lib/rails_ping/version.rb +1 -1
- data/rails_ping.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4eddeb6a2b44f5eda8e55866fe86108b31ff20ebf08c126112e5571d0ea784f6
|
4
|
+
data.tar.gz: 2b76c3cb9da56751d3c99d282957fe03f5e7bda6b6daa77edb6c2738563846e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 589c90d1f6384d258542198e90e3a838234d6ca453487b4ae79713c9fb89a1dd86f8254752732b48cc5dc874f1bd0f688d37dc26a8b84c9d368ab82c67035c29
|
7
|
+
data.tar.gz: d75cd5da9cc38f28d30f7a718636872c91c3f2aebe2ca0ea7073a7bdec939978588184c2b099c6e1ff6dfa11031e18bddedb09e3c5fdfbc9de558133e32ab1f7
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1
|
1
|
+
3.3.1
|
data/Gemfile.lock
CHANGED
@@ -1,84 +1,85 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_ping (0.1
|
4
|
+
rails_ping (0.2.1)
|
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.7)
|
11
|
+
actionpack (= 6.1.7.7)
|
12
|
+
activesupport (= 6.1.7.7)
|
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.7)
|
16
|
+
actionpack (= 6.1.7.7)
|
17
|
+
activejob (= 6.1.7.7)
|
18
|
+
activerecord (= 6.1.7.7)
|
19
|
+
activestorage (= 6.1.7.7)
|
20
|
+
activesupport (= 6.1.7.7)
|
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.7)
|
23
|
+
actionpack (= 6.1.7.7)
|
24
|
+
actionview (= 6.1.7.7)
|
25
|
+
activejob (= 6.1.7.7)
|
26
|
+
activesupport (= 6.1.7.7)
|
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.7)
|
30
|
+
actionview (= 6.1.7.7)
|
31
|
+
activesupport (= 6.1.7.7)
|
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.7)
|
37
|
+
actionpack (= 6.1.7.7)
|
38
|
+
activerecord (= 6.1.7.7)
|
39
|
+
activestorage (= 6.1.7.7)
|
40
|
+
activesupport (= 6.1.7.7)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.7.
|
43
|
-
activesupport (= 6.1.7.
|
42
|
+
actionview (6.1.7.7)
|
43
|
+
activesupport (= 6.1.7.7)
|
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.7)
|
49
|
+
activesupport (= 6.1.7.7)
|
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.7)
|
52
|
+
activesupport (= 6.1.7.7)
|
53
|
+
activerecord (6.1.7.7)
|
54
|
+
activemodel (= 6.1.7.7)
|
55
|
+
activesupport (= 6.1.7.7)
|
56
|
+
activestorage (6.1.7.7)
|
57
|
+
actionpack (= 6.1.7.7)
|
58
|
+
activejob (= 6.1.7.7)
|
59
|
+
activerecord (= 6.1.7.7)
|
60
|
+
activesupport (= 6.1.7.7)
|
61
61
|
marcel (~> 1.0)
|
62
62
|
mini_mime (>= 1.1.0)
|
63
|
-
activesupport (6.1.7.
|
63
|
+
activesupport (6.1.7.7)
|
64
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
65
|
i18n (>= 1.6, < 2)
|
66
66
|
minitest (>= 5.1)
|
67
67
|
tzinfo (~> 2.0)
|
68
68
|
zeitwerk (~> 2.3)
|
69
|
-
ast (2.4.
|
69
|
+
ast (2.4.2)
|
70
70
|
builder (3.2.4)
|
71
|
-
concurrent-ruby (1.2.
|
71
|
+
concurrent-ruby (1.2.3)
|
72
72
|
crass (1.0.6)
|
73
|
-
date (3.3.
|
74
|
-
diff-lcs (1.5.
|
73
|
+
date (3.3.4)
|
74
|
+
diff-lcs (1.5.1)
|
75
75
|
erubi (1.12.0)
|
76
76
|
globalid (1.2.1)
|
77
77
|
activesupport (>= 6.1)
|
78
|
-
i18n (1.14.
|
78
|
+
i18n (1.14.4)
|
79
79
|
concurrent-ruby (~> 1.0)
|
80
|
-
|
81
|
-
|
80
|
+
json (2.7.2)
|
81
|
+
language_server-protocol (3.17.0.3)
|
82
|
+
loofah (2.22.0)
|
82
83
|
crass (~> 1.0.2)
|
83
84
|
nokogiri (>= 1.12.0)
|
84
85
|
mail (2.8.1)
|
@@ -86,45 +87,46 @@ GEM
|
|
86
87
|
net-imap
|
87
88
|
net-pop
|
88
89
|
net-smtp
|
89
|
-
marcel (1.0.
|
90
|
-
method_source (1.
|
90
|
+
marcel (1.0.4)
|
91
|
+
method_source (1.1.0)
|
91
92
|
mini_mime (1.1.5)
|
92
|
-
mini_portile2 (2.8.
|
93
|
-
minitest (5.
|
94
|
-
net-imap (0.
|
93
|
+
mini_portile2 (2.8.6)
|
94
|
+
minitest (5.22.3)
|
95
|
+
net-imap (0.4.10)
|
95
96
|
date
|
96
97
|
net-protocol
|
97
98
|
net-pop (0.1.2)
|
98
99
|
net-protocol
|
99
|
-
net-protocol (0.2.
|
100
|
+
net-protocol (0.2.2)
|
100
101
|
timeout
|
101
|
-
net-smtp (0.
|
102
|
+
net-smtp (0.5.0)
|
102
103
|
net-protocol
|
103
|
-
nio4r (2.
|
104
|
-
nokogiri (1.
|
104
|
+
nio4r (2.7.1)
|
105
|
+
nokogiri (1.16.4)
|
105
106
|
mini_portile2 (~> 2.8.2)
|
106
107
|
racc (~> 1.4)
|
107
|
-
parallel (1.
|
108
|
-
parser (
|
109
|
-
ast (~> 2.4.
|
110
|
-
|
111
|
-
|
108
|
+
parallel (1.24.0)
|
109
|
+
parser (3.3.1.0)
|
110
|
+
ast (~> 2.4.1)
|
111
|
+
racc
|
112
|
+
racc (1.7.3)
|
113
|
+
rack (2.2.9)
|
112
114
|
rack-test (2.1.0)
|
113
115
|
rack (>= 1.3)
|
114
|
-
rails (6.1.7.
|
115
|
-
actioncable (= 6.1.7.
|
116
|
-
actionmailbox (= 6.1.7.
|
117
|
-
actionmailer (= 6.1.7.
|
118
|
-
actionpack (= 6.1.7.
|
119
|
-
actiontext (= 6.1.7.
|
120
|
-
actionview (= 6.1.7.
|
121
|
-
activejob (= 6.1.7.
|
122
|
-
activemodel (= 6.1.7.
|
123
|
-
activerecord (= 6.1.7.
|
124
|
-
activestorage (= 6.1.7.
|
125
|
-
activesupport (= 6.1.7.
|
116
|
+
rails (6.1.7.7)
|
117
|
+
actioncable (= 6.1.7.7)
|
118
|
+
actionmailbox (= 6.1.7.7)
|
119
|
+
actionmailer (= 6.1.7.7)
|
120
|
+
actionpack (= 6.1.7.7)
|
121
|
+
actiontext (= 6.1.7.7)
|
122
|
+
actionview (= 6.1.7.7)
|
123
|
+
activejob (= 6.1.7.7)
|
124
|
+
activemodel (= 6.1.7.7)
|
125
|
+
activerecord (= 6.1.7.7)
|
126
|
+
activestorage (= 6.1.7.7)
|
127
|
+
activesupport (= 6.1.7.7)
|
126
128
|
bundler (>= 1.15.0)
|
127
|
-
railties (= 6.1.7.
|
129
|
+
railties (= 6.1.7.7)
|
128
130
|
sprockets-rails (>= 2.0.0)
|
129
131
|
rails-dom-testing (2.2.0)
|
130
132
|
activesupport (>= 5.0.0)
|
@@ -133,37 +135,43 @@ GEM
|
|
133
135
|
rails-html-sanitizer (1.6.0)
|
134
136
|
loofah (~> 2.21)
|
135
137
|
nokogiri (~> 1.14)
|
136
|
-
railties (6.1.7.
|
137
|
-
actionpack (= 6.1.7.
|
138
|
-
activesupport (= 6.1.7.
|
138
|
+
railties (6.1.7.7)
|
139
|
+
actionpack (= 6.1.7.7)
|
140
|
+
activesupport (= 6.1.7.7)
|
139
141
|
method_source
|
140
142
|
rake (>= 12.2)
|
141
143
|
thor (~> 1.0)
|
142
144
|
rainbow (3.1.1)
|
143
145
|
rake (12.3.3)
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
rspec-
|
148
|
-
rspec-
|
149
|
-
|
150
|
-
|
151
|
-
|
146
|
+
regexp_parser (2.9.0)
|
147
|
+
rexml (3.2.6)
|
148
|
+
rspec (3.13.0)
|
149
|
+
rspec-core (~> 3.13.0)
|
150
|
+
rspec-expectations (~> 3.13.0)
|
151
|
+
rspec-mocks (~> 3.13.0)
|
152
|
+
rspec-core (3.13.0)
|
153
|
+
rspec-support (~> 3.13.0)
|
154
|
+
rspec-expectations (3.13.0)
|
152
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
153
|
-
rspec-support (~> 3.
|
154
|
-
rspec-mocks (3.
|
156
|
+
rspec-support (~> 3.13.0)
|
157
|
+
rspec-mocks (3.13.0)
|
155
158
|
diff-lcs (>= 1.2.0, < 2.0)
|
156
|
-
rspec-support (~> 3.
|
157
|
-
rspec-support (3.
|
158
|
-
rubocop (
|
159
|
-
|
159
|
+
rspec-support (~> 3.13.0)
|
160
|
+
rspec-support (3.13.1)
|
161
|
+
rubocop (1.63.4)
|
162
|
+
json (~> 2.3)
|
163
|
+
language_server-protocol (>= 3.17.0)
|
160
164
|
parallel (~> 1.10)
|
161
|
-
parser (>=
|
165
|
+
parser (>= 3.3.0.2)
|
162
166
|
rainbow (>= 2.2.2, < 4.0)
|
163
|
-
|
167
|
+
regexp_parser (>= 1.8, < 3.0)
|
168
|
+
rexml (>= 3.2.5, < 4.0)
|
169
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
164
170
|
ruby-progressbar (~> 1.7)
|
165
|
-
unicode-display_width (>=
|
166
|
-
|
171
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
172
|
+
rubocop-ast (1.31.3)
|
173
|
+
parser (>= 3.3.1.0)
|
174
|
+
ruby-progressbar (1.13.0)
|
167
175
|
sprockets (4.2.1)
|
168
176
|
concurrent-ruby (~> 1.0)
|
169
177
|
rack (>= 2.2.4, < 4)
|
@@ -171,15 +179,15 @@ GEM
|
|
171
179
|
actionpack (>= 5.2)
|
172
180
|
activesupport (>= 5.2)
|
173
181
|
sprockets (>= 3.0.0)
|
174
|
-
thor (1.
|
175
|
-
timeout (0.4.
|
182
|
+
thor (1.3.1)
|
183
|
+
timeout (0.4.1)
|
176
184
|
tzinfo (2.0.6)
|
177
185
|
concurrent-ruby (~> 1.0)
|
178
|
-
unicode-display_width (
|
186
|
+
unicode-display_width (2.5.0)
|
179
187
|
websocket-driver (0.7.6)
|
180
188
|
websocket-extensions (>= 0.1.0)
|
181
189
|
websocket-extensions (0.1.5)
|
182
|
-
zeitwerk (2.6.
|
190
|
+
zeitwerk (2.6.13)
|
183
191
|
|
184
192
|
PLATFORMS
|
185
193
|
ruby
|
data/lib/rails_ping/version.rb
CHANGED
data/rails_ping.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.description = '----'
|
13
13
|
spec.homepage = 'https://github.com/joel1di1/rails_ping'
|
14
14
|
spec.license = 'MIT'
|
15
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 2.
|
15
|
+
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
|
16
16
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
18
|
spec.metadata['source_code_uri'] = 'https://github.com/joel1di1/rails_ping'
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benoit Lafontaine
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -65,14 +65,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2.
|
68
|
+
version: '2.7'
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
70
|
requirements:
|
71
71
|
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
version: '0'
|
74
74
|
requirements: []
|
75
|
-
rubygems_version: 3.
|
75
|
+
rubygems_version: 3.5.10
|
76
76
|
signing_key:
|
77
77
|
specification_version: 4
|
78
78
|
summary: Generate a ping endpoint that response and display some informations
|