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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84bb597577a845fb06c0c4db1569bab68b637d9d84d2643a276065d70276a63e
4
- data.tar.gz: a6f10a3ea0d786f49fd6f24946e87f0fb3ea9cb3619556491592e2c9f1db553a
3
+ metadata.gz: '0970fda13e4b869f5178105ab5cf3db860669b7e1034f84707f2955b0e5421a8'
4
+ data.tar.gz: 1c9dc8c6663f2ab80b5e6df59709333d86c3383f227012fc0db085412c02b74a
5
5
  SHA512:
6
- metadata.gz: 825daf6370e0213940007174aa2e341ae3c52406ba0f084f647f8bcc1beb0214a819a38fa27f3a8723520bbc36820ed5404eaf844249713d197744274fa2b193
7
- data.tar.gz: a4a4de2c18f05370aacdd2e3a6425c68354e7a6acd00a91f555e5be3abbcf060620ec2f4373ca34034d6d0c9b935fd2e5fcb778fd625a646e58240135ba25bb6
6
+ metadata.gz: 1e5fbf7fe4da2cd64b6bbc53276f348c5d02e5dd590984a48185184318ce047cc6314197e7affd5eba280043bab0602af79e3d9296757d078fa76d5cd67a8253
7
+ data.tar.gz: 7a2a44038249b0b563aed504cafe8dc4ae377f41c08e11b7614fbdc0f27e6663e69039640a52e6e39050df129f98dc651a0a3ffdbefd9054b7907fbb105128c2
@@ -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 ruby gem for view statistic information abount index'
8
- s.authors = [' Đức Hoà']
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, that is optional for other authentication methods: `trust` or `peer`. Your postgres config in pg_hba.config
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IndexChecker
4
- VERSION = '1.0.16'.freeze
4
+ VERSION = '1.0.17'.freeze
5
5
  end
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.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
- - Đức Hoà
7
+ - Le Duc Hoa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-04 00:00:00.000000000 Z
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 ruby gem for view statistic information abount index
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: '0'
184
+ version: 2.5.0
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  requirements:
187
187
  - - ">="