pgcli-rails 0.10.0 → 0.10.2

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: 1e3ba7848f9e7a0f99da6a52ef111193089b483c7aece8d8f9fc7d48ab450d95
4
- data.tar.gz: b9702b24d605a7c1b2313d3604d0ab05451ebdfdc68d18d54fb9cd8c9b158c3d
3
+ metadata.gz: b6fa5118081813572bd3fd7576e6aca58bd7245282e48fa81dfb02e506a78b3d
4
+ data.tar.gz: faf6270cb7903bb8aa9ca5bb92df67efd48c3166366b94f66c282b87926e246f
5
5
  SHA512:
6
- metadata.gz: af8a517168f1aaa902bd8b10b84ef6b52a7cf2396e3659609b176366aeae59e5e7e91d1fef463b1433d001c027de73b77cbaf1782b0a2f91077a032c69b709ee
7
- data.tar.gz: 9681478bf5bfb4d2dc5915c4f4ef7fd75398f1633c7a1d62d673035686fd26fcb18dcab1274d1d07370973d4eb4c5a03010031029df591c3b66630f7ed919178
6
+ metadata.gz: 1d9a2a95706f5d36b58c5f26d8b69588e5dd6f7758594288be7d0df998b9bf3bd6295537ed950314766b0e4b9df6755d36d55ee8524fb387276445f6dad241b5
7
+ data.tar.gz: 906d4dc59bf7070c710d07b9636005bc80ee2d755e399df5c39fa4e6d14319f4b021eaa034b3e68e22e309cf50b9c84f61498fd024354020a6d2c8b313f088a4
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Matt Brictson
3
+ Copyright (c) 2026 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
@@ -9,7 +9,9 @@ task :pgcli do
9
9
  # APP_PATH constant must be set for DBConsole to work
10
10
  APP_PATH = Rails.root.join("config", "application") unless defined?(APP_PATH)
11
11
 
12
- opt = if Rails.gem_version >= Gem::Version.new("5.1.0")
12
+ opt = if Rails.gem_version >= Gem::Version.new("7.1.0")
13
+ { include_password: true }
14
+ elsif Rails.gem_version >= Gem::Version.new("5.1.0")
13
15
  { "--include-password" => true }
14
16
  else
15
17
  ["--include-password"]
@@ -1,5 +1,5 @@
1
1
  module Pgcli
2
2
  module Rails
3
- VERSION = "0.10.0".freeze
3
+ VERSION = "0.10.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgcli-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  requirements: []
62
- rubygems_version: 3.7.2
62
+ rubygems_version: 4.0.10
63
63
  specification_version: 4
64
64
  summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli
65
65
  test_files: []