custom_table 1.0.3 → 1.0.10

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/custom_table/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95c22fd839bbfa0375d8da036487f9236268e4f7e7c0aaa51c899c2a51fc9613
4
- data.tar.gz: 1249a1a9138db0f22238bbb432b7ec6fda81117d401115f52f372d8c28b3e39d
3
+ metadata.gz: 1c8f1b7e32b3824da237f2ece73cbbcfcc8c68ddad60f85be8181a3b8f94b10f
4
+ data.tar.gz: 8908567c65f9dd6bc0fff9ff5a7a49178027169a6102d0f1fa7199c9912947b2
5
5
  SHA512:
6
- metadata.gz: f8b95da2d272f54281fb41a74a754334480402535955752bd1a589497e3ff43ad41a7e0a00ec791fb214cb53a9cf24ebbd1d66d76d120ff36c94cb973e4fe169
7
- data.tar.gz: 91cd56375930099532fa781e1504535f3fbf4831a02493013cd15ddff998af49f5b3a942c676a313881ec0b02bd1f7c4edad8589f69def95e7c96e3803cd13ae
6
+ metadata.gz: b02a3f91be2c8ce188f0a2fb761e86e8ac0d71491858ce2e80aec9677d79a4da0296dd8b9ac9aaaa241b66edcd2da337d3670e952a490764dad28f5f52c9b712
7
+ data.tar.gz: af112016401e8f59038bc3a20e684f96c94d4fd97d260a4c7726ad1c1aa5ed5319188c867bae62310de162bc1f1cc1c00291d8dfd010f01cc8ce50f3fc9065a9
@@ -1,3 +1,3 @@
1
1
  module CustomTable
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grigory
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-10-07 00:00:00.000000000 Z
@@ -297,7 +297,7 @@ licenses: []
297
297
  metadata:
298
298
  homepage_uri: http://github.com/gryphon/custom_table
299
299
  source_code_uri: http://github.com/gryphon/custom_table
300
- post_install_message:
300
+ post_install_message:
301
301
  rdoc_options: []
302
302
  require_paths:
303
303
  - lib
@@ -312,8 +312,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
312
312
  - !ruby/object:Gem::Version
313
313
  version: '0'
314
314
  requirements: []
315
- rubygems_version: 3.5.9
316
- signing_key:
315
+ rubygems_version: 3.5.16
316
+ signing_key:
317
317
  specification_version: 4
318
318
  summary: Easy tables with filters
319
319
  test_files: []