pgcli-rails 0.6.0 → 0.6.3

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: 353cd8d1d69860c8872bda8b8733675cc39839b78745b6b3d358edaba380ed25
4
- data.tar.gz: 391d5fb9da549a77a6cecf20965cd23ae9ca5761d6c32b813c096fa9064a7617
3
+ metadata.gz: e40607af3894ef4c35e1df2982aed9759576b39130c95bd6ead32ed53f000592
4
+ data.tar.gz: c386a6f8a8dd15ddb83552612eab613c802a797bb32c35516f349caed06b0034
5
5
  SHA512:
6
- metadata.gz: 77e768a82e50247a83e6143353b54cfd5faf0cb221394d0757b2240fda4132c378969e6af460be3c2924f6be3c76c5ceaee2e4bffd70adb2048f27a14b229b44
7
- data.tar.gz: 50e3537b7c8803aa5e81a19667b5a87d2a213c8d188db4b81575cbac9ee4d9097ac9c0bacf671689d25b54263d385d7c09c8a12c602cc3f439d47724f6f29f0d
6
+ metadata.gz: 3ca4d24cd1a1614b092d8693801dbd5c276c78a949350d29eb82ff6cf9c2f2df20845b726b7e0341b0c75f576c1f4561c697ca373898fbbef1944aa617916990
7
+ data.tar.gz: 6602d2c3f52891aa78e54af3a5c4231600a62284f4646ea5390e309627928c35d10011c9aeba15e8b91d59ae369c630c8196f9b2d66488ae3d5a174ceaf50943
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 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
@@ -1,5 +1,5 @@
1
1
  module Pgcli
2
2
  module Rails
3
- VERSION = "0.6.0".freeze
3
+ VERSION = "0.6.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.6.0
4
+ version: 0.6.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: 2021-07-10 00:00:00.000000000 Z
11
+ date: 2022-06-01 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.6.0
58
+ version: '2.6'
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.22
65
+ rubygems_version: 3.3.13
65
66
  signing_key:
66
67
  specification_version: 4
67
68
  summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli