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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +4 -4
- data/Rakefile +1 -0
- data/lib/device_detector/device.rb +5 -2
- data/lib/device_detector/version.rb +1 -1
- data/regexes/bots.yml +57 -3
- data/regexes/client/browsers.yml +22 -3
- data/regexes/client/libraries.yml +5 -0
- data/regexes/client/mobile_apps.yml +46 -0
- data/regexes/device/mobiles.yml +3414 -875
- data/regexes/device/notebooks.yml +114 -0
- data/regexes/device/televisions.yml +15 -1
- data/regexes/oss.yml +23 -28
- data/spec/device_detector/detector_fixtures_spec.rb +30 -35
- data/spec/fixtures/client/browser.yml +67 -40
- data/spec/fixtures/client/library.yml +6 -0
- data/spec/fixtures/client/mobile_app.yml +34 -1
- data/spec/fixtures/detector/bots.yml +88 -1
- data/spec/fixtures/detector/desktop.yml +1341 -347
- data/spec/fixtures/detector/mobile_apps.yml +85 -0
- data/spec/fixtures/detector/phablet.yml +1282 -122
- data/spec/fixtures/detector/portable_media_player.yml +40 -0
- data/spec/fixtures/detector/smartphone-1.yml +3512 -3533
- data/spec/fixtures/detector/smartphone-10.yml +3959 -3963
- data/spec/fixtures/detector/smartphone-11.yml +4089 -3965
- data/spec/fixtures/detector/smartphone-12.yml +4029 -4038
- data/spec/fixtures/detector/smartphone-13.yml +3792 -3800
- data/spec/fixtures/detector/smartphone-14.yml +8236 -963
- data/spec/fixtures/detector/smartphone-15.yml +6595 -0
- data/spec/fixtures/detector/smartphone-16.yml +10021 -0
- data/spec/fixtures/detector/smartphone-17.yml +9408 -0
- data/spec/fixtures/detector/smartphone-2.yml +3454 -3457
- data/spec/fixtures/detector/smartphone-3.yml +3873 -3869
- data/spec/fixtures/detector/smartphone-4.yml +4276 -4260
- data/spec/fixtures/detector/smartphone-5.yml +3581 -3558
- data/spec/fixtures/detector/smartphone-6.yml +3938 -3786
- data/spec/fixtures/detector/smartphone-7.yml +4044 -3968
- data/spec/fixtures/detector/smartphone-8.yml +4901 -4935
- data/spec/fixtures/detector/smartphone-9.yml +4255 -4274
- data/spec/fixtures/detector/smartphone.yml +3431 -3424
- data/spec/fixtures/detector/tablet-1.yml +3815 -3815
- data/spec/fixtures/detector/tablet-2.yml +3742 -3736
- data/spec/fixtures/detector/tablet-3.yml +3836 -3827
- data/spec/fixtures/detector/tablet-4.yml +2592 -7
- data/spec/fixtures/detector/tablet.yml +466 -466
- data/spec/fixtures/detector/tv.yml +401 -1
- data/spec/fixtures/detector/unknown.yml +17 -21
- data/spec/fixtures/device/notebook.yml +7 -0
- data/spec/fixtures/parser/oss.yml +7 -0
- 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.