README.md in useragent-0.16.10 vs README.md in useragent-0.16.11
- old
+ new
@@ -1,8 +1,8 @@
# UserAgent
-[![Build Status](https://travis-ci.org/gshutler/useragent.svg?branch=master)](https://travis-ci.org/gshutler/useragent)
+[![Build Status](https://github.com/gshutler/useragent/actions/workflows/test.yml/badge.svg)](https://github.com/gshutler/useragent/actions/workflows/test.yml)
[![Gem Version](https://badge.fury.io/rb/useragent.svg)](http://badge.fury.io/rb/useragent)
UserAgent is a Ruby library that parses and compares HTTP User Agents.
## Installation
@@ -37,6 +37,6 @@
user_agent = UserAgent.parse(request.user_agent)
SupportedBrowsers.detect { |browser| user_agent >= browser }
```
-Copyright (c) 2015 Garry Shutler, released under the MIT license
+Copyright (c) 2015-2019 Garry Shutler, released under the MIT license