index_checker 1.0.16 → 1.0.17
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 +4 -4
- data/index_checker.gemspec +4 -2
- data/lib/generators/templates/index_checker_config.rb +3 -1
- data/lib/index_checker/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0970fda13e4b869f5178105ab5cf3db860669b7e1034f84707f2955b0e5421a8'
|
|
4
|
+
data.tar.gz: 1c9dc8c6663f2ab80b5e6df59709333d86c3383f227012fc0db085412c02b74a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e5fbf7fe4da2cd64b6bbc53276f348c5d02e5dd590984a48185184318ce047cc6314197e7affd5eba280043bab0602af79e3d9296757d078fa76d5cd67a8253
|
|
7
|
+
data.tar.gz: 7a2a44038249b0b563aed504cafe8dc4ae377f41c08e11b7614fbdc0f27e6663e69039640a52e6e39050df129f98dc651a0a3ffdbefd9054b7907fbb105128c2
|
data/index_checker.gemspec
CHANGED
|
@@ -3,12 +3,14 @@ require File.expand_path('lib/index_checker/version', __dir__)
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'index_checker'
|
|
5
5
|
s.version = IndexChecker::VERSION
|
|
6
|
+
s.platform = Gem::Platform::RUBY
|
|
6
7
|
s.summary = 'Index Checker'
|
|
7
|
-
s.description = 'A simple
|
|
8
|
-
s.authors = ['
|
|
8
|
+
s.description = 'A simple Ruby gem for Index statistic information checking'
|
|
9
|
+
s.authors = ['Le Duc Hoa']
|
|
9
10
|
s.email = 'leduchoabatr12@gmail.com'
|
|
10
11
|
s.files = Dir['lib/report_template.html.erb', 'lib/**/*.rb', 'lib/**/*.rake', 'index_checker.gemspec',
|
|
11
12
|
'Gemfile', 'Rakefile']
|
|
13
|
+
s.required_ruby_version = '>= 2.5.0'
|
|
12
14
|
s.homepage =
|
|
13
15
|
'https://github.com/dontregret9/index_checker'
|
|
14
16
|
s.license = 'MIT'
|
|
@@ -15,7 +15,9 @@ IndexChecker.config do |c|
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
# password: optional
|
|
18
|
-
# The password just requires if your (Postgres) user authenticates by `md5` method,
|
|
18
|
+
# The password just requires if your (Postgres) user authenticates by `md5` method,
|
|
19
|
+
# that is optional for other authentication methods: `trust` or `peer`.
|
|
20
|
+
# Your postgres config can be found in pg_hba.config
|
|
19
21
|
# c.password = 'your-password'
|
|
20
22
|
|
|
21
23
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: index_checker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Le Duc Hoa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: erb
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0.1'
|
|
153
|
-
description: A simple
|
|
153
|
+
description: A simple Ruby gem for Index statistic information checking
|
|
154
154
|
email: leduchoabatr12@gmail.com
|
|
155
155
|
executables: []
|
|
156
156
|
extensions: []
|
|
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
requirements:
|
|
182
182
|
- - ">="
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
|
-
version:
|
|
184
|
+
version: 2.5.0
|
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
requirements:
|
|
187
187
|
- - ">="
|