jpmobile 6.1.2 → 7.1.0

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.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +12 -4
  3. data/.rubocop.yml +174 -1
  4. data/.ruby-version +1 -1
  5. data/Gemfile +11 -0
  6. data/Gemfile.lock +220 -166
  7. data/README.md +27 -21
  8. data/Rakefile +1 -1
  9. data/jpmobile.gemspec +6 -13
  10. data/lib/jpmobile/datum_conv.rb +7 -7
  11. data/lib/jpmobile/docomo_guid.rb +2 -2
  12. data/lib/jpmobile/email.rb +2 -2
  13. data/lib/jpmobile/fallback_view_selector.rb +2 -2
  14. data/lib/jpmobile/filter.rb +4 -2
  15. data/lib/jpmobile/hook_action_view.rb +3 -3
  16. data/lib/jpmobile/hook_template_details_requested.rb +12 -0
  17. data/lib/jpmobile/mail.rb +3 -3
  18. data/lib/jpmobile/mailer.rb +4 -5
  19. data/lib/jpmobile/method_less_action_support.rb +11 -0
  20. data/lib/jpmobile/mobile/abstract_mobile.rb +1 -1
  21. data/lib/jpmobile/mobile/android_tablet.rb +1 -1
  22. data/lib/jpmobile/mobile/au.rb +4 -6
  23. data/lib/jpmobile/mobile/softbank.rb +3 -1
  24. data/lib/jpmobile/path_set.rb +10 -36
  25. data/lib/jpmobile/position.rb +6 -6
  26. data/lib/jpmobile/rails.rb +8 -2
  27. data/lib/jpmobile/resolver.rb +47 -6
  28. data/lib/jpmobile/template_details.rb +38 -0
  29. data/lib/jpmobile/trans_sid.rb +2 -2
  30. data/lib/jpmobile/util.rb +1 -1
  31. data/lib/jpmobile/version.rb +1 -1
  32. data/lib/jpmobile/view_selector.rb +5 -6
  33. data/lib/jpmobile.rb +13 -0
  34. data/lib/tasks/jpmobile_tasks.rake +4 -5
  35. data/renovate.json +6 -0
  36. data/spec/rack/jpmobile/mobile_by_ua_spec.rb +1 -0
  37. data/spec/rack/jpmobile/params_filter_spec.rb +6 -6
  38. data/spec/unit/decorated_mail_spec.rb +1 -1
  39. data/spec/unit/email_spec.rb +1 -1
  40. data/spec/unit/mail_spec.rb +4 -4
  41. data/spec/unit/receive_mail_spec.rb +30 -30
  42. data/spec/unit/util_spec.rb +1 -1
  43. data/test/rails/overrides/Gemfile.jpmobile +4 -0
  44. data/test/rails/overrides/app/controllers/method_less_action_support_controller.rb +3 -0
  45. data/test/rails/overrides/app/controllers/mobile_spec_controller.rb +1 -1
  46. data/test/rails/overrides/app/controllers/template_path_controller.rb +3 -0
  47. data/test/rails/overrides/app/mailers/decorated_mailer.rb +1 -1
  48. data/test/rails/overrides/app/views/method_less_action_support/index_smart_phone.html.erb +0 -0
  49. data/test/rails/overrides/app/views/mobile_spec/mobile_not_exist.html.erb +3 -0
  50. data/test/rails/overrides/config/routes.rb +5 -1
  51. data/test/rails/overrides/spec/controllers/mobile_spec_controller_spec.rb +3 -3
  52. data/test/rails/overrides/spec/rails_helper.rb +2 -2
  53. data/test/rails/overrides/spec/requests/filter_spec.rb +106 -0
  54. data/test/rails/overrides/spec/requests/method_less_action_support_spec.rb +29 -0
  55. data/test/rails/overrides/spec/requests/pc_spec.rb +3 -2
  56. data/test/rails/overrides/spec/requests/template_path_spec.rb +1 -1
  57. data/test/rails/overrides/spec/{features → system}/admin/top_spec.rb +2 -2
  58. data/test/rails/overrides/spec/{features → system}/filter_spec.rb +2 -7
  59. data/test/rails/overrides/spec/system/support/cuprite_setup.rb +12 -0
  60. data/test/rails/overrides/spec/system_helper.rb +3 -0
  61. data/test/sinatra/guestbook.rb +0 -1
  62. metadata +26 -342
  63. data/test/rails/overrides/app/views/mobile_spec/no_mobile.html.erb +0 -3
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpmobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.2
4
+ version: 7.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shin-ichiro OGAWA
8
8
  - Yoji Shidara
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-03-02 00:00:00.000000000 Z
12
+ date: 2023-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mail
@@ -53,146 +53,6 @@ dependencies:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
- - !ruby/object:Gem::Dependency
57
- name: capybara-webkit
58
- requirement: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0'
63
- type: :development
64
- prerelease: false
65
- version_requirements: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: '0'
70
- - !ruby/object:Gem::Dependency
71
- name: geokit
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- version: '0'
77
- type: :development
78
- prerelease: false
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ">="
82
- - !ruby/object:Gem::Version
83
- version: '0'
84
- - !ruby/object:Gem::Dependency
85
- name: git
86
- requirement: !ruby/object:Gem::Requirement
87
- requirements:
88
- - - ">="
89
- - !ruby/object:Gem::Version
90
- version: '0'
91
- type: :development
92
- prerelease: false
93
- version_requirements: !ruby/object:Gem::Requirement
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- version: '0'
98
- - !ruby/object:Gem::Dependency
99
- name: hpricot
100
- requirement: !ruby/object:Gem::Requirement
101
- requirements:
102
- - - ">="
103
- - !ruby/object:Gem::Version
104
- version: '0'
105
- type: :development
106
- prerelease: false
107
- version_requirements: !ruby/object:Gem::Requirement
108
- requirements:
109
- - - ">="
110
- - !ruby/object:Gem::Version
111
- version: '0'
112
- - !ruby/object:Gem::Dependency
113
- name: pry
114
- requirement: !ruby/object:Gem::Requirement
115
- requirements:
116
- - - ">="
117
- - !ruby/object:Gem::Version
118
- version: '0'
119
- type: :development
120
- prerelease: false
121
- version_requirements: !ruby/object:Gem::Requirement
122
- requirements:
123
- - - ">="
124
- - !ruby/object:Gem::Version
125
- version: '0'
126
- - !ruby/object:Gem::Dependency
127
- name: rails
128
- requirement: !ruby/object:Gem::Requirement
129
- requirements:
130
- - - "~>"
131
- - !ruby/object:Gem::Version
132
- version: 6.1.0
133
- type: :development
134
- prerelease: false
135
- version_requirements: !ruby/object:Gem::Requirement
136
- requirements:
137
- - - "~>"
138
- - !ruby/object:Gem::Version
139
- version: 6.1.0
140
- - !ruby/object:Gem::Dependency
141
- name: rspec
142
- requirement: !ruby/object:Gem::Requirement
143
- requirements:
144
- - - ">="
145
- - !ruby/object:Gem::Version
146
- version: '0'
147
- type: :development
148
- prerelease: false
149
- version_requirements: !ruby/object:Gem::Requirement
150
- requirements:
151
- - - ">="
152
- - !ruby/object:Gem::Version
153
- version: '0'
154
- - !ruby/object:Gem::Dependency
155
- name: rspec-its
156
- requirement: !ruby/object:Gem::Requirement
157
- requirements:
158
- - - ">="
159
- - !ruby/object:Gem::Version
160
- version: '0'
161
- type: :development
162
- prerelease: false
163
- version_requirements: !ruby/object:Gem::Requirement
164
- requirements:
165
- - - ">="
166
- - !ruby/object:Gem::Version
167
- version: '0'
168
- - !ruby/object:Gem::Dependency
169
- name: rspec-rails
170
- requirement: !ruby/object:Gem::Requirement
171
- requirements:
172
- - - ">="
173
- - !ruby/object:Gem::Version
174
- version: '0'
175
- type: :development
176
- prerelease: false
177
- version_requirements: !ruby/object:Gem::Requirement
178
- requirements:
179
- - - ">="
180
- - !ruby/object:Gem::Version
181
- version: '0'
182
- - !ruby/object:Gem::Dependency
183
- name: sqlite3-ruby
184
- requirement: !ruby/object:Gem::Requirement
185
- requirements:
186
- - - ">="
187
- - !ruby/object:Gem::Version
188
- version: '0'
189
- type: :development
190
- prerelease: false
191
- version_requirements: !ruby/object:Gem::Requirement
192
- requirements:
193
- - - ">="
194
- - !ruby/object:Gem::Version
195
- version: '0'
196
56
  description: A Rails plugin for mobile devices in Japan
197
57
  email:
198
58
  - rust.stnard@gmail.com
@@ -232,10 +92,12 @@ files:
232
92
  - lib/jpmobile/filter.rb
233
93
  - lib/jpmobile/helpers.rb
234
94
  - lib/jpmobile/hook_action_view.rb
95
+ - lib/jpmobile/hook_template_details_requested.rb
235
96
  - lib/jpmobile/hook_test_request.rb
236
97
  - lib/jpmobile/lookup_context.rb
237
98
  - lib/jpmobile/mail.rb
238
99
  - lib/jpmobile/mailer.rb
100
+ - lib/jpmobile/method_less_action_support.rb
239
101
  - lib/jpmobile/mobile/abstract_mobile.rb
240
102
  - lib/jpmobile/mobile/android.rb
241
103
  - lib/jpmobile/mobile/android_tablet.rb
@@ -265,11 +127,13 @@ files:
265
127
  - lib/jpmobile/session/active_record_store.rb
266
128
  - lib/jpmobile/session/mem_cache_store.rb
267
129
  - lib/jpmobile/sinatra.rb
130
+ - lib/jpmobile/template_details.rb
268
131
  - lib/jpmobile/trans_sid.rb
269
132
  - lib/jpmobile/util.rb
270
133
  - lib/jpmobile/version.rb
271
134
  - lib/jpmobile/view_selector.rb
272
135
  - lib/tasks/jpmobile_tasks.rake
136
+ - renovate.json
273
137
  - spec/rack/jpmobile/android_spec.rb
274
138
  - spec/rack/jpmobile/au_spec.rb
275
139
  - spec/rack/jpmobile/black_berry_spec.rb
@@ -336,6 +200,7 @@ files:
336
200
  - test/rails/overrides/app/controllers/hankaku_filter_controller.rb
337
201
  - test/rails/overrides/app/controllers/hankaku_input_filter_controller.rb
338
202
  - test/rails/overrides/app/controllers/links_controller.rb
203
+ - test/rails/overrides/app/controllers/method_less_action_support_controller.rb
339
204
  - test/rails/overrides/app/controllers/mobile_spec_controller.rb
340
205
  - test/rails/overrides/app/controllers/template_path_controller.rb
341
206
  - test/rails/overrides/app/controllers/trans_sid_always_and_session_off_controller.rb
@@ -371,6 +236,7 @@ files:
371
236
  - test/rails/overrides/app/views/links/show_all.html.erb
372
237
  - test/rails/overrides/app/views/links/softbank_location.html.erb
373
238
  - test/rails/overrides/app/views/links/willcom_location.html.erb
239
+ - test/rails/overrides/app/views/method_less_action_support/index_smart_phone.html.erb
374
240
  - test/rails/overrides/app/views/mobile_mailer/default_to_mail.text.erb
375
241
  - test/rails/overrides/app/views/mobile_mailer/multi_message.html.erb
376
242
  - test/rails/overrides/app/views/mobile_mailer/multi_message.text.erb
@@ -385,7 +251,7 @@ files:
385
251
  - test/rails/overrides/app/views/mobile_spec/_partial_view_sample.html.erb
386
252
  - test/rails/overrides/app/views/mobile_spec/index.html.erb
387
253
  - test/rails/overrides/app/views/mobile_spec/index_mobile.html.erb
388
- - test/rails/overrides/app/views/mobile_spec/no_mobile.html.erb
254
+ - test/rails/overrides/app/views/mobile_spec/mobile_not_exist.html.erb
389
255
  - test/rails/overrides/app/views/normal_mailer/msg.text.erb
390
256
  - test/rails/overrides/app/views/template_path/_partial.html.erb
391
257
  - test/rails/overrides/app/views/template_path/_partial_mobile.html.erb
@@ -420,8 +286,6 @@ files:
420
286
  - test/rails/overrides/spec/controllers/mobile_spec_controller_spec.rb
421
287
  - test/rails/overrides/spec/controllers/template_path_spec.rb
422
288
  - test/rails/overrides/spec/controllers/trans_sid_controller_spec.rb
423
- - test/rails/overrides/spec/features/admin/top_spec.rb
424
- - test/rails/overrides/spec/features/filter_spec.rb
425
289
  - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-attached.eml
426
290
  - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-decomail.eml
427
291
  - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-emoji.eml
@@ -449,11 +313,17 @@ files:
449
313
  - test/rails/overrides/spec/rcov.opts
450
314
  - test/rails/overrides/spec/requests/docomo_spec.rb
451
315
  - test/rails/overrides/spec/requests/emobile_spec.rb
316
+ - test/rails/overrides/spec/requests/filter_spec.rb
317
+ - test/rails/overrides/spec/requests/method_less_action_support_spec.rb
452
318
  - test/rails/overrides/spec/requests/pc_spec.rb
453
319
  - test/rails/overrides/spec/requests/softbank_emulator_spec.rb
454
320
  - test/rails/overrides/spec/requests/template_path_spec.rb
455
321
  - test/rails/overrides/spec/requests/trans_sid_spec.rb
456
322
  - test/rails/overrides/spec/spec_helper.rb
323
+ - test/rails/overrides/spec/system/admin/top_spec.rb
324
+ - test/rails/overrides/spec/system/filter_spec.rb
325
+ - test/rails/overrides/spec/system/support/cuprite_setup.rb
326
+ - test/rails/overrides/spec/system_helper.rb
457
327
  - test/sinatra/config.ru
458
328
  - test/sinatra/guestbook.rb
459
329
  - test/sinatra/test/filter_test.rb
@@ -467,11 +337,14 @@ files:
467
337
  - tools/generate_emoticon_conversion_table.rb
468
338
  - tools/generate_softbank_emoticon_table.rb
469
339
  - tools/list_gps_unsupported_au.rb
470
- homepage: http://jpmobile-rails.org
340
+ homepage: https://jpmobile-rails.org
471
341
  licenses:
472
342
  - MIT
473
- metadata: {}
474
- post_install_message:
343
+ metadata:
344
+ source_code_uri: https://github.com/jpmobile/jpmobile
345
+ documentation_uri: https://github.com/jpmobile/jpmobile
346
+ rubygems_mfa_required: 'true'
347
+ post_install_message:
475
348
  rdoc_options: []
476
349
  require_paths:
477
350
  - lib
@@ -479,204 +352,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
479
352
  requirements:
480
353
  - - ">="
481
354
  - !ruby/object:Gem::Version
482
- version: 2.5.0
355
+ version: 2.7.0
483
356
  required_rubygems_version: !ruby/object:Gem::Requirement
484
357
  requirements:
485
358
  - - ">="
486
359
  - !ruby/object:Gem::Version
487
360
  version: '0'
488
361
  requirements: []
489
- rubygems_version: 3.1.4
490
- signing_key:
362
+ rubygems_version: 3.4.10
363
+ signing_key:
491
364
  specification_version: 4
492
365
  summary: Rails plugin for mobile devices in Japan
493
- test_files:
494
- - spec/rack/jpmobile/android_spec.rb
495
- - spec/rack/jpmobile/au_spec.rb
496
- - spec/rack/jpmobile/black_berry_spec.rb
497
- - spec/rack/jpmobile/docomo_spec.rb
498
- - spec/rack/jpmobile/emoticon_spec.rb
499
- - spec/rack/jpmobile/filter_spec.rb
500
- - spec/rack/jpmobile/iphone_spec.rb
501
- - spec/rack/jpmobile/mobile_by_ua_spec.rb
502
- - spec/rack/jpmobile/params_filter_spec.rb
503
- - spec/rack/jpmobile/softbank_spec.rb
504
- - spec/rack/jpmobile/willcom_spec.rb
505
- - spec/rack/jpmobile/windows_phone.rb
506
- - spec/rack_helper.rb
507
- - spec/spec_helper.rb
508
- - spec/unit/decorated_mail_spec.rb
509
- - spec/unit/email-fixtures/au-attached.eml
510
- - spec/unit/email-fixtures/au-decomail.eml
511
- - spec/unit/email-fixtures/au-decomail2.eml
512
- - spec/unit/email-fixtures/au-email.eml
513
- - spec/unit/email-fixtures/au-emoji.eml
514
- - spec/unit/email-fixtures/au-emoji2.eml
515
- - spec/unit/email-fixtures/au-emoji5.eml
516
- - spec/unit/email-fixtures/au-kigou.eml
517
- - spec/unit/email-fixtures/bounce_with_utf8_part.eml
518
- - spec/unit/email-fixtures/docomo-decomail.eml
519
- - spec/unit/email-fixtures/docomo-emoji.eml
520
- - spec/unit/email-fixtures/docomo-gmail-sjis.eml
521
- - spec/unit/email-fixtures/docomo-jis.eml
522
- - spec/unit/email-fixtures/iphone-circled-numbers-in-jis.eml
523
- - spec/unit/email-fixtures/iphone-cp932.eml
524
- - spec/unit/email-fixtures/iphone-jis.eml
525
- - spec/unit/email-fixtures/iphone-mail3.eml
526
- - spec/unit/email-fixtures/iphone-unicode-emoji.eml
527
- - spec/unit/email-fixtures/pc-mail-attached-without-subject.eml
528
- - spec/unit/email-fixtures/pc-mail-multi.eml
529
- - spec/unit/email-fixtures/pc-mail-single.eml
530
- - spec/unit/email-fixtures/photo.jpg
531
- - spec/unit/email-fixtures/softbank-blank.eml
532
- - spec/unit/email-fixtures/softbank-emoji-utf8.eml
533
- - spec/unit/email-fixtures/softbank-emoji.eml
534
- - spec/unit/email-fixtures/softbank-gmail-sjis.eml
535
- - spec/unit/email-fixtures/softbank-gmail-utf8.eml
536
- - spec/unit/email_spec.rb
537
- - spec/unit/emoticon_spec.rb
538
- - spec/unit/encoding_spec.rb
539
- - spec/unit/is_carrier_spec.rb
540
- - spec/unit/mail_spec.rb
541
- - spec/unit/mobile/iphone_spec.rb
542
- - spec/unit/receive_mail_spec.rb
543
- - spec/unit/spec_helper.rb
544
- - spec/unit/util_spec.rb
545
- - spec/unit/valid_ip_spec.rb
546
- - spec/unit/variants_spec.rb
547
- - test/rails/.gitignore
548
- - test/rails/overrides/.rspec
549
- - test/rails/overrides/Gemfile.jpmobile
550
- - test/rails/overrides/app/controllers/admin/top_controller.rb
551
- - test/rails/overrides/app/controllers/application_controller.rb
552
- - test/rails/overrides/app/controllers/docomo_guid_always_controller.rb
553
- - test/rails/overrides/app/controllers/docomo_guid_base_controller.rb
554
- - test/rails/overrides/app/controllers/docomo_guid_docomo_controller.rb
555
- - test/rails/overrides/app/controllers/filter_controller.rb
556
- - test/rails/overrides/app/controllers/filter_controller_base.rb
557
- - test/rails/overrides/app/controllers/hankaku_filter_controller.rb
558
- - test/rails/overrides/app/controllers/hankaku_input_filter_controller.rb
559
- - test/rails/overrides/app/controllers/links_controller.rb
560
- - test/rails/overrides/app/controllers/mobile_spec_controller.rb
561
- - test/rails/overrides/app/controllers/template_path_controller.rb
562
- - test/rails/overrides/app/controllers/trans_sid_always_and_session_off_controller.rb
563
- - test/rails/overrides/app/controllers/trans_sid_always_controller.rb
564
- - test/rails/overrides/app/controllers/trans_sid_base_controller.rb
565
- - test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
566
- - test/rails/overrides/app/controllers/trans_sid_mobile_controller.rb
567
- - test/rails/overrides/app/controllers/trans_sid_none_controller.rb
568
- - test/rails/overrides/app/mailboxes/application_mailbox.rb
569
- - test/rails/overrides/app/mailboxes/mobile_mailer_mailbox.rb
570
- - test/rails/overrides/app/mailers/decorated_mailer.rb
571
- - test/rails/overrides/app/mailers/mobile_mailer.rb
572
- - test/rails/overrides/app/mailers/normal_mailer.rb
573
- - test/rails/overrides/app/models/user.rb
574
- - test/rails/overrides/app/views/decorated_mailer/deco_mail.html.erb
575
- - test/rails/overrides/app/views/decorated_mailer/deco_mail.text.erb
576
- - test/rails/overrides/app/views/filter/index.html.erb
577
- - test/rails/overrides/app/views/filter/text_template.html.erb
578
- - test/rails/overrides/app/views/hankaku_filter/index.html.erb
579
- - test/rails/overrides/app/views/hankaku_input_filter/index.html.erb
580
- - test/rails/overrides/app/views/hankaku_input_filter/index_xhtml.html.erb
581
- - test/rails/overrides/app/views/hankaku_input_filter/with_charset.html.erb
582
- - test/rails/overrides/app/views/layouts/application.html.erb
583
- - test/rails/overrides/app/views/layouts/application_mobile.html.erb
584
- - test/rails/overrides/app/views/layouts/with_charset.html.erb
585
- - test/rails/overrides/app/views/layouts/xhtml.html.erb
586
- - test/rails/overrides/app/views/links/au_gps.html.erb
587
- - test/rails/overrides/app/views/links/au_location.html.erb
588
- - test/rails/overrides/app/views/links/docomo_foma_gps.html.erb
589
- - test/rails/overrides/app/views/links/docomo_openiarea.html.erb
590
- - test/rails/overrides/app/views/links/docomo_utn.html.erb
591
- - test/rails/overrides/app/views/links/link.html.erb
592
- - test/rails/overrides/app/views/links/show_all.html.erb
593
- - test/rails/overrides/app/views/links/softbank_location.html.erb
594
- - test/rails/overrides/app/views/links/willcom_location.html.erb
595
- - test/rails/overrides/app/views/mobile_mailer/default_to_mail.text.erb
596
- - test/rails/overrides/app/views/mobile_mailer/multi_message.html.erb
597
- - test/rails/overrides/app/views/mobile_mailer/multi_message.text.erb
598
- - test/rails/overrides/app/views/mobile_mailer/view_selection.html.erb
599
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile.html.erb
600
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile_au.html.erb
601
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile_docomo.html.erb
602
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile_emobile.html.erb
603
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile_softbank.html.erb
604
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile_vodafone.html.erb
605
- - test/rails/overrides/app/views/mobile_mailer/view_selection_mobile_willcom.html.erb
606
- - test/rails/overrides/app/views/mobile_spec/_partial_view_sample.html.erb
607
- - test/rails/overrides/app/views/mobile_spec/index.html.erb
608
- - test/rails/overrides/app/views/mobile_spec/index_mobile.html.erb
609
- - test/rails/overrides/app/views/mobile_spec/no_mobile.html.erb
610
- - test/rails/overrides/app/views/normal_mailer/msg.text.erb
611
- - test/rails/overrides/app/views/template_path/_partial.html.erb
612
- - test/rails/overrides/app/views/template_path/_partial_mobile.html.erb
613
- - test/rails/overrides/app/views/template_path/_partial_mobile_docomo.html.erb
614
- - test/rails/overrides/app/views/template_path/_partial_smart_phone.html.erb
615
- - test/rails/overrides/app/views/template_path/_partial_smart_phone_iphone.html.erb
616
- - test/rails/overrides/app/views/template_path/full_path_partial.html.erb
617
- - test/rails/overrides/app/views/template_path/index.html.erb
618
- - test/rails/overrides/app/views/template_path/index_mobile.html.erb
619
- - test/rails/overrides/app/views/template_path/index_mobile_docomo.html.erb
620
- - test/rails/overrides/app/views/template_path/index_smart_phone.html.erb
621
- - test/rails/overrides/app/views/template_path/index_smart_phone_iphone.html.erb
622
- - test/rails/overrides/app/views/template_path/partial.html.erb
623
- - test/rails/overrides/app/views/template_path/show_mobile.html.erb
624
- - test/rails/overrides/app/views/template_path/show_mobile_docomo.html.erb
625
- - test/rails/overrides/app/views/template_path/smart_phone_only.html.erb
626
- - test/rails/overrides/app/views/template_path/smart_phone_only_smart_phone.html.erb
627
- - test/rails/overrides/app/views/template_path/with_ipd.html.erb
628
- - test/rails/overrides/app/views/template_path/with_ipd_tablet_ipad.html.erb
629
- - test/rails/overrides/app/views/template_path/with_tblt.html.erb
630
- - test/rails/overrides/app/views/template_path/with_tblt_tablet.html.erb
631
- - test/rails/overrides/autotest/discover.rb
632
- - test/rails/overrides/config/initializers/jpmobile_generator.rb
633
- - test/rails/overrides/config/routes.rb
634
- - test/rails/overrides/db/migrate/001_add_sessions_table.rb
635
- - test/rails/overrides/db/migrate/20100824062306_create_users.rb
636
- - test/rails/overrides/db/migrate/20201111033056_create_active_storage_tables.active_storage.rb
637
- - test/rails/overrides/db/migrate/20201111033057_create_action_mailbox_tables.action_mailbox.rb
638
- - test/rails/overrides/spec/controllers/docomo_guid_spec.rb
639
- - test/rails/overrides/spec/controllers/hankaku_filter_controller_spec.rb
640
- - test/rails/overrides/spec/controllers/helpers_spec.rb
641
- - test/rails/overrides/spec/controllers/mobile_spec_controller_spec.rb
642
- - test/rails/overrides/spec/controllers/template_path_spec.rb
643
- - test/rails/overrides/spec/controllers/trans_sid_controller_spec.rb
644
- - test/rails/overrides/spec/features/admin/top_spec.rb
645
- - test/rails/overrides/spec/features/filter_spec.rb
646
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-attached.eml
647
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-decomail.eml
648
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-emoji.eml
649
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-emoji2.eml
650
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/au-emoji5.eml
651
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/bounced-jp.eml
652
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/docomo-emoji.eml
653
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/docomo-gmail-sjis.eml
654
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/docomo-jis.eml
655
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/iphone-message.eml
656
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/no-from.eml
657
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/non-jp.eml
658
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/photo.jpg
659
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/softbank-blank.eml
660
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/softbank-emoji-utf8.eml
661
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/softbank-emoji.eml
662
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/softbank-gmail-sjis.eml
663
- - test/rails/overrides/spec/fixtures/files/mobile_mailer/softbank-gmail-utf8.eml
664
- - test/rails/overrides/spec/helpers/helpers_spec.rb
665
- - test/rails/overrides/spec/mailboxes/mobile_mailer_mailbox_spec.rb
666
- - test/rails/overrides/spec/mailers/decorated_mailer_spec.rb
667
- - test/rails/overrides/spec/mailers/mobile_mailer_spec.rb
668
- - test/rails/overrides/spec/mailers/normal_mailer_spec.rb
669
- - test/rails/overrides/spec/rails_helper.rb
670
- - test/rails/overrides/spec/rcov.opts
671
- - test/rails/overrides/spec/requests/docomo_spec.rb
672
- - test/rails/overrides/spec/requests/emobile_spec.rb
673
- - test/rails/overrides/spec/requests/pc_spec.rb
674
- - test/rails/overrides/spec/requests/softbank_emulator_spec.rb
675
- - test/rails/overrides/spec/requests/template_path_spec.rb
676
- - test/rails/overrides/spec/requests/trans_sid_spec.rb
677
- - test/rails/overrides/spec/spec_helper.rb
678
- - test/sinatra/config.ru
679
- - test/sinatra/guestbook.rb
680
- - test/sinatra/test/filter_test.rb
681
- - test/sinatra/views/index.erb
682
- - test/sinatra/views/index_mobile.erb
366
+ test_files: []
@@ -1,3 +0,0 @@
1
- PC no_mobile
2
-
3
- <%= render 'partial_view_sample' -%>