tablesalt 0.23.6 → 0.23.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tablesalt/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef16738a51a24be11fa989332eb5d45bfb7a56a4fb223ae44d19f358347bf824
|
4
|
+
data.tar.gz: 0a7ff139b6a2dbb0dee6c121cf21f8fe5b824964fb204df30c5639cd74ad0e6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebb6c1c5e71385d319f07ec9cf7cbfa699837c44c0f4a73688d86c6b1b61e4af0e62ae04d75cd637600ad350733bf5647570cda40cac58bb170f44c36031750d
|
7
|
+
data.tar.gz: 2308373a736149e078786ed622f5944e20cdf51f0ef54f46592ee44f450ec07ab974e42bf26e01abd5457f1d828b7cccadef095649bbaea7b2eb448b29369706
|
data/lib/tablesalt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tablesalt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.
|
4
|
+
version: 0.23.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jordan Minneti
|
@@ -67,7 +67,7 @@ metadata:
|
|
67
67
|
homepage_uri: https://github.com/Freshly/spicerack/tree/master/tablesalt
|
68
68
|
source_code_uri: https://github.com/Freshly/spicerack/tree/master/tablesalt
|
69
69
|
changelog_uri: https://github.com/Freshly/spicerack/blob/master/tablesalt/CHANGELOG.md
|
70
|
-
documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.23.
|
70
|
+
documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.23.7
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
rubygems_version: 3.
|
86
|
+
rubygems_version: 3.1.2
|
87
87
|
signing_key:
|
88
88
|
specification_version: 4
|
89
89
|
summary: Miscellaneous helper modules, POROs, and more, that standardize common behavior
|