pgcli-rails 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +2 -3
- data/lib/pgcli/rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d6191deefe037ff6782370ba6795bbdf9a2c70d7ddc0adfdff97ec3c4c96a5f
|
4
|
+
data.tar.gz: 3fc1dada931a9148f6b34b30d4d3e254b36e131ba412a6f0a548f56a2c35c54f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0edfb6bf2f6e17ce8bc9a4992e28e512bced4ac8cd1a9786e25aee5f284d7d3fa9bee03d0f76f847f24abad3084f7dfcc0eaf2a949e4b027dc55d9d33d56db0
|
7
|
+
data.tar.gz: aeff9cb49fb21977aabb6835dc53243782068aa6d15fad95fb84ca4721824e3efee0f4f988eea88fe6d0eb7d41575404746e85eb0dd77424ff8b2c3c72e45ada
|
data/LICENSE.txt
CHANGED
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://
|
4
|
+
[![Build Status](https://circleci.com/gh/mattbrictson/pgcli-rails/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/pgcli-rails?branch=main)
|
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
|
|
@@ -60,7 +60,6 @@ pgcli-rails is little more than a proof-of-concept at this point. Next steps are
|
|
60
60
|
|
61
61
|
* Add tests
|
62
62
|
* Use [Appraisal][] to test against multiple versions of Rails
|
63
|
-
* Set up Travis CI
|
64
63
|
|
65
64
|
If you have other ideas, open an issue on GitHub!
|
66
65
|
|
@@ -72,5 +71,5 @@ Code contributions are also welcome! Read [CONTRIBUTING.md](CONTRIBUTING.md) to
|
|
72
71
|
|
73
72
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
74
73
|
|
75
|
-
[pgcli]:
|
74
|
+
[pgcli]: https://www.pgcli.com/
|
76
75
|
[Appraisal]: https://github.com/thoughtbot/appraisal
|
data/lib/pgcli/rails/version.rb
CHANGED
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.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-04 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.2.
|
64
|
+
rubygems_version: 3.2.15
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli
|