README.md in rack-simple_user_agent-0.1.2 vs README.md in rack-simple_user_agent-0.2.0

- old
+ new

@@ -44,17 +44,22 @@ ## Available Detection Methods ``` request ── from_smartphone? - ├── from_android? - │   ├── from_android_mobile? - │   └── from_android_tablet? - ├── from_iphone? - │   ├── from_ipad? - │   ├── from_iphone? - │   └── from_ipod? - └── from_windows_phone? + │ ├── from_android? + │ │   ├── from_android_mobile? + │ │   └── from_android_tablet? + │ ├── from_iphone? + │ │   ├── from_ipad? + │ │   ├── from_iphone? + │ │   └── from_ipod? + │ └── from_windows_phone? + │ + └ from_googlebot? + ├── from_googlebot_news? + ├── from_googlebot_images? + └── from_googlebot_video? ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.