tablesalt 0.18.0 → 0.18.1
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 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9c1f4245e0f7d1c39215dba1f3d7434a1401f61fae39b8d4b4c4f4bf3fff1ee
|
4
|
+
data.tar.gz: 57f47e5b2d3ca259f8ebe56f422c6fb6af6bfac23a915525dc061684727aaae8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b41e55c41eefe53677624ccdd3fed990b2d154d07566399754c08d346f82eb78d6c005888d6a3e9b9835fabf28c0847cfd3b1d2c854d53c35cae2ad88970a89f
|
7
|
+
data.tar.gz: f27e07ba5b913d4225acb6572c851cfc91639dc43293eff882bc56aa9bd92f83ad085b8eec5452056d95223e51f027bac9e99f28a92c94dcbd79df4e8e168ac4
|
data/lib/tablesalt/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tablesalt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.18.
|
4
|
+
version: 0.18.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jordan Minneti
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -79,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
|
83
|
-
rubygems_version: 2.7.6
|
82
|
+
rubygems_version: 3.0.6
|
84
83
|
signing_key:
|
85
84
|
specification_version: 4
|
86
85
|
summary: Miscellaneous helper modules, POROs, and more, that standardize common behavior
|