UserAgentList
Minimal ruby gem for list all user-agents supported by useragentstring.com site!
Installation
gem install user_agent_list
Usage
List supported UA browsers
UserAgentList.supported_browsers
Get UA list
UserAgentList.all
Find UA by browser name
UserAgentList.by_browser('Chrome')
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/chebyte/user_agent_list.
License
The gem is available as open source under the terms of the MIT License.