pgcli-rails 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45aaa5bcd5b56d15cbeea4b51472ec0b671484260aa5d70f61a01d4ee5548be9
4
- data.tar.gz: f84f0c5e7997915f440824acf933179e6b159b2a8f8e62fa5074fef4cb6730d5
3
+ metadata.gz: 16bf06d4fb0dc5c51e2af00efe8c859077ae90e9205ca2437e0a9fffe41d05af
4
+ data.tar.gz: c22f9736c0e8219b2b131979ae3e3b99c0cc4e2cbd3656376fc87c1744a2fced
5
5
  SHA512:
6
- metadata.gz: 9219a1e8be507ecefdeac4ccb0631993793b2c57e4cb5b9b443f8f484b80851bebcd7aabfed8b7342e124ce6aa008d7763812530928121253403dffc922959ad
7
- data.tar.gz: d0a8d18c30e4d89bf775962402c5be8c128920cb43ec6c150556172d4534d9e91e20c99ebcf9a1b5aed4bf0b8f52874f991e5869b2a19f6f331e4b340d4de8b3
6
+ metadata.gz: 8a575a83ec7f7af0197b0935edda397065b9b90cc77829f2908d19b3ef49e5001057e07fdd6ae94eeabdb68f5b069f8e566de63170aff169c0a25e060606f4f9
7
+ data.tar.gz: 9d786d76c01a25a155e0f7407a72d919a215276000ed6d2983b5ba401c0301bc7b69af7f03bf53f7f6935900ad3558dc80653ec3b26cd930d0f91cbcf6dd48c2
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # pgcli-rails
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/pgcli-rails.svg)](http://badge.fury.io/rb/pgcli-rails)
4
- [![Build Status](https://travis-ci.org/mattbrictson/pgcli-rails.svg?branch=main)](https://travis-ci.org/mattbrictson/pgcli-rails)
4
+ [![Build Status](https://travis-ci.com/mattbrictson/pgcli-rails.svg?branch=main)](https://travis-ci.com/github/mattbrictson/pgcli-rails)
5
5
 
6
6
  [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?
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Pgcli
2
2
  module Rails
3
- VERSION = "0.5.1".freeze
3
+ VERSION = "0.5.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgcli-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-04 00:00:00.000000000 Z
11
+ date: 2020-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.1.4
64
+ rubygems_version: 3.2.3
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli