rails_ping 0.2.0 → 0.2.2
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 +109 -103
- data/lib/rails_ping/version.rb +1 -1
- data/rails_ping.gemspec +2 -1
- metadata +4 -5
- data/.rubocop.yml +0 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49c5a86715a20a98bb5f5a72b06e9d90bd76c260806f36bc9daa9b48fcdcb7b9
|
4
|
+
data.tar.gz: f38153e5784bee33c0d4df4d2ce3706179f361dea8a66f3094d7f000d1ca9b26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67617eadff62412f264f5f84a1df2958a523dbca10c6e8936b9b622f597cd4b75611a211c8c7256029062b1e89fecaa2dc3d993b6996e5eecb84c61b3c80f6a9
|
7
|
+
data.tar.gz: 8a3729497dadd1a7a15655611c3bb73f8a299ea135020ac6d2f752c123d9a47cb398fc83379c4711b633f25632fa4d25e77b7138d80dcc98b3c32899a7dbaced
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.2
|
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.8)
|
11
|
+
actionpack (= 6.1.7.8)
|
12
|
+
activesupport (= 6.1.7.8)
|
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.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)
|
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.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)
|
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.8)
|
30
|
+
actionview (= 6.1.7.8)
|
31
|
+
activesupport (= 6.1.7.8)
|
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.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)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.7.
|
43
|
-
activesupport (= 6.1.7.
|
42
|
+
actionview (6.1.7.8)
|
43
|
+
activesupport (= 6.1.7.8)
|
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.8)
|
49
|
+
activesupport (= 6.1.7.8)
|
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.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)
|
61
61
|
marcel (~> 1.0)
|
62
62
|
mini_mime (>= 1.1.0)
|
63
|
-
activesupport (6.1.7.
|
63
|
+
activesupport (6.1.7.8)
|
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.
|
70
|
-
builder (3.
|
71
|
-
concurrent-ruby (1.
|
69
|
+
ast (2.4.2)
|
70
|
+
builder (3.3.0)
|
71
|
+
concurrent-ruby (1.3.4)
|
72
72
|
crass (1.0.6)
|
73
|
-
date (3.3.
|
74
|
-
diff-lcs (1.5.
|
75
|
-
erubi (1.
|
73
|
+
date (3.3.4)
|
74
|
+
diff-lcs (1.5.1)
|
75
|
+
erubi (1.13.0)
|
76
76
|
globalid (1.2.1)
|
77
77
|
activesupport (>= 6.1)
|
78
|
-
i18n (1.14.
|
78
|
+
i18n (1.14.5)
|
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.7)
|
94
|
+
minitest (5.25.1)
|
95
|
+
net-imap (0.4.16)
|
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.3)
|
105
|
+
nokogiri (1.16.7)
|
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.26.3)
|
109
|
+
parser (3.3.5.0)
|
110
|
+
ast (~> 2.4.1)
|
111
|
+
racc
|
112
|
+
racc (1.8.1)
|
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.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)
|
126
128
|
bundler (>= 1.15.0)
|
127
|
-
railties (= 6.1.7.
|
129
|
+
railties (= 6.1.7.8)
|
128
130
|
sprockets-rails (>= 2.0.0)
|
129
131
|
rails-dom-testing (2.2.0)
|
130
132
|
activesupport (>= 5.0.0)
|
@@ -133,53 +135,57 @@ 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.8)
|
139
|
+
actionpack (= 6.1.7.8)
|
140
|
+
activesupport (= 6.1.7.8)
|
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
|
-
rspec (3.
|
146
|
-
rspec-core (~> 3.
|
147
|
-
rspec-expectations (~> 3.
|
148
|
-
rspec-mocks (~> 3.
|
149
|
-
rspec-core (3.
|
150
|
-
rspec-support (~> 3.
|
151
|
-
rspec-expectations (3.
|
146
|
+
regexp_parser (2.9.2)
|
147
|
+
rspec (3.13.0)
|
148
|
+
rspec-core (~> 3.13.0)
|
149
|
+
rspec-expectations (~> 3.13.0)
|
150
|
+
rspec-mocks (~> 3.13.0)
|
151
|
+
rspec-core (3.13.1)
|
152
|
+
rspec-support (~> 3.13.0)
|
153
|
+
rspec-expectations (3.13.3)
|
152
154
|
diff-lcs (>= 1.2.0, < 2.0)
|
153
|
-
rspec-support (~> 3.
|
154
|
-
rspec-mocks (3.
|
155
|
+
rspec-support (~> 3.13.0)
|
156
|
+
rspec-mocks (3.13.1)
|
155
157
|
diff-lcs (>= 1.2.0, < 2.0)
|
156
|
-
rspec-support (~> 3.
|
157
|
-
rspec-support (3.
|
158
|
-
rubocop (
|
159
|
-
|
158
|
+
rspec-support (~> 3.13.0)
|
159
|
+
rspec-support (3.13.1)
|
160
|
+
rubocop (1.66.1)
|
161
|
+
json (~> 2.3)
|
162
|
+
language_server-protocol (>= 3.17.0)
|
160
163
|
parallel (~> 1.10)
|
161
|
-
parser (>=
|
164
|
+
parser (>= 3.3.0.2)
|
162
165
|
rainbow (>= 2.2.2, < 4.0)
|
163
|
-
|
166
|
+
regexp_parser (>= 2.4, < 3.0)
|
167
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
164
168
|
ruby-progressbar (~> 1.7)
|
165
|
-
unicode-display_width (>=
|
166
|
-
|
169
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
170
|
+
rubocop-ast (1.32.3)
|
171
|
+
parser (>= 3.3.1.0)
|
172
|
+
ruby-progressbar (1.13.0)
|
167
173
|
sprockets (4.2.1)
|
168
174
|
concurrent-ruby (~> 1.0)
|
169
175
|
rack (>= 2.2.4, < 4)
|
170
|
-
sprockets-rails (3.
|
171
|
-
actionpack (>=
|
172
|
-
activesupport (>=
|
176
|
+
sprockets-rails (3.5.2)
|
177
|
+
actionpack (>= 6.1)
|
178
|
+
activesupport (>= 6.1)
|
173
179
|
sprockets (>= 3.0.0)
|
174
|
-
thor (1.
|
175
|
-
timeout (0.4.
|
180
|
+
thor (1.3.2)
|
181
|
+
timeout (0.4.1)
|
176
182
|
tzinfo (2.0.6)
|
177
183
|
concurrent-ruby (~> 1.0)
|
178
|
-
unicode-display_width (
|
184
|
+
unicode-display_width (2.5.0)
|
179
185
|
websocket-driver (0.7.6)
|
180
186
|
websocket-extensions (>= 0.1.0)
|
181
187
|
websocket-extensions (0.1.5)
|
182
|
-
zeitwerk (2.6.
|
188
|
+
zeitwerk (2.6.18)
|
183
189
|
|
184
190
|
PLATFORMS
|
185
191
|
ruby
|
@@ -192,4 +198,4 @@ DEPENDENCIES
|
|
192
198
|
rubocop
|
193
199
|
|
194
200
|
BUNDLED WITH
|
195
|
-
2.
|
201
|
+
2.5.9
|
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'
|
@@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
24
24
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
25
25
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
26
|
+
.reject { |f| f.match(/^\.rubocop\.yml/) }
|
26
27
|
end
|
27
28
|
spec.bindir = 'exe'
|
28
29
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
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.2
|
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-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -34,7 +34,6 @@ files:
|
|
34
34
|
- ".github/workflows/ruby.yml"
|
35
35
|
- ".gitignore"
|
36
36
|
- ".rspec"
|
37
|
-
- ".rubocop.yml"
|
38
37
|
- ".ruby-version"
|
39
38
|
- ".travis.yml"
|
40
39
|
- CODE_OF_CONDUCT.md
|
@@ -65,14 +64,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
64
|
requirements:
|
66
65
|
- - ">="
|
67
66
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2.
|
67
|
+
version: '2.7'
|
69
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
69
|
requirements:
|
71
70
|
- - ">="
|
72
71
|
- !ruby/object:Gem::Version
|
73
72
|
version: '0'
|
74
73
|
requirements: []
|
75
|
-
rubygems_version: 3.
|
74
|
+
rubygems_version: 3.5.9
|
76
75
|
signing_key:
|
77
76
|
specification_version: 4
|
78
77
|
summary: Generate a ping endpoint that response and display some informations
|
data/.rubocop.yml
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
Layout/LineLength:
|
2
|
-
Max: 120
|
3
|
-
|
4
|
-
Documentation:
|
5
|
-
Enabled: false
|
6
|
-
|
7
|
-
Style/HashEachMethods:
|
8
|
-
Enabled: true
|
9
|
-
|
10
|
-
Style/HashTransformKeys:
|
11
|
-
Enabled: true
|
12
|
-
|
13
|
-
Style/HashTransformValues:
|
14
|
-
Enabled: true
|
15
|
-
|
16
|
-
Style/ClassAndModuleChildren:
|
17
|
-
EnforcedStyle: compact
|