pgcli-rails 0.5.2 → 0.6.2

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: b565fbdf7efc16b68a9195a18e2f5483e9cada665ada66ac53771ed342ee7e20
4
+ data.tar.gz: 71a5d9f03a731ee539cd00550aa2120b53d01a7180a2f0599afda890656778d2
5
5
  SHA512:
6
- metadata.gz: 8a575a83ec7f7af0197b0935edda397065b9b90cc77829f2908d19b3ef49e5001057e07fdd6ae94eeabdb68f5b069f8e566de63170aff169c0a25e060606f4f9
7
- data.tar.gz: 9d786d76c01a25a155e0f7407a72d919a215276000ed6d2983b5ba401c0301bc7b69af7f03bf53f7f6935900ad3558dc80653ec3b26cd930d0f91cbcf6dd48c2
6
+ metadata.gz: 7c797bc8614cb093fac2ca18063cf7cbae70c81c66e77da8678fecdf361f12a62434812f8791ec3248fc88ee5c8babc97ade8854e40d91bb0b70b48c12ee8fcc
7
+ data.tar.gz: 2b97dd7f1f4660e334fbef1145bd9057889ef7d47fd1e1ee70335c9b89f091c87057428850a14fc7196a90725b58b0190e4560e94be962cc2f0c7bb3e514ccbd
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) 2022 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
 
@@ -43,7 +43,7 @@ RAILS_ENV=test bin/rake pgcli
43
43
  ## Requirements
44
44
 
45
45
  * Rails 4.2+ using PostgreSQL
46
- * Ruby 2.5.0+
46
+ * Ruby 2.6.0+
47
47
  * [pgcli][] (`brew install pgcli` to install on macOS)
48
48
 
49
49
  ## How it works
@@ -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.6.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.2
4
+ version: 0.6.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-12-29 00:00:00.000000000 Z
11
+ date: 2022-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -46,6 +46,7 @@ metadata:
46
46
  changelog_uri: https://github.com/mattbrictson/pgcli-rails/releases
47
47
  source_code_uri: https://github.com/mattbrictson/pgcli-rails
48
48
  homepage_uri: https://github.com/mattbrictson/pgcli-rails
49
+ rubygems_mfa_required: 'true'
49
50
  post_install_message:
50
51
  rdoc_options: []
51
52
  require_paths:
@@ -54,14 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
55
  requirements:
55
56
  - - ">="
56
57
  - !ruby/object:Gem::Version
57
- version: 2.5.0
58
+ version: 2.6.0
58
59
  required_rubygems_version: !ruby/object:Gem::Requirement
59
60
  requirements:
60
61
  - - ">="
61
62
  - !ruby/object:Gem::Version
62
63
  version: '0'
63
64
  requirements: []
64
- rubygems_version: 3.2.3
65
+ rubygems_version: 3.3.7
65
66
  signing_key:
66
67
  specification_version: 4
67
68
  summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli