tablesalt 0.19.3 → 0.20.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +2 -0
  3. data/lib/tablesalt/version.rb +1 -1
  4. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22a08bbf043ef6d335bcffc06c120dad87d49ac066aa72e8379fe59a0f3f3734
4
- data.tar.gz: cc288f1c7dae530e1bb4e4312f347392673da0ea7de07a5d8ad76b88a1c859f2
3
+ metadata.gz: 884fba04fba2bbc5a4369bc9721d272c3f49137472b6249bccb9a1c70e5f8bca
4
+ data.tar.gz: 5cc061bad6df4a9ee7ad19392ef0c09f427cc076324f42991e34c31f703bbf5c
5
5
  SHA512:
6
- metadata.gz: daaf5ea0f0d81295852efff14874951166ea682773445d3dbf4b1a08729e97ea20aabac7db9ef62ed13f18ea8936fed6909d04043d1e378b7bde0a87c6bc6c1b
7
- data.tar.gz: 514e82272fde3008bcb8e8b3f4a3170b1323e674032762db647b603245fd895d658eebb7661cd3a3a0d5b54dfc52a9ec66e3eb23ec17ba4fc33159f899ab4098
6
+ metadata.gz: 7ecddb5fa4296a983b6ef89c8f57880a79b461750eed2aa18cee389ce5f3c6fba8c6fb5fd77cfb037dd07085067f9018c5e4a64419c7177fcf79eeb40bba9640
7
+ data.tar.gz: 3d2ed953ccde9b401c2590ecccbdc8161f2b66bea8c7938b7811cc47c10ed46d555c8ba2f3fac3d4b1f169a9534c0d13c5684ff5badd91e842a89a8284ce5499
data/.yardopts ADDED
@@ -0,0 +1,2 @@
1
+ --protected
2
+ --private
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Tablesalt
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.19.3"
5
+ VERSION = "0.20.0"
6
6
  end
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.19.3
4
+ version: 0.20.0
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-12-16 00:00:00.000000000 Z
11
+ date: 2020-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -46,6 +46,7 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - ".yardopts"
49
50
  - LICENSE.txt
50
51
  - README.md
51
52
  - lib/tablesalt.rb
@@ -64,6 +65,7 @@ metadata:
64
65
  homepage_uri: https://github.com/Freshly/spicerack/tree/master/tablesalt
65
66
  source_code_uri: https://github.com/Freshly/spicerack/tree/master/tablesalt
66
67
  changelog_uri: https://github.com/Freshly/spicerack/blob/master/tablesalt/CHANGELOG.md
68
+ documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.20.0
67
69
  post_install_message:
68
70
  rdoc_options: []
69
71
  require_paths:
@@ -79,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
81
  - !ruby/object:Gem::Version
80
82
  version: '0'
81
83
  requirements: []
82
- rubygems_version: 3.0.6
84
+ rubygems_version: 3.0.3
83
85
  signing_key:
84
86
  specification_version: 4
85
87
  summary: Miscellaneous helper modules, POROs, and more, that standardize common behavior