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.
- checksums.yaml +4 -4
- data/lib/custom_table/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: 1c8f1b7e32b3824da237f2ece73cbbcfcc8c68ddad60f85be8181a3b8f94b10f
|
4
|
+
data.tar.gz: 8908567c65f9dd6bc0fff9ff5a7a49178027169a6102d0f1fa7199c9912947b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b02a3f91be2c8ce188f0a2fb761e86e8ac0d71491858ce2e80aec9677d79a4da0296dd8b9ac9aaaa241b66edcd2da337d3670e952a490764dad28f5f52c9b712
|
7
|
+
data.tar.gz: af112016401e8f59038bc3a20e684f96c94d4fd97d260a4c7726ad1c1aa5ed5319188c867bae62310de162bc1f1cc1c00291d8dfd010f01cc8ce50f3fc9065a9
|
data/lib/custom_table/version.rb
CHANGED
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.
|
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.
|
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: []
|