rails_ping 0.1.4 → 0.1.5
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/Gemfile +1 -1
- data/Gemfile.lock +60 -64
- data/lib/rails_ping/version.rb +1 -1
- data/rails_ping.gemspec +1 -1
- metadata +2 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4df44659ea6a2c3482e210ca284814bdf422b00d671b49b52cf6551fb86312a
|
4
|
+
data.tar.gz: d9b36acbf5d9d90788ce16e70c3d326f7adf88e8964a8861c6e52ccfb0a50483
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4586bc6bcc5deabfb305ec1eb442647948daea540e23a46ad2526d705c62da283238de0bfcb085b86254affdbd2569b18e7d5293f08b2ca8610eb194e72fbea5
|
7
|
+
data.tar.gz: 4a8757c01d7dbc0d4317664ecc425845d085af2b111ce4d60e5a2471bd794a47e15e080905e82996705f1182e2f4d957d0d341394b21c680b23e3fdd01b63e2f
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,49 +1,49 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_ping (0.1.
|
5
|
-
rails (>= 5.0
|
4
|
+
rails_ping (0.1.4)
|
5
|
+
rails (>= 5.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.2.
|
11
|
-
actionpack (= 5.2.
|
10
|
+
actioncable (5.2.8.1)
|
11
|
+
actionpack (= 5.2.8.1)
|
12
12
|
nio4r (~> 2.0)
|
13
13
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailer (5.2.
|
15
|
-
actionpack (= 5.2.
|
16
|
-
actionview (= 5.2.
|
17
|
-
activejob (= 5.2.
|
14
|
+
actionmailer (5.2.8.1)
|
15
|
+
actionpack (= 5.2.8.1)
|
16
|
+
actionview (= 5.2.8.1)
|
17
|
+
activejob (= 5.2.8.1)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.2.
|
21
|
-
actionview (= 5.2.
|
22
|
-
activesupport (= 5.2.
|
20
|
+
actionpack (5.2.8.1)
|
21
|
+
actionview (= 5.2.8.1)
|
22
|
+
activesupport (= 5.2.8.1)
|
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.
|
28
|
-
activesupport (= 5.2.
|
27
|
+
actionview (5.2.8.1)
|
28
|
+
activesupport (= 5.2.8.1)
|
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.
|
34
|
-
activesupport (= 5.2.
|
33
|
+
activejob (5.2.8.1)
|
34
|
+
activesupport (= 5.2.8.1)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.2.
|
37
|
-
activesupport (= 5.2.
|
38
|
-
activerecord (5.2.
|
39
|
-
activemodel (= 5.2.
|
40
|
-
activesupport (= 5.2.
|
36
|
+
activemodel (5.2.8.1)
|
37
|
+
activesupport (= 5.2.8.1)
|
38
|
+
activerecord (5.2.8.1)
|
39
|
+
activemodel (= 5.2.8.1)
|
40
|
+
activesupport (= 5.2.8.1)
|
41
41
|
arel (>= 9.0)
|
42
|
-
activestorage (5.2.
|
43
|
-
actionpack (= 5.2.
|
44
|
-
activerecord (= 5.2.
|
45
|
-
marcel (~> 0.
|
46
|
-
activesupport (5.2.
|
42
|
+
activestorage (5.2.8.1)
|
43
|
+
actionpack (= 5.2.8.1)
|
44
|
+
activerecord (= 5.2.8.1)
|
45
|
+
marcel (~> 1.0.0)
|
46
|
+
activesupport (5.2.8.1)
|
47
47
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
48
|
i18n (>= 0.7, < 2)
|
49
49
|
minitest (~> 5.1)
|
@@ -51,61 +51,57 @@ GEM
|
|
51
51
|
arel (9.0.0)
|
52
52
|
ast (2.4.0)
|
53
53
|
builder (3.2.4)
|
54
|
-
concurrent-ruby (1.1.
|
54
|
+
concurrent-ruby (1.1.10)
|
55
55
|
crass (1.0.6)
|
56
56
|
diff-lcs (1.3)
|
57
|
-
erubi (1.
|
58
|
-
globalid (0.
|
57
|
+
erubi (1.11.0)
|
58
|
+
globalid (1.0.0)
|
59
59
|
activesupport (>= 5.0)
|
60
|
-
i18n (1.
|
60
|
+
i18n (1.12.0)
|
61
61
|
concurrent-ruby (~> 1.0)
|
62
62
|
jaro_winkler (1.5.4)
|
63
|
-
loofah (2.
|
63
|
+
loofah (2.18.0)
|
64
64
|
crass (~> 1.0.2)
|
65
65
|
nokogiri (>= 1.5.9)
|
66
66
|
mail (2.7.1)
|
67
67
|
mini_mime (>= 0.1.1)
|
68
|
-
marcel (0.
|
69
|
-
mimemagic (~> 0.3.2)
|
68
|
+
marcel (1.0.2)
|
70
69
|
method_source (1.0.0)
|
71
|
-
mimemagic (0.3.10)
|
72
|
-
nokogiri (~> 1)
|
73
|
-
rake
|
74
70
|
mini_mime (1.1.2)
|
75
|
-
mini_portile2 (2.
|
76
|
-
minitest (5.
|
71
|
+
mini_portile2 (2.8.0)
|
72
|
+
minitest (5.16.3)
|
77
73
|
nio4r (2.5.8)
|
78
|
-
nokogiri (1.
|
79
|
-
mini_portile2 (~> 2.
|
74
|
+
nokogiri (1.13.8)
|
75
|
+
mini_portile2 (~> 2.8.0)
|
80
76
|
racc (~> 1.4)
|
81
77
|
parallel (1.19.1)
|
82
78
|
parser (2.7.0.5)
|
83
79
|
ast (~> 2.4.0)
|
84
80
|
racc (1.6.0)
|
85
|
-
rack (2.2.
|
86
|
-
rack-test (
|
87
|
-
rack (>= 1.
|
88
|
-
rails (5.2.
|
89
|
-
actioncable (= 5.2.
|
90
|
-
actionmailer (= 5.2.
|
91
|
-
actionpack (= 5.2.
|
92
|
-
actionview (= 5.2.
|
93
|
-
activejob (= 5.2.
|
94
|
-
activemodel (= 5.2.
|
95
|
-
activerecord (= 5.2.
|
96
|
-
activestorage (= 5.2.
|
97
|
-
activesupport (= 5.2.
|
81
|
+
rack (2.2.4)
|
82
|
+
rack-test (2.0.2)
|
83
|
+
rack (>= 1.3)
|
84
|
+
rails (5.2.8.1)
|
85
|
+
actioncable (= 5.2.8.1)
|
86
|
+
actionmailer (= 5.2.8.1)
|
87
|
+
actionpack (= 5.2.8.1)
|
88
|
+
actionview (= 5.2.8.1)
|
89
|
+
activejob (= 5.2.8.1)
|
90
|
+
activemodel (= 5.2.8.1)
|
91
|
+
activerecord (= 5.2.8.1)
|
92
|
+
activestorage (= 5.2.8.1)
|
93
|
+
activesupport (= 5.2.8.1)
|
98
94
|
bundler (>= 1.3.0)
|
99
|
-
railties (= 5.2.
|
95
|
+
railties (= 5.2.8.1)
|
100
96
|
sprockets-rails (>= 2.0.0)
|
101
97
|
rails-dom-testing (2.0.3)
|
102
98
|
activesupport (>= 4.2.0)
|
103
99
|
nokogiri (>= 1.6)
|
104
|
-
rails-html-sanitizer (1.4.
|
100
|
+
rails-html-sanitizer (1.4.3)
|
105
101
|
loofah (~> 2.3)
|
106
|
-
railties (5.2.
|
107
|
-
actionpack (= 5.2.
|
108
|
-
activesupport (= 5.2.
|
102
|
+
railties (5.2.8.1)
|
103
|
+
actionpack (= 5.2.8.1)
|
104
|
+
activesupport (= 5.2.8.1)
|
109
105
|
method_source
|
110
106
|
rake (>= 0.8.7)
|
111
107
|
thor (>= 0.19.0, < 2.0)
|
@@ -134,16 +130,16 @@ GEM
|
|
134
130
|
ruby-progressbar (~> 1.7)
|
135
131
|
unicode-display_width (>= 1.4.0, < 1.7)
|
136
132
|
ruby-progressbar (1.10.1)
|
137
|
-
sprockets (4.
|
133
|
+
sprockets (4.1.1)
|
138
134
|
concurrent-ruby (~> 1.0)
|
139
135
|
rack (> 1, < 3)
|
140
|
-
sprockets-rails (3.
|
141
|
-
actionpack (>=
|
142
|
-
activesupport (>=
|
136
|
+
sprockets-rails (3.4.2)
|
137
|
+
actionpack (>= 5.2)
|
138
|
+
activesupport (>= 5.2)
|
143
139
|
sprockets (>= 3.0.0)
|
144
|
-
thor (1.1
|
140
|
+
thor (1.2.1)
|
145
141
|
thread_safe (0.3.6)
|
146
|
-
tzinfo (1.2.
|
142
|
+
tzinfo (1.2.10)
|
147
143
|
thread_safe (~> 0.1)
|
148
144
|
unicode-display_width (1.6.1)
|
149
145
|
websocket-driver (0.7.5)
|
@@ -154,7 +150,7 @@ PLATFORMS
|
|
154
150
|
ruby
|
155
151
|
|
156
152
|
DEPENDENCIES
|
157
|
-
rails (~> 5.2.
|
153
|
+
rails (~> 5.2.8.1)
|
158
154
|
rails_ping!
|
159
155
|
rake (~> 12.0)
|
160
156
|
rspec (~> 3.0)
|
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.1.
|
4
|
+
version: 0.1.5
|
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: 2022-09-26 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
|