rails-pg-extras 4.12.0 → 4.12.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: 1a067baaa71cfde9501323c19331bde5cb0b20c41c4e1762b2f901451adc9bcc
4
- data.tar.gz: ef322f5e9e3140533cde9b50c919cfba1aea8c86bd23dc2711351b65330b691f
3
+ metadata.gz: 704a88d0240b75de358954e7c24399b580b112a0d39da66ebab10b1b6c873c68
4
+ data.tar.gz: 3323892eb17b871ff0980f782c92f90f7f6c482d4104d155dde4e05c94211704
5
5
  SHA512:
6
- metadata.gz: c07b9751224c026e24e2d3324995aacad8bf24ede16623203e5b19a6f895846354bee63ef9397cedf99c9a3d29d52ebd04af3273573581fb2d37c51db8016216
7
- data.tar.gz: 4894354620c288a57fa7c7f22e5d17809eefeffd7698f26f8c13052c914c7a9164c4da11372d6b1650fa8e42f1b9b060dc6fcf5c591a029455c386ecf4759319
6
+ metadata.gz: 88564f72410fa57d18c7f8a6fd7531d98ae0a3bc46dcd98873bd0fba9821c68df542b875726c0db0c7e3a285019e5627130ac514c1c434361a12cd8a03ca4c9d
7
+ data.tar.gz: accc7532505e69f17382391d434cd4b610c5ee6a73a18fc8bcc40734b41c91fc5e10cd39e2c8125d41fd80ad6f4a836eb7596be67c00e56dfe0b3afc44b933d2
data/README.md CHANGED
@@ -282,7 +282,7 @@ This command provides information on the efficiency of indexes, represented as w
282
282
  ### `locks`
283
283
 
284
284
  ```ruby
285
- RailsPgExtras.locks
285
+ RailsPgExtras.locks(args: { limit: 20 })
286
286
 
287
287
  $ rake pg_extras:locks
288
288
 
@@ -685,14 +685,15 @@ This command lists all the currently installed and available PostgreSQL extensio
685
685
 
686
686
  RailsPgExtras.connections
687
687
 
688
- +-----------------------------------------------------+
689
- | Returns the list of all active database connections |
690
- +-----------------+----------------+------------------+
691
- | username | client_address | application_name |
692
- +-----------------+----------------+------------------+
693
- | postgres | 172.19.0.1/32 | psql |
694
- | postgres | 172.19.0.1/32 | irb |
695
- +-----------------+----------------+------------------+
688
+ +----------------------------------------------------------------+
689
+ | Returns the list of all active database connections |
690
+ +------------------+--------------------------+------------------+
691
+ | username | pid | client_address | application_name |
692
+ +------------------+--------------------------+------------------+
693
+ | postgres | 15962 | 172.31.69.166/32 | sidekiq |
694
+ | postgres | 16810 | 172.31.69.166/32 | bin/rails |
695
+ +------------------+--------------------------+------------------+
696
+
696
697
  ```
697
698
 
698
699
  This command returns the list of all active database connections.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsPgExtras
4
- VERSION = "4.12.0"
4
+ VERSION = "4.12.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-pg-extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.12.0
4
+ version: 4.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - pawurb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-30 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-pg-extras
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.12.0
19
+ version: 4.12.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 4.12.0
26
+ version: 4.12.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement