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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e34dcb0338610a4ce7c8c857dac0ed1f8c145efac89a5d36f06f9be38054e9e2
4
- data.tar.gz: a60ce58f99ceb34283526eddd9a031dc0da601fc0620cc5241773caaee040c0a
3
+ metadata.gz: b827b0fd3456ae78b5d56fb7c77d545d9e24a46948b13bc7bc92eb5cf90d8d36
4
+ data.tar.gz: 8effa03a76d561bd13da4be048f1be64e51236c814238046036f65537579c2be
5
5
  SHA512:
6
- metadata.gz: b4ad7647f27b8af3c2136866cca58a77e8e31d384f8c7032c57962b6f9badea4fcd211d8f2c0b7de6fded69604bc6f14b0acf135755d10fb23d103ded94b58bf
7
- data.tar.gz: 3465504513f3ca410072f6866d34086f1fd7e6271341c7d0f3e7db494653b5fc94fe93e1c16e89c078a180c09cc5ff791f4d9df68fd86e3fcdbbb587c0cd7c9b
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
@@ -103,5 +103,3 @@ module RubyPGExtras
103
103
 
104
104
  private_class_method :connection
105
105
  end
106
-
107
- require 'ruby-pg-extras/railtie' if defined?(Rails)
@@ -1,3 +1,3 @@
1
1
  module RubyPGExtras
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
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.0
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-08 00:00:00.000000000 Z
11
+ date: 2020-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg