rails_ping 0.1.4 → 0.2.0
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/.gitignore +2 -0
- data/.ruby-version +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +137 -106
- data/lib/rails_ping/version.rb +1 -1
- data/rails_ping.gemspec +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41eeedef6035d1891e8527597a4d0d02c8a2ccb74dd2fcff72b6d53b41ac07ff
|
4
|
+
data.tar.gz: 21be7d983395912af6604defe1db19e07b2d1b689c977dcf7fb6f4d3e59cbc52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7fe8a9bf9e93cd55ff98cf1518df8df34fd88f874f8fba3e6032df3b4b4c6d2af330786667b4b7fcea59c848b5de174d7128b2002af11b49abc17bda6ee2427
|
7
|
+
data.tar.gz: b4940525024ebffc94a8953bc5dea66923e1d10ab10e00445a4717a6cd6605349fcbcb62b0204457bb4e92300e770c131e4c10b9ca010ad2b2587b45ade1c7d0
|
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.1.4
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,164 +1,195 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_ping (0.1.
|
5
|
-
rails (>= 5.0
|
4
|
+
rails_ping (0.1.5)
|
5
|
+
rails (>= 5.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (
|
11
|
-
actionpack (=
|
10
|
+
actioncable (6.1.7.6)
|
11
|
+
actionpack (= 6.1.7.6)
|
12
|
+
activesupport (= 6.1.7.6)
|
12
13
|
nio4r (~> 2.0)
|
13
14
|
websocket-driver (>= 0.6.1)
|
14
|
-
|
15
|
-
actionpack (=
|
16
|
-
|
17
|
-
|
15
|
+
actionmailbox (6.1.7.6)
|
16
|
+
actionpack (= 6.1.7.6)
|
17
|
+
activejob (= 6.1.7.6)
|
18
|
+
activerecord (= 6.1.7.6)
|
19
|
+
activestorage (= 6.1.7.6)
|
20
|
+
activesupport (= 6.1.7.6)
|
21
|
+
mail (>= 2.7.1)
|
22
|
+
actionmailer (6.1.7.6)
|
23
|
+
actionpack (= 6.1.7.6)
|
24
|
+
actionview (= 6.1.7.6)
|
25
|
+
activejob (= 6.1.7.6)
|
26
|
+
activesupport (= 6.1.7.6)
|
18
27
|
mail (~> 2.5, >= 2.5.4)
|
19
28
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (
|
21
|
-
actionview (=
|
22
|
-
activesupport (=
|
23
|
-
rack (~> 2.0, >= 2.0.
|
29
|
+
actionpack (6.1.7.6)
|
30
|
+
actionview (= 6.1.7.6)
|
31
|
+
activesupport (= 6.1.7.6)
|
32
|
+
rack (~> 2.0, >= 2.0.9)
|
24
33
|
rack-test (>= 0.6.3)
|
25
34
|
rails-dom-testing (~> 2.0)
|
26
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
27
|
-
|
28
|
-
|
35
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
+
actiontext (6.1.7.6)
|
37
|
+
actionpack (= 6.1.7.6)
|
38
|
+
activerecord (= 6.1.7.6)
|
39
|
+
activestorage (= 6.1.7.6)
|
40
|
+
activesupport (= 6.1.7.6)
|
41
|
+
nokogiri (>= 1.8.5)
|
42
|
+
actionview (6.1.7.6)
|
43
|
+
activesupport (= 6.1.7.6)
|
29
44
|
builder (~> 3.1)
|
30
45
|
erubi (~> 1.4)
|
31
46
|
rails-dom-testing (~> 2.0)
|
32
|
-
rails-html-sanitizer (~> 1.
|
33
|
-
activejob (
|
34
|
-
activesupport (=
|
47
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
+
activejob (6.1.7.6)
|
49
|
+
activesupport (= 6.1.7.6)
|
35
50
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (
|
37
|
-
activesupport (=
|
38
|
-
activerecord (
|
39
|
-
activemodel (=
|
40
|
-
activesupport (=
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
activerecord (=
|
45
|
-
|
46
|
-
|
51
|
+
activemodel (6.1.7.6)
|
52
|
+
activesupport (= 6.1.7.6)
|
53
|
+
activerecord (6.1.7.6)
|
54
|
+
activemodel (= 6.1.7.6)
|
55
|
+
activesupport (= 6.1.7.6)
|
56
|
+
activestorage (6.1.7.6)
|
57
|
+
actionpack (= 6.1.7.6)
|
58
|
+
activejob (= 6.1.7.6)
|
59
|
+
activerecord (= 6.1.7.6)
|
60
|
+
activesupport (= 6.1.7.6)
|
61
|
+
marcel (~> 1.0)
|
62
|
+
mini_mime (>= 1.1.0)
|
63
|
+
activesupport (6.1.7.6)
|
47
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
-
i18n (>=
|
49
|
-
minitest (
|
50
|
-
tzinfo (~>
|
51
|
-
|
65
|
+
i18n (>= 1.6, < 2)
|
66
|
+
minitest (>= 5.1)
|
67
|
+
tzinfo (~> 2.0)
|
68
|
+
zeitwerk (~> 2.3)
|
52
69
|
ast (2.4.0)
|
53
70
|
builder (3.2.4)
|
54
|
-
concurrent-ruby (1.
|
71
|
+
concurrent-ruby (1.2.2)
|
55
72
|
crass (1.0.6)
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
73
|
+
date (3.3.3)
|
74
|
+
diff-lcs (1.5.0)
|
75
|
+
erubi (1.12.0)
|
76
|
+
globalid (1.2.1)
|
77
|
+
activesupport (>= 6.1)
|
78
|
+
i18n (1.14.1)
|
61
79
|
concurrent-ruby (~> 1.0)
|
62
80
|
jaro_winkler (1.5.4)
|
63
|
-
loofah (2.
|
81
|
+
loofah (2.21.3)
|
64
82
|
crass (~> 1.0.2)
|
65
|
-
nokogiri (>= 1.
|
66
|
-
mail (2.
|
83
|
+
nokogiri (>= 1.12.0)
|
84
|
+
mail (2.8.1)
|
67
85
|
mini_mime (>= 0.1.1)
|
68
|
-
|
69
|
-
|
86
|
+
net-imap
|
87
|
+
net-pop
|
88
|
+
net-smtp
|
89
|
+
marcel (1.0.2)
|
70
90
|
method_source (1.0.0)
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
91
|
+
mini_mime (1.1.5)
|
92
|
+
mini_portile2 (2.8.4)
|
93
|
+
minitest (5.20.0)
|
94
|
+
net-imap (0.3.7)
|
95
|
+
date
|
96
|
+
net-protocol
|
97
|
+
net-pop (0.1.2)
|
98
|
+
net-protocol
|
99
|
+
net-protocol (0.2.1)
|
100
|
+
timeout
|
101
|
+
net-smtp (0.3.3)
|
102
|
+
net-protocol
|
103
|
+
nio4r (2.5.9)
|
104
|
+
nokogiri (1.15.4)
|
105
|
+
mini_portile2 (~> 2.8.2)
|
80
106
|
racc (~> 1.4)
|
81
|
-
parallel (1.19.
|
107
|
+
parallel (1.19.2)
|
82
108
|
parser (2.7.0.5)
|
83
109
|
ast (~> 2.4.0)
|
84
|
-
racc (1.
|
85
|
-
rack (2.2.
|
86
|
-
rack-test (
|
87
|
-
rack (>= 1.
|
88
|
-
rails (
|
89
|
-
actioncable (=
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
110
|
+
racc (1.7.1)
|
111
|
+
rack (2.2.8)
|
112
|
+
rack-test (2.1.0)
|
113
|
+
rack (>= 1.3)
|
114
|
+
rails (6.1.7.6)
|
115
|
+
actioncable (= 6.1.7.6)
|
116
|
+
actionmailbox (= 6.1.7.6)
|
117
|
+
actionmailer (= 6.1.7.6)
|
118
|
+
actionpack (= 6.1.7.6)
|
119
|
+
actiontext (= 6.1.7.6)
|
120
|
+
actionview (= 6.1.7.6)
|
121
|
+
activejob (= 6.1.7.6)
|
122
|
+
activemodel (= 6.1.7.6)
|
123
|
+
activerecord (= 6.1.7.6)
|
124
|
+
activestorage (= 6.1.7.6)
|
125
|
+
activesupport (= 6.1.7.6)
|
126
|
+
bundler (>= 1.15.0)
|
127
|
+
railties (= 6.1.7.6)
|
100
128
|
sprockets-rails (>= 2.0.0)
|
101
|
-
rails-dom-testing (2.0
|
102
|
-
activesupport (>=
|
129
|
+
rails-dom-testing (2.2.0)
|
130
|
+
activesupport (>= 5.0.0)
|
131
|
+
minitest
|
103
132
|
nokogiri (>= 1.6)
|
104
|
-
rails-html-sanitizer (1.
|
105
|
-
loofah (~> 2.
|
106
|
-
|
107
|
-
|
108
|
-
|
133
|
+
rails-html-sanitizer (1.6.0)
|
134
|
+
loofah (~> 2.21)
|
135
|
+
nokogiri (~> 1.14)
|
136
|
+
railties (6.1.7.6)
|
137
|
+
actionpack (= 6.1.7.6)
|
138
|
+
activesupport (= 6.1.7.6)
|
109
139
|
method_source
|
110
|
-
rake (>=
|
111
|
-
thor (
|
112
|
-
rainbow (3.
|
140
|
+
rake (>= 12.2)
|
141
|
+
thor (~> 1.0)
|
142
|
+
rainbow (3.1.1)
|
113
143
|
rake (12.3.3)
|
114
144
|
rexml (3.2.5)
|
115
|
-
rspec (3.
|
116
|
-
rspec-core (~> 3.
|
117
|
-
rspec-expectations (~> 3.
|
118
|
-
rspec-mocks (~> 3.
|
119
|
-
rspec-core (3.
|
120
|
-
rspec-support (~> 3.
|
121
|
-
rspec-expectations (3.
|
145
|
+
rspec (3.12.0)
|
146
|
+
rspec-core (~> 3.12.0)
|
147
|
+
rspec-expectations (~> 3.12.0)
|
148
|
+
rspec-mocks (~> 3.12.0)
|
149
|
+
rspec-core (3.12.0)
|
150
|
+
rspec-support (~> 3.12.0)
|
151
|
+
rspec-expectations (3.12.0)
|
122
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
123
|
-
rspec-support (~> 3.
|
124
|
-
rspec-mocks (3.
|
153
|
+
rspec-support (~> 3.12.0)
|
154
|
+
rspec-mocks (3.12.1)
|
125
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
126
|
-
rspec-support (~> 3.
|
127
|
-
rspec-support (3.
|
128
|
-
rubocop (0.
|
156
|
+
rspec-support (~> 3.12.0)
|
157
|
+
rspec-support (3.12.0)
|
158
|
+
rubocop (0.81.0)
|
129
159
|
jaro_winkler (~> 1.5.1)
|
130
160
|
parallel (~> 1.10)
|
131
161
|
parser (>= 2.7.0.1)
|
132
162
|
rainbow (>= 2.2.2, < 4.0)
|
133
163
|
rexml
|
134
164
|
ruby-progressbar (~> 1.7)
|
135
|
-
unicode-display_width (>= 1.4.0, <
|
165
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
136
166
|
ruby-progressbar (1.10.1)
|
137
|
-
sprockets (4.
|
167
|
+
sprockets (4.2.1)
|
138
168
|
concurrent-ruby (~> 1.0)
|
139
|
-
rack (
|
140
|
-
sprockets-rails (3.
|
141
|
-
actionpack (>=
|
142
|
-
activesupport (>=
|
169
|
+
rack (>= 2.2.4, < 4)
|
170
|
+
sprockets-rails (3.4.2)
|
171
|
+
actionpack (>= 5.2)
|
172
|
+
activesupport (>= 5.2)
|
143
173
|
sprockets (>= 3.0.0)
|
144
|
-
thor (1.
|
145
|
-
|
146
|
-
tzinfo (
|
147
|
-
|
148
|
-
unicode-display_width (1.
|
149
|
-
websocket-driver (0.7.
|
174
|
+
thor (1.2.2)
|
175
|
+
timeout (0.4.0)
|
176
|
+
tzinfo (2.0.6)
|
177
|
+
concurrent-ruby (~> 1.0)
|
178
|
+
unicode-display_width (1.8.0)
|
179
|
+
websocket-driver (0.7.6)
|
150
180
|
websocket-extensions (>= 0.1.0)
|
151
181
|
websocket-extensions (0.1.5)
|
182
|
+
zeitwerk (2.6.11)
|
152
183
|
|
153
184
|
PLATFORMS
|
154
185
|
ruby
|
155
186
|
|
156
187
|
DEPENDENCIES
|
157
|
-
rails (~>
|
188
|
+
rails (~> 6.0)
|
158
189
|
rails_ping!
|
159
190
|
rake (~> 12.0)
|
160
191
|
rspec (~> 3.0)
|
161
192
|
rubocop
|
162
193
|
|
163
194
|
BUNDLED WITH
|
164
|
-
2.
|
195
|
+
2.4.18
|
data/lib/rails_ping/version.rb
CHANGED
data/rails_ping.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
18
|
spec.metadata['source_code_uri'] = 'https://github.com/joel1di1/rails_ping'
|
19
19
|
|
20
|
-
spec.add_dependency('rails', ['>= 5.0'
|
20
|
+
spec.add_dependency('rails', ['>= 5.0'])
|
21
21
|
|
22
22
|
# Specify which files should be added to the gem when it is released.
|
23
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
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.
|
4
|
+
version: 0.2.0
|
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: 2023-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -17,9 +17,6 @@ dependencies:
|
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '5.0'
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '7.0'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,9 +24,6 @@ dependencies:
|
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '5.0'
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '7.0'
|
33
27
|
description: "----"
|
34
28
|
email:
|
35
29
|
- joel1di1@gmail.com
|
@@ -78,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
72
|
- !ruby/object:Gem::Version
|
79
73
|
version: '0'
|
80
74
|
requirements: []
|
81
|
-
rubygems_version: 3.
|
75
|
+
rubygems_version: 3.3.26
|
82
76
|
signing_key:
|
83
77
|
specification_version: 4
|
84
78
|
summary: Generate a ping endpoint that response and display some informations
|