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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16bf06d4fb0dc5c51e2af00efe8c859077ae90e9205ca2437e0a9fffe41d05af
4
- data.tar.gz: c22f9736c0e8219b2b131979ae3e3b99c0cc4e2cbd3656376fc87c1744a2fced
3
+ metadata.gz: 6d6191deefe037ff6782370ba6795bbdf9a2c70d7ddc0adfdff97ec3c4c96a5f
4
+ data.tar.gz: 3fc1dada931a9148f6b34b30d4d3e254b36e131ba412a6f0a548f56a2c35c54f
5
5
  SHA512:
6
- metadata.gz: 8a575a83ec7f7af0197b0935edda397065b9b90cc77829f2908d19b3ef49e5001057e07fdd6ae94eeabdb68f5b069f8e566de63170aff169c0a25e060606f4f9
7
- data.tar.gz: 9d786d76c01a25a155e0f7407a72d919a215276000ed6d2983b5ba401c0301bc7b69af7f03bf53f7f6935900ad3558dc80653ec3b26cd930d0f91cbcf6dd48c2
6
+ metadata.gz: b0edfb6bf2f6e17ce8bc9a4992e28e512bced4ac8cd1a9786e25aee5f284d7d3fa9bee03d0f76f847f24abad3084f7dfcc0eaf2a949e4b027dc55d9d33d56db0
7
+ data.tar.gz: aeff9cb49fb21977aabb6835dc53243782068aa6d15fad95fb84ca4721824e3efee0f4f988eea88fe6d0eb7d41575404746e85eb0dd77424ff8b2c3c72e45ada
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Matt Brictson
3
+ Copyright (c) 2021 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.com/mattbrictson/pgcli-rails.svg?branch=main)](https://travis-ci.com/github/mattbrictson/pgcli-rails)
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]: http://pgcli.com
74
+ [pgcli]: https://www.pgcli.com/
76
75
  [Appraisal]: https://github.com/thoughtbot/appraisal
@@ -1,5 +1,5 @@
1
1
  module Pgcli
2
2
  module Rails
3
- VERSION = "0.5.2".freeze
3
+ VERSION = "0.5.3".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.2
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: 2020-12-29 00:00:00.000000000 Z
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.3
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