ruby-pg-extras 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/ruby-pg-extras.rb +0 -2
- data/lib/ruby-pg-extras/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b827b0fd3456ae78b5d56fb7c77d545d9e24a46948b13bc7bc92eb5cf90d8d36
|
4
|
+
data.tar.gz: 8effa03a76d561bd13da4be048f1be64e51236c814238046036f65537579c2be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 036d5388d77c297f88ccc6d0c237eea6d3781f58a98e07a44221aee775b0a06f279469bd0c3f1d1c02c9e66d7f6621d881fcaaf5ba90e5d11164520082166f8a
|
7
|
+
data.tar.gz: c371df27594c34ca5e882850b1be80b97d9b25cf8f51d705d268b3b53b38fa5d5f77dab590e318f93976f43c1c8ed29d87294a82bc19cc04c6a4cf7555089c7e
|
data/README.md
CHANGED
@@ -4,6 +4,8 @@ Ruby port of [Heroku PG Extras](https://github.com/heroku/heroku-pg-extras). The
|
|
4
4
|
|
5
5
|
Included rake tasks and Ruby methods can be used to obtain information about a Postgres instance, that may be useful when analyzing performance issues. This includes information about locks, index usage, buffer cache hit ratios and vacuum statistics. Ruby API enables developers to easily integrate the tool into e.g. automatic monitoring tasks.
|
6
6
|
|
7
|
+
Are you riding on Rails? Check out the [Rails version](https://github.com/pawurb/rails-pg-extras).
|
8
|
+
|
7
9
|
### Installation
|
8
10
|
|
9
11
|
In your Gemfile
|
data/lib/ruby-pg-extras.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-pg-extras
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pawurb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|