jpmobile 7.0.0 → 7.0.1
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/.circleci/config.yml +4 -1
- data/Gemfile.lock +95 -67
- data/README.md +1 -2
- data/jpmobile.gemspec +1 -1
- data/lib/jpmobile/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3292578aadf3276cb4304224f8b4563fe25244e03b7fa337d2ba7dd3a542f3f1
|
|
4
|
+
data.tar.gz: 6f472acb84fad3decceaed599afa71397e5dd92d851a0300bb03d595b9f48aef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bcc18a422c95df268feb18ddbe7e61d9d94f9481cbacda09edce99990b2cb2f3e909b319a96b411aeeff7e7b995dcc2a794406b80f3c1d2292d991c0bbd72f3
|
|
7
|
+
data.tar.gz: 802f4a65b7ba13537ec9c548a109eeb13205363ce0afc1bb4f13c0fd228663f33dfc128cf8615f2ca3f6ba6f8f0a3a7a33f05841984d6ada7eb648afe9801bcd
|
data/.circleci/config.yml
CHANGED
|
@@ -34,7 +34,10 @@ jobs:
|
|
|
34
34
|
|
|
35
35
|
- run:
|
|
36
36
|
name: Bundle Install
|
|
37
|
-
command:
|
|
37
|
+
command: |
|
|
38
|
+
bundle config set --local clean true
|
|
39
|
+
bundle config set --local path vendor/bundle
|
|
40
|
+
bundle check || bundle install
|
|
38
41
|
|
|
39
42
|
# Store bundle cache
|
|
40
43
|
- save_cache:
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
jpmobile (
|
|
4
|
+
jpmobile (7.0.1)
|
|
5
5
|
mail (~> 2.7.0)
|
|
6
6
|
rexml
|
|
7
7
|
scanf
|
|
@@ -9,61 +9,67 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
actioncable (7.0.
|
|
13
|
-
actionpack (= 7.0.
|
|
14
|
-
activesupport (= 7.0.
|
|
12
|
+
actioncable (7.0.1)
|
|
13
|
+
actionpack (= 7.0.1)
|
|
14
|
+
activesupport (= 7.0.1)
|
|
15
15
|
nio4r (~> 2.0)
|
|
16
16
|
websocket-driver (>= 0.6.1)
|
|
17
|
-
actionmailbox (7.0.
|
|
18
|
-
actionpack (= 7.0.
|
|
19
|
-
activejob (= 7.0.
|
|
20
|
-
activerecord (= 7.0.
|
|
21
|
-
activestorage (= 7.0.
|
|
22
|
-
activesupport (= 7.0.
|
|
17
|
+
actionmailbox (7.0.1)
|
|
18
|
+
actionpack (= 7.0.1)
|
|
19
|
+
activejob (= 7.0.1)
|
|
20
|
+
activerecord (= 7.0.1)
|
|
21
|
+
activestorage (= 7.0.1)
|
|
22
|
+
activesupport (= 7.0.1)
|
|
23
23
|
mail (>= 2.7.1)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
net-imap
|
|
25
|
+
net-pop
|
|
26
|
+
net-smtp
|
|
27
|
+
actionmailer (7.0.1)
|
|
28
|
+
actionpack (= 7.0.1)
|
|
29
|
+
actionview (= 7.0.1)
|
|
30
|
+
activejob (= 7.0.1)
|
|
31
|
+
activesupport (= 7.0.1)
|
|
29
32
|
mail (~> 2.5, >= 2.5.4)
|
|
33
|
+
net-imap
|
|
34
|
+
net-pop
|
|
35
|
+
net-smtp
|
|
30
36
|
rails-dom-testing (~> 2.0)
|
|
31
|
-
actionpack (7.0.
|
|
32
|
-
actionview (= 7.0.
|
|
33
|
-
activesupport (= 7.0.
|
|
37
|
+
actionpack (7.0.1)
|
|
38
|
+
actionview (= 7.0.1)
|
|
39
|
+
activesupport (= 7.0.1)
|
|
34
40
|
rack (~> 2.0, >= 2.2.0)
|
|
35
41
|
rack-test (>= 0.6.3)
|
|
36
42
|
rails-dom-testing (~> 2.0)
|
|
37
43
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
38
|
-
actiontext (7.0.
|
|
39
|
-
actionpack (= 7.0.
|
|
40
|
-
activerecord (= 7.0.
|
|
41
|
-
activestorage (= 7.0.
|
|
42
|
-
activesupport (= 7.0.
|
|
44
|
+
actiontext (7.0.1)
|
|
45
|
+
actionpack (= 7.0.1)
|
|
46
|
+
activerecord (= 7.0.1)
|
|
47
|
+
activestorage (= 7.0.1)
|
|
48
|
+
activesupport (= 7.0.1)
|
|
43
49
|
globalid (>= 0.6.0)
|
|
44
50
|
nokogiri (>= 1.8.5)
|
|
45
|
-
actionview (7.0.
|
|
46
|
-
activesupport (= 7.0.
|
|
51
|
+
actionview (7.0.1)
|
|
52
|
+
activesupport (= 7.0.1)
|
|
47
53
|
builder (~> 3.1)
|
|
48
54
|
erubi (~> 1.4)
|
|
49
55
|
rails-dom-testing (~> 2.0)
|
|
50
56
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
51
|
-
activejob (7.0.
|
|
52
|
-
activesupport (= 7.0.
|
|
57
|
+
activejob (7.0.1)
|
|
58
|
+
activesupport (= 7.0.1)
|
|
53
59
|
globalid (>= 0.3.6)
|
|
54
|
-
activemodel (7.0.
|
|
55
|
-
activesupport (= 7.0.
|
|
56
|
-
activerecord (7.0.
|
|
57
|
-
activemodel (= 7.0.
|
|
58
|
-
activesupport (= 7.0.
|
|
59
|
-
activestorage (7.0.
|
|
60
|
-
actionpack (= 7.0.
|
|
61
|
-
activejob (= 7.0.
|
|
62
|
-
activerecord (= 7.0.
|
|
63
|
-
activesupport (= 7.0.
|
|
60
|
+
activemodel (7.0.1)
|
|
61
|
+
activesupport (= 7.0.1)
|
|
62
|
+
activerecord (7.0.1)
|
|
63
|
+
activemodel (= 7.0.1)
|
|
64
|
+
activesupport (= 7.0.1)
|
|
65
|
+
activestorage (7.0.1)
|
|
66
|
+
actionpack (= 7.0.1)
|
|
67
|
+
activejob (= 7.0.1)
|
|
68
|
+
activerecord (= 7.0.1)
|
|
69
|
+
activesupport (= 7.0.1)
|
|
64
70
|
marcel (~> 1.0)
|
|
65
71
|
mini_mime (>= 1.1.0)
|
|
66
|
-
activesupport (7.0.
|
|
72
|
+
activesupport (7.0.1)
|
|
67
73
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
68
74
|
i18n (>= 1.6, < 2)
|
|
69
75
|
minitest (>= 5.1)
|
|
@@ -73,16 +79,18 @@ GEM
|
|
|
73
79
|
coderay (1.1.3)
|
|
74
80
|
concurrent-ruby (1.1.9)
|
|
75
81
|
crass (1.0.6)
|
|
76
|
-
diff-lcs (1.
|
|
82
|
+
diff-lcs (1.5.0)
|
|
83
|
+
digest (3.1.0)
|
|
77
84
|
erubi (1.10.0)
|
|
78
85
|
geokit (1.13.1)
|
|
79
|
-
git (1.
|
|
86
|
+
git (1.10.2)
|
|
80
87
|
rchardet (~> 1.8)
|
|
81
88
|
globalid (1.0.0)
|
|
82
89
|
activesupport (>= 5.0)
|
|
83
90
|
hpricot (0.8.6)
|
|
84
91
|
i18n (1.8.11)
|
|
85
92
|
concurrent-ruby (~> 1.0)
|
|
93
|
+
io-wait (0.2.1)
|
|
86
94
|
loofah (2.13.0)
|
|
87
95
|
crass (~> 1.0.2)
|
|
88
96
|
nokogiri (>= 1.5.9)
|
|
@@ -92,11 +100,28 @@ GEM
|
|
|
92
100
|
method_source (1.0.0)
|
|
93
101
|
mini_mime (1.1.2)
|
|
94
102
|
minitest (5.15.0)
|
|
103
|
+
net-imap (0.2.3)
|
|
104
|
+
digest
|
|
105
|
+
net-protocol
|
|
106
|
+
strscan
|
|
107
|
+
net-pop (0.1.1)
|
|
108
|
+
digest
|
|
109
|
+
net-protocol
|
|
110
|
+
timeout
|
|
111
|
+
net-protocol (0.1.2)
|
|
112
|
+
io-wait
|
|
113
|
+
timeout
|
|
114
|
+
net-smtp (0.3.1)
|
|
115
|
+
digest
|
|
116
|
+
net-protocol
|
|
117
|
+
timeout
|
|
95
118
|
nio4r (2.5.8)
|
|
96
|
-
nokogiri (1.
|
|
119
|
+
nokogiri (1.13.0-arm64-darwin)
|
|
120
|
+
racc (~> 1.4)
|
|
121
|
+
nokogiri (1.13.0-x86_64-linux)
|
|
97
122
|
racc (~> 1.4)
|
|
98
123
|
parallel (1.21.0)
|
|
99
|
-
parser (3.0.
|
|
124
|
+
parser (3.1.0.0)
|
|
100
125
|
ast (~> 2.4.1)
|
|
101
126
|
pry (0.14.1)
|
|
102
127
|
coderay (~> 1.1)
|
|
@@ -105,33 +130,33 @@ GEM
|
|
|
105
130
|
rack (2.2.3)
|
|
106
131
|
rack-test (1.1.0)
|
|
107
132
|
rack (>= 1.0, < 3)
|
|
108
|
-
rails (7.0.
|
|
109
|
-
actioncable (= 7.0.
|
|
110
|
-
actionmailbox (= 7.0.
|
|
111
|
-
actionmailer (= 7.0.
|
|
112
|
-
actionpack (= 7.0.
|
|
113
|
-
actiontext (= 7.0.
|
|
114
|
-
actionview (= 7.0.
|
|
115
|
-
activejob (= 7.0.
|
|
116
|
-
activemodel (= 7.0.
|
|
117
|
-
activerecord (= 7.0.
|
|
118
|
-
activestorage (= 7.0.
|
|
119
|
-
activesupport (= 7.0.
|
|
133
|
+
rails (7.0.1)
|
|
134
|
+
actioncable (= 7.0.1)
|
|
135
|
+
actionmailbox (= 7.0.1)
|
|
136
|
+
actionmailer (= 7.0.1)
|
|
137
|
+
actionpack (= 7.0.1)
|
|
138
|
+
actiontext (= 7.0.1)
|
|
139
|
+
actionview (= 7.0.1)
|
|
140
|
+
activejob (= 7.0.1)
|
|
141
|
+
activemodel (= 7.0.1)
|
|
142
|
+
activerecord (= 7.0.1)
|
|
143
|
+
activestorage (= 7.0.1)
|
|
144
|
+
activesupport (= 7.0.1)
|
|
120
145
|
bundler (>= 1.15.0)
|
|
121
|
-
railties (= 7.0.
|
|
146
|
+
railties (= 7.0.1)
|
|
122
147
|
rails-dom-testing (2.0.3)
|
|
123
148
|
activesupport (>= 4.2.0)
|
|
124
149
|
nokogiri (>= 1.6)
|
|
125
150
|
rails-html-sanitizer (1.4.2)
|
|
126
151
|
loofah (~> 2.3)
|
|
127
|
-
railties (7.0.
|
|
128
|
-
actionpack (= 7.0.
|
|
129
|
-
activesupport (= 7.0.
|
|
152
|
+
railties (7.0.1)
|
|
153
|
+
actionpack (= 7.0.1)
|
|
154
|
+
activesupport (= 7.0.1)
|
|
130
155
|
method_source
|
|
131
156
|
rake (>= 12.2)
|
|
132
157
|
thor (~> 1.0)
|
|
133
158
|
zeitwerk (~> 2.5)
|
|
134
|
-
rainbow (3.
|
|
159
|
+
rainbow (3.1.1)
|
|
135
160
|
rake (13.0.6)
|
|
136
161
|
rchardet (1.8.0)
|
|
137
162
|
regexp_parser (2.2.0)
|
|
@@ -160,42 +185,45 @@ GEM
|
|
|
160
185
|
rspec-mocks (~> 3.10)
|
|
161
186
|
rspec-support (~> 3.10)
|
|
162
187
|
rspec-support (3.10.3)
|
|
163
|
-
rubocop (1.
|
|
188
|
+
rubocop (1.24.1)
|
|
164
189
|
parallel (~> 1.10)
|
|
165
190
|
parser (>= 3.0.0.0)
|
|
166
191
|
rainbow (>= 2.2.2, < 4.0)
|
|
167
192
|
regexp_parser (>= 1.8, < 3.0)
|
|
168
193
|
rexml
|
|
169
|
-
rubocop-ast (>= 1.
|
|
194
|
+
rubocop-ast (>= 1.15.1, < 2.0)
|
|
170
195
|
ruby-progressbar (~> 1.7)
|
|
171
196
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
172
|
-
rubocop-ast (1.15.
|
|
197
|
+
rubocop-ast (1.15.1)
|
|
173
198
|
parser (>= 3.0.1.1)
|
|
174
|
-
rubocop-performance (1.
|
|
199
|
+
rubocop-performance (1.13.1)
|
|
175
200
|
rubocop (>= 1.7.0, < 2.0)
|
|
176
201
|
rubocop-ast (>= 0.4.0)
|
|
177
|
-
rubocop-rails (2.
|
|
202
|
+
rubocop-rails (2.13.1)
|
|
178
203
|
activesupport (>= 4.2.0)
|
|
179
204
|
rack (>= 1.1)
|
|
180
205
|
rubocop (>= 1.7.0, < 2.0)
|
|
181
|
-
rubocop-rspec (2.
|
|
206
|
+
rubocop-rspec (2.7.0)
|
|
182
207
|
rubocop (~> 1.19)
|
|
183
208
|
ruby-progressbar (1.11.0)
|
|
184
209
|
scanf (1.0.0)
|
|
185
210
|
sqlite3 (1.4.2)
|
|
186
211
|
sqlite3-ruby (1.3.3)
|
|
187
212
|
sqlite3 (>= 1.3.3)
|
|
188
|
-
|
|
213
|
+
strscan (3.0.1)
|
|
214
|
+
thor (1.2.1)
|
|
215
|
+
timeout (0.2.0)
|
|
189
216
|
tzinfo (2.0.4)
|
|
190
217
|
concurrent-ruby (~> 1.0)
|
|
191
218
|
unicode-display_width (2.1.0)
|
|
192
219
|
websocket-driver (0.7.5)
|
|
193
220
|
websocket-extensions (>= 0.1.0)
|
|
194
221
|
websocket-extensions (0.1.5)
|
|
195
|
-
zeitwerk (2.5.
|
|
222
|
+
zeitwerk (2.5.3)
|
|
196
223
|
|
|
197
224
|
PLATFORMS
|
|
198
225
|
arm64-darwin-20
|
|
226
|
+
x86_64-linux
|
|
199
227
|
|
|
200
228
|
DEPENDENCIES
|
|
201
229
|
geokit
|
data/README.md
CHANGED
|
@@ -142,8 +142,7 @@ Rack::Request#mobile.position に位置情報が格納されます。
|
|
|
142
142
|
|
|
143
143
|
#### [GeoKit](http://geokit.rubyforge.org) との連携
|
|
144
144
|
|
|
145
|
-
vendor/plugins/geokit以下にGeoKitがインストールされていると、Jpmobile::PositionにGeoKit::
|
|
146
|
-
eがincludeされる。したがって、
|
|
145
|
+
vendor/plugins/geokit以下にGeoKitがインストールされていると、Jpmobile::PositionにGeoKit::Mappableがincludeされる。したがって、
|
|
147
146
|
|
|
148
147
|
```ruby
|
|
149
148
|
request.mobile.position.distance_to('札幌駅')
|
data/jpmobile.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.test_files = gem.files.grep(%r{^(test|spec|system)/})
|
|
17
17
|
gem.require_paths = ['lib']
|
|
18
18
|
|
|
19
|
-
gem.required_ruby_version = '>=
|
|
19
|
+
gem.required_ruby_version = '>= 2.7.0'
|
|
20
20
|
|
|
21
21
|
gem.add_dependency 'mail', '~> 2.7.0'
|
|
22
22
|
gem.add_dependency 'rexml'
|
data/lib/jpmobile/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jpmobile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shin-ichiro OGAWA
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2022-01-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mail
|
|
@@ -470,7 +470,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
470
470
|
requirements:
|
|
471
471
|
- - ">="
|
|
472
472
|
- !ruby/object:Gem::Version
|
|
473
|
-
version:
|
|
473
|
+
version: 2.7.0
|
|
474
474
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
475
475
|
requirements:
|
|
476
476
|
- - ">="
|