rails_ping 0.1.3 → 0.1.4

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: a0dfd4ae789f85fa2def37915a98e3637c5a5760a9a21141315c54cf4122c91b
4
- data.tar.gz: 075ff9f3ae6a3103b2b8a0cf6779df31504e04c913c73dca8ba3ed697beb61df
3
+ metadata.gz: 2bb6e06388231a36d3d5fa09a554b291d73c4b079109b003aff1f722431f9054
4
+ data.tar.gz: 690c4967ed68e650a4935c93558803ed4e8358ef1bc47bf47d02cd22cbad915a
5
5
  SHA512:
6
- metadata.gz: cc39ef2b2d4d9327919035637754d36663006f8aff95f3c11c1c94144edcd512975d78ecc16a52fdad70061d2ab47a331a39063abe20c705310af05718155fc1
7
- data.tar.gz: bce3ad7cdd81c165587eb85b958ddfba7b00b75124f99a03527119b727ecc6a11eba53f6a4613614e1102025a3400a83a750f9c8b2ccfe94d19cbcbaa50ae0bf
6
+ metadata.gz: b87bca88d0e8463615dc62a0eb0518515bd108f797695d677af5a4bf3673d04517762671c9555b3432d0349d708e967be683a6dada61066f76188b8c2dd198c8
7
+ data.tar.gz: 49f3320ee8d5d258a7122b6d8e2d030e8d47b476eebee85fab8b7dc31286910a172b144854e54dd5ad7b41f90326637e8e4b6e161f65c35024856806dc5a22f4
data/Gemfile CHANGED
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in rails_ping.gemspec
6
6
  gemspec
7
7
 
8
- gem 'rails', '~> 5.2.4.3'
8
+ gem 'rails', '~> 5.2.4.6'
9
9
  gem 'rake', '~> 12.0'
10
10
  gem 'rspec', '~> 3.0'
11
11
  gem 'rubocop'
data/Gemfile.lock CHANGED
@@ -7,43 +7,43 @@ PATH
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.4.3)
11
- actionpack (= 5.2.4.3)
10
+ actioncable (5.2.4.6)
11
+ actionpack (= 5.2.4.6)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.4.3)
15
- actionpack (= 5.2.4.3)
16
- actionview (= 5.2.4.3)
17
- activejob (= 5.2.4.3)
14
+ actionmailer (5.2.4.6)
15
+ actionpack (= 5.2.4.6)
16
+ actionview (= 5.2.4.6)
17
+ activejob (= 5.2.4.6)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.4.3)
21
- actionview (= 5.2.4.3)
22
- activesupport (= 5.2.4.3)
20
+ actionpack (5.2.4.6)
21
+ actionview (= 5.2.4.6)
22
+ activesupport (= 5.2.4.6)
23
23
  rack (~> 2.0, >= 2.0.8)
24
24
  rack-test (>= 0.6.3)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.4.3)
28
- activesupport (= 5.2.4.3)
27
+ actionview (5.2.4.6)
28
+ activesupport (= 5.2.4.6)
29
29
  builder (~> 3.1)
30
30
  erubi (~> 1.4)
31
31
  rails-dom-testing (~> 2.0)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.4.3)
34
- activesupport (= 5.2.4.3)
33
+ activejob (5.2.4.6)
34
+ activesupport (= 5.2.4.6)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.2.4.3)
37
- activesupport (= 5.2.4.3)
38
- activerecord (5.2.4.3)
39
- activemodel (= 5.2.4.3)
40
- activesupport (= 5.2.4.3)
36
+ activemodel (5.2.4.6)
37
+ activesupport (= 5.2.4.6)
38
+ activerecord (5.2.4.6)
39
+ activemodel (= 5.2.4.6)
40
+ activesupport (= 5.2.4.6)
41
41
  arel (>= 9.0)
42
- activestorage (5.2.4.3)
43
- actionpack (= 5.2.4.3)
44
- activerecord (= 5.2.4.3)
42
+ activestorage (5.2.4.6)
43
+ actionpack (= 5.2.4.6)
44
+ activerecord (= 5.2.4.6)
45
45
  marcel (~> 0.3.1)
46
- activesupport (5.2.4.3)
46
+ activesupport (5.2.4.6)
47
47
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
48
  i18n (>= 0.7, < 2)
49
49
  minitest (~> 5.1)
@@ -51,16 +51,16 @@ GEM
51
51
  arel (9.0.0)
52
52
  ast (2.4.0)
53
53
  builder (3.2.4)
54
- concurrent-ruby (1.1.6)
54
+ concurrent-ruby (1.1.9)
55
55
  crass (1.0.6)
56
56
  diff-lcs (1.3)
57
- erubi (1.9.0)
58
- globalid (0.4.2)
59
- activesupport (>= 4.2.0)
60
- i18n (1.8.3)
57
+ erubi (1.10.0)
58
+ globalid (0.5.2)
59
+ activesupport (>= 5.0)
60
+ i18n (1.8.11)
61
61
  concurrent-ruby (~> 1.0)
62
62
  jaro_winkler (1.5.4)
63
- loofah (2.5.0)
63
+ loofah (2.12.0)
64
64
  crass (~> 1.0.2)
65
65
  nokogiri (>= 1.5.9)
66
66
  mail (2.7.1)
@@ -68,46 +68,50 @@ GEM
68
68
  marcel (0.3.3)
69
69
  mimemagic (~> 0.3.2)
70
70
  method_source (1.0.0)
71
- mimemagic (0.3.5)
72
- mini_mime (1.0.2)
73
- mini_portile2 (2.4.0)
74
- minitest (5.14.1)
75
- nio4r (2.5.2)
76
- nokogiri (1.10.9)
77
- mini_portile2 (~> 2.4.0)
71
+ mimemagic (0.3.10)
72
+ nokogiri (~> 1)
73
+ rake
74
+ mini_mime (1.1.2)
75
+ mini_portile2 (2.6.1)
76
+ minitest (5.14.4)
77
+ nio4r (2.5.8)
78
+ nokogiri (1.12.5)
79
+ mini_portile2 (~> 2.6.1)
80
+ racc (~> 1.4)
78
81
  parallel (1.19.1)
79
82
  parser (2.7.0.5)
80
83
  ast (~> 2.4.0)
81
- rack (2.2.2)
84
+ racc (1.6.0)
85
+ rack (2.2.3)
82
86
  rack-test (1.1.0)
83
87
  rack (>= 1.0, < 3)
84
- rails (5.2.4.3)
85
- actioncable (= 5.2.4.3)
86
- actionmailer (= 5.2.4.3)
87
- actionpack (= 5.2.4.3)
88
- actionview (= 5.2.4.3)
89
- activejob (= 5.2.4.3)
90
- activemodel (= 5.2.4.3)
91
- activerecord (= 5.2.4.3)
92
- activestorage (= 5.2.4.3)
93
- activesupport (= 5.2.4.3)
88
+ rails (5.2.4.6)
89
+ actioncable (= 5.2.4.6)
90
+ actionmailer (= 5.2.4.6)
91
+ actionpack (= 5.2.4.6)
92
+ actionview (= 5.2.4.6)
93
+ activejob (= 5.2.4.6)
94
+ activemodel (= 5.2.4.6)
95
+ activerecord (= 5.2.4.6)
96
+ activestorage (= 5.2.4.6)
97
+ activesupport (= 5.2.4.6)
94
98
  bundler (>= 1.3.0)
95
- railties (= 5.2.4.3)
99
+ railties (= 5.2.4.6)
96
100
  sprockets-rails (>= 2.0.0)
97
101
  rails-dom-testing (2.0.3)
98
102
  activesupport (>= 4.2.0)
99
103
  nokogiri (>= 1.6)
100
- rails-html-sanitizer (1.3.0)
104
+ rails-html-sanitizer (1.4.2)
101
105
  loofah (~> 2.3)
102
- railties (5.2.4.3)
103
- actionpack (= 5.2.4.3)
104
- activesupport (= 5.2.4.3)
106
+ railties (5.2.4.6)
107
+ actionpack (= 5.2.4.6)
108
+ activesupport (= 5.2.4.6)
105
109
  method_source
106
110
  rake (>= 0.8.7)
107
111
  thor (>= 0.19.0, < 2.0)
108
112
  rainbow (3.0.0)
109
113
  rake (12.3.3)
110
- rexml (3.2.4)
114
+ rexml (3.2.5)
111
115
  rspec (3.9.0)
112
116
  rspec-core (~> 3.9.0)
113
117
  rspec-expectations (~> 3.9.0)
@@ -133,16 +137,16 @@ GEM
133
137
  sprockets (4.0.2)
134
138
  concurrent-ruby (~> 1.0)
135
139
  rack (> 1, < 3)
136
- sprockets-rails (3.2.1)
140
+ sprockets-rails (3.2.2)
137
141
  actionpack (>= 4.0)
138
142
  activesupport (>= 4.0)
139
143
  sprockets (>= 3.0.0)
140
- thor (1.0.1)
144
+ thor (1.1.0)
141
145
  thread_safe (0.3.6)
142
- tzinfo (1.2.7)
146
+ tzinfo (1.2.9)
143
147
  thread_safe (~> 0.1)
144
148
  unicode-display_width (1.6.1)
145
- websocket-driver (0.7.2)
149
+ websocket-driver (0.7.5)
146
150
  websocket-extensions (>= 0.1.0)
147
151
  websocket-extensions (0.1.5)
148
152
 
@@ -150,7 +154,7 @@ PLATFORMS
150
154
  ruby
151
155
 
152
156
  DEPENDENCIES
153
- rails (~> 5.2.4.3)
157
+ rails (~> 5.2.4.6)
154
158
  rails_ping!
155
159
  rake (~> 12.0)
156
160
  rspec (~> 3.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsPing
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
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.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Lafontaine
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-06 00:00:00.000000000 Z
11
+ date: 2021-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -63,7 +63,7 @@ licenses:
63
63
  metadata:
64
64
  homepage_uri: https://github.com/joel1di1/rails_ping
65
65
  source_code_uri: https://github.com/joel1di1/rails_ping
66
- post_install_message:
66
+ post_install_message:
67
67
  rdoc_options: []
68
68
  require_paths:
69
69
  - lib
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubygems_version: 3.0.3
82
- signing_key:
82
+ signing_key:
83
83
  specification_version: 4
84
84
  summary: Generate a ping endpoint that response and display some informations
85
85
  test_files: []