device_detector 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +4 -4
  4. data/Rakefile +1 -0
  5. data/lib/device_detector/device.rb +5 -2
  6. data/lib/device_detector/version.rb +1 -1
  7. data/regexes/bots.yml +57 -3
  8. data/regexes/client/browsers.yml +22 -3
  9. data/regexes/client/libraries.yml +5 -0
  10. data/regexes/client/mobile_apps.yml +46 -0
  11. data/regexes/device/mobiles.yml +3414 -875
  12. data/regexes/device/notebooks.yml +114 -0
  13. data/regexes/device/televisions.yml +15 -1
  14. data/regexes/oss.yml +23 -28
  15. data/spec/device_detector/detector_fixtures_spec.rb +30 -35
  16. data/spec/fixtures/client/browser.yml +67 -40
  17. data/spec/fixtures/client/library.yml +6 -0
  18. data/spec/fixtures/client/mobile_app.yml +34 -1
  19. data/spec/fixtures/detector/bots.yml +88 -1
  20. data/spec/fixtures/detector/desktop.yml +1341 -347
  21. data/spec/fixtures/detector/mobile_apps.yml +85 -0
  22. data/spec/fixtures/detector/phablet.yml +1282 -122
  23. data/spec/fixtures/detector/portable_media_player.yml +40 -0
  24. data/spec/fixtures/detector/smartphone-1.yml +3512 -3533
  25. data/spec/fixtures/detector/smartphone-10.yml +3959 -3963
  26. data/spec/fixtures/detector/smartphone-11.yml +4089 -3965
  27. data/spec/fixtures/detector/smartphone-12.yml +4029 -4038
  28. data/spec/fixtures/detector/smartphone-13.yml +3792 -3800
  29. data/spec/fixtures/detector/smartphone-14.yml +8236 -963
  30. data/spec/fixtures/detector/smartphone-15.yml +6595 -0
  31. data/spec/fixtures/detector/smartphone-16.yml +10021 -0
  32. data/spec/fixtures/detector/smartphone-17.yml +9408 -0
  33. data/spec/fixtures/detector/smartphone-2.yml +3454 -3457
  34. data/spec/fixtures/detector/smartphone-3.yml +3873 -3869
  35. data/spec/fixtures/detector/smartphone-4.yml +4276 -4260
  36. data/spec/fixtures/detector/smartphone-5.yml +3581 -3558
  37. data/spec/fixtures/detector/smartphone-6.yml +3938 -3786
  38. data/spec/fixtures/detector/smartphone-7.yml +4044 -3968
  39. data/spec/fixtures/detector/smartphone-8.yml +4901 -4935
  40. data/spec/fixtures/detector/smartphone-9.yml +4255 -4274
  41. data/spec/fixtures/detector/smartphone.yml +3431 -3424
  42. data/spec/fixtures/detector/tablet-1.yml +3815 -3815
  43. data/spec/fixtures/detector/tablet-2.yml +3742 -3736
  44. data/spec/fixtures/detector/tablet-3.yml +3836 -3827
  45. data/spec/fixtures/detector/tablet-4.yml +2592 -7
  46. data/spec/fixtures/detector/tablet.yml +466 -466
  47. data/spec/fixtures/detector/tv.yml +401 -1
  48. data/spec/fixtures/detector/unknown.yml +17 -21
  49. data/spec/fixtures/device/notebook.yml +7 -0
  50. data/spec/fixtures/parser/oss.yml +7 -0
  51. metadata +11 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.