pgcli-rails 0.9.1 → 0.9.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: ac83016e86de73afae81ca399cdd0add4f679cd50df3e2524828e74dea604e32
4
- data.tar.gz: 07565236c4b17d1ea6330d84653044eecd4162bc8f120223c9e6e7896ed6a273
3
+ metadata.gz: 615df96f1b58770ec8b8f6ebf7742be491d68400908b84d59cb7b2ac25f1d040
4
+ data.tar.gz: c1759d8506604223cdf9057796f49c2b187249bfccb072327c07cb77483517b0
5
5
  SHA512:
6
- metadata.gz: 12a33d9deea203232ffdda1b963e99b53194d2eade1629022f638c04a345369e8577049a611f3df19c8dc6eb84269b0359292b9bb9ab0755e2e6fcadd111a0e4
7
- data.tar.gz: cb85f3de6b5024d61acc40da0009cf7a2899b229d43f5557e7b35d43e37c050f50a5965bc5665189b4525cfd2ef5a8db67f7e458ac536f8f0808e547badaaa8c
6
+ metadata.gz: 7efa0b5db16c4bbbc922a85e850f386152684f076a42b93319622da24292827f828d5492ce1b6a3f6ea116917d5060e5212ee984df281b957a0a67566248046f
7
+ data.tar.gz: a96f9c02efac48f34bc2450c0dcb754cddcb0173cdaea675571d243bedc80ded28187dec30da5c0786fedcdb445c7c82a403529b21daee5d9ebc4c9fbc579e5d
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 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.9.1".freeze
3
+ VERSION = "0.9.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgcli-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-08-20 00:00:00.000000000 Z
10
+ date: 2025-04-05 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: railties
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
25
  version: 4.2.0
27
- description:
28
26
  email:
29
27
  - opensource@mattbrictson.com
30
28
  executables: []
@@ -47,7 +45,6 @@ metadata:
47
45
  source_code_uri: https://github.com/mattbrictson/pgcli-rails
48
46
  homepage_uri: https://github.com/mattbrictson/pgcli-rails
49
47
  rubygems_mfa_required: 'true'
50
- post_install_message:
51
48
  rdoc_options: []
52
49
  require_paths:
53
50
  - lib
@@ -62,8 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
59
  - !ruby/object:Gem::Version
63
60
  version: '0'
64
61
  requirements: []
65
- rubygems_version: 3.5.11
66
- signing_key:
62
+ rubygems_version: 3.6.6
67
63
  specification_version: 4
68
64
  summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli
69
65
  test_files: []