tablesalt 0.29.2 → 0.29.3

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tablesalt/version.rb +1 -1
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2db7e690c13560932196c2a042e6c3de2cbe629a172b073d758080f61001aab
4
- data.tar.gz: bcee69281970cf50ed6ba3c02de6666456469c1af97088ee087f7552f632b395
3
+ metadata.gz: e16a91ec73664aa6fc914ff28dc0d64a49c16afda07322564996f0d1ece68549
4
+ data.tar.gz: d5488fd06f022595a9cffd90ff101f0252c74466589c3c562115d13ace8bc8e4
5
5
  SHA512:
6
- metadata.gz: e622d92d7104a0fd5d14c81e0e39d6ae716f6dcadeab9945613081438d7bfa16372c49c7e890a7a105326191af96a0633db981a864e2f0d9e4584078fa38e51a
7
- data.tar.gz: c7a20552c32892aa997b80b4e355fda096ea7f8c7333a2e85f144b51897ac47357c51894eecfa92d67cd7f9dc719e0775bffc749a9ebf27321ffe6805b783dc7
6
+ metadata.gz: d3b0683d770b5a502ea3d039d93e8433a41ab523b33baa47e63e294ac505b3be580e8286dcb6922298b921bd45d731ef50a5c3244706ba6ee48a4ea07342f645
7
+ data.tar.gz: 575a3cedae4c386ff086238f7505bc7f72905a752e33801377d56c5f47c415b76a48722f4d4e883dece6d898c59e4346a81b32c9a8419763972fc5ad58843939
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Tablesalt
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.29.2"
5
+ VERSION = "0.29.3"
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.29.2
4
+ version: 0.29.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Minneti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-07 00:00:00.000000000 Z
11
+ date: 2023-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0
19
+ version: 6.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 6.0.0
26
+ version: 6.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activemodel
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 6.0.0
33
+ version: 6.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 6.0.0
40
+ version: 6.1.0
41
41
  description: A package of helpers that introduce some conventions and convenience
42
42
  for common behaviors
43
43
  email:
@@ -76,7 +76,7 @@ metadata:
76
76
  homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/tablesalt
77
77
  source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/tablesalt
78
78
  changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/tablesalt/CHANGELOG.md
79
- documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.29.2
79
+ documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.29.3
80
80
  post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.3.15
95
+ rubygems_version: 3.5.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Miscellaneous helper modules, POROs, and more, that standardize common behavior