tablesalt 0.16.1 → 0.16.2
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 +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0953a2dcca17200632647c262fb43d123a44cb579aad493be4ae137a816c567c'
|
4
|
+
data.tar.gz: 1b1fb4c9343830700152c96b62d3cc1528f3a9d540abda5ece0272ab27cbd30a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5ef89808c6e9213e4eff522e69032641c2edec6a13613d1e2072be5fccc043ebbbd22ffb1d7e8f96190c0837924e48bc7edd8c0e73765a0abf92c9aea3243c1
|
7
|
+
data.tar.gz: 8e44c73ae7979554d39f97e1c31d9aabe82c1796788cd712991a23ab4a87ca101d110a444ddd95fb2493c6b49ad922e56c8ff604b0fc3a2304994a0ae64b89b7
|
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.16.
|
4
|
+
version: 0.16.2
|
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-08-
|
11
|
+
date: 2019-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -75,7 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
|
78
|
+
rubyforge_project:
|
79
|
+
rubygems_version: 2.7.6
|
79
80
|
signing_key:
|
80
81
|
specification_version: 4
|
81
82
|
summary: Miscellaneous helper modules, POROs, and more, that standardize common behavior
|