README.md in pgcli-rails-0.5.1 vs README.md in pgcli-rails-0.5.2
- old
+ new
@@ -1,8 +1,8 @@
# pgcli-rails
[![Gem Version](https://badge.fury.io/rb/pgcli-rails.svg)](http://badge.fury.io/rb/pgcli-rails)
-[![Build Status](https://travis-ci.org/mattbrictson/pgcli-rails.svg?branch=main)](https://travis-ci.org/mattbrictson/pgcli-rails)
+[![Build Status](https://travis-ci.com/mattbrictson/pgcli-rails.svg?branch=main)](https://travis-ci.com/github/mattbrictson/pgcli-rails)
[pgcli][] is a command-line interface for PostgreSQL that offers many improvements over `psql`, like auto-completion and syntax highlighting. Wouldn't it be nice to have a convenient way to use `pgcli` with your Rails app?
That's where the pgcli-rails gem comes in. It adds a `pgcli` Rake task to your Rails app. Use it in place of `rails dbconsole`.