rails_ping 0.2.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4eddeb6a2b44f5eda8e55866fe86108b31ff20ebf08c126112e5571d0ea784f6
4
- data.tar.gz: 2b76c3cb9da56751d3c99d282957fe03f5e7bda6b6daa77edb6c2738563846e6
3
+ metadata.gz: 49c5a86715a20a98bb5f5a72b06e9d90bd76c260806f36bc9daa9b48fcdcb7b9
4
+ data.tar.gz: f38153e5784bee33c0d4df4d2ce3706179f361dea8a66f3094d7f000d1ca9b26
5
5
  SHA512:
6
- metadata.gz: 589c90d1f6384d258542198e90e3a838234d6ca453487b4ae79713c9fb89a1dd86f8254752732b48cc5dc874f1bd0f688d37dc26a8b84c9d368ab82c67035c29
7
- data.tar.gz: d75cd5da9cc38f28d30f7a718636872c91c3f2aebe2ca0ea7073a7bdec939978588184c2b099c6e1ff6dfa11031e18bddedb09e3c5fdfbc9de558133e32ab1f7
6
+ metadata.gz: 67617eadff62412f264f5f84a1df2958a523dbca10c6e8936b9b622f597cd4b75611a211c8c7256029062b1e89fecaa2dc3d993b6996e5eecb84c61b3c80f6a9
7
+ data.tar.gz: 8a3729497dadd1a7a15655611c3bb73f8a299ea135020ac6d2f752c123d9a47cb398fc83379c4711b633f25632fa4d25e77b7138d80dcc98b3c32899a7dbaced
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.1
1
+ 3.3.2
data/Gemfile.lock CHANGED
@@ -7,75 +7,75 @@ PATH
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.7.7)
11
- actionpack (= 6.1.7.7)
12
- activesupport (= 6.1.7.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.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)
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.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)
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.7)
30
- actionview (= 6.1.7.7)
31
- activesupport (= 6.1.7.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.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)
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.7)
43
- activesupport (= 6.1.7.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.7)
49
- activesupport (= 6.1.7.7)
48
+ activejob (6.1.7.8)
49
+ activesupport (= 6.1.7.8)
50
50
  globalid (>= 0.3.6)
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)
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.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
69
  ast (2.4.2)
70
- builder (3.2.4)
71
- concurrent-ruby (1.2.3)
70
+ builder (3.3.0)
71
+ concurrent-ruby (1.3.4)
72
72
  crass (1.0.6)
73
73
  date (3.3.4)
74
74
  diff-lcs (1.5.1)
75
- erubi (1.12.0)
75
+ erubi (1.13.0)
76
76
  globalid (1.2.1)
77
77
  activesupport (>= 6.1)
78
- i18n (1.14.4)
78
+ i18n (1.14.5)
79
79
  concurrent-ruby (~> 1.0)
80
80
  json (2.7.2)
81
81
  language_server-protocol (3.17.0.3)
@@ -90,9 +90,9 @@ GEM
90
90
  marcel (1.0.4)
91
91
  method_source (1.1.0)
92
92
  mini_mime (1.1.5)
93
- mini_portile2 (2.8.6)
94
- minitest (5.22.3)
95
- net-imap (0.4.10)
93
+ mini_portile2 (2.8.7)
94
+ minitest (5.25.1)
95
+ net-imap (0.4.16)
96
96
  date
97
97
  net-protocol
98
98
  net-pop (0.1.2)
@@ -101,32 +101,32 @@ GEM
101
101
  timeout
102
102
  net-smtp (0.5.0)
103
103
  net-protocol
104
- nio4r (2.7.1)
105
- nokogiri (1.16.4)
104
+ nio4r (2.7.3)
105
+ nokogiri (1.16.7)
106
106
  mini_portile2 (~> 2.8.2)
107
107
  racc (~> 1.4)
108
- parallel (1.24.0)
109
- parser (3.3.1.0)
108
+ parallel (1.26.3)
109
+ parser (3.3.5.0)
110
110
  ast (~> 2.4.1)
111
111
  racc
112
- racc (1.7.3)
112
+ racc (1.8.1)
113
113
  rack (2.2.9)
114
114
  rack-test (2.1.0)
115
115
  rack (>= 1.3)
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)
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)
128
128
  bundler (>= 1.15.0)
129
- railties (= 6.1.7.7)
129
+ railties (= 6.1.7.8)
130
130
  sprockets-rails (>= 2.0.0)
131
131
  rails-dom-testing (2.2.0)
132
132
  activesupport (>= 5.0.0)
@@ -135,51 +135,49 @@ GEM
135
135
  rails-html-sanitizer (1.6.0)
136
136
  loofah (~> 2.21)
137
137
  nokogiri (~> 1.14)
138
- railties (6.1.7.7)
139
- actionpack (= 6.1.7.7)
140
- activesupport (= 6.1.7.7)
138
+ railties (6.1.7.8)
139
+ actionpack (= 6.1.7.8)
140
+ activesupport (= 6.1.7.8)
141
141
  method_source
142
142
  rake (>= 12.2)
143
143
  thor (~> 1.0)
144
144
  rainbow (3.1.1)
145
145
  rake (12.3.3)
146
- regexp_parser (2.9.0)
147
- rexml (3.2.6)
146
+ regexp_parser (2.9.2)
148
147
  rspec (3.13.0)
149
148
  rspec-core (~> 3.13.0)
150
149
  rspec-expectations (~> 3.13.0)
151
150
  rspec-mocks (~> 3.13.0)
152
- rspec-core (3.13.0)
151
+ rspec-core (3.13.1)
153
152
  rspec-support (~> 3.13.0)
154
- rspec-expectations (3.13.0)
153
+ rspec-expectations (3.13.3)
155
154
  diff-lcs (>= 1.2.0, < 2.0)
156
155
  rspec-support (~> 3.13.0)
157
- rspec-mocks (3.13.0)
156
+ rspec-mocks (3.13.1)
158
157
  diff-lcs (>= 1.2.0, < 2.0)
159
158
  rspec-support (~> 3.13.0)
160
159
  rspec-support (3.13.1)
161
- rubocop (1.63.4)
160
+ rubocop (1.66.1)
162
161
  json (~> 2.3)
163
162
  language_server-protocol (>= 3.17.0)
164
163
  parallel (~> 1.10)
165
164
  parser (>= 3.3.0.2)
166
165
  rainbow (>= 2.2.2, < 4.0)
167
- regexp_parser (>= 1.8, < 3.0)
168
- rexml (>= 3.2.5, < 4.0)
169
- rubocop-ast (>= 1.31.1, < 2.0)
166
+ regexp_parser (>= 2.4, < 3.0)
167
+ rubocop-ast (>= 1.32.2, < 2.0)
170
168
  ruby-progressbar (~> 1.7)
171
169
  unicode-display_width (>= 2.4.0, < 3.0)
172
- rubocop-ast (1.31.3)
170
+ rubocop-ast (1.32.3)
173
171
  parser (>= 3.3.1.0)
174
172
  ruby-progressbar (1.13.0)
175
173
  sprockets (4.2.1)
176
174
  concurrent-ruby (~> 1.0)
177
175
  rack (>= 2.2.4, < 4)
178
- sprockets-rails (3.4.2)
179
- actionpack (>= 5.2)
180
- activesupport (>= 5.2)
176
+ sprockets-rails (3.5.2)
177
+ actionpack (>= 6.1)
178
+ activesupport (>= 6.1)
181
179
  sprockets (>= 3.0.0)
182
- thor (1.3.1)
180
+ thor (1.3.2)
183
181
  timeout (0.4.1)
184
182
  tzinfo (2.0.6)
185
183
  concurrent-ruby (~> 1.0)
@@ -187,7 +185,7 @@ GEM
187
185
  websocket-driver (0.7.6)
188
186
  websocket-extensions (>= 0.1.0)
189
187
  websocket-extensions (0.1.5)
190
- zeitwerk (2.6.13)
188
+ zeitwerk (2.6.18)
191
189
 
192
190
  PLATFORMS
193
191
  ruby
@@ -200,4 +198,4 @@ DEPENDENCIES
200
198
  rubocop
201
199
 
202
200
  BUNDLED WITH
203
- 2.4.18
201
+ 2.5.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsPing
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
data/rails_ping.gemspec CHANGED
@@ -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.1
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: 2024-05-04 00:00:00.000000000 Z
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
@@ -72,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
71
  - !ruby/object:Gem::Version
73
72
  version: '0'
74
73
  requirements: []
75
- rubygems_version: 3.5.10
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