positioning 0.4.3 → 0.4.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5d59cea57ca298c21e0628f0127b5a265dc10c511964ee9d8bd68509e05d1c5
4
- data.tar.gz: 128d55b9f0f77920c288ca0986d4260fdaee20daf5fc5b780178d81f0c8fcccd
3
+ metadata.gz: 0713523ffe6c61e11bf14cf8a26b4285d9679fdd795b8c90c4a3cd65ae999996
4
+ data.tar.gz: 6f84c58171c950578ec96e51ce251a3839c06b0d23a906f9bac4e1282341e5b5
5
5
  SHA512:
6
- metadata.gz: 0d85df90cc7178941062d4e011e62ee857f0e24d08d36d676cbb64696b626da3b383edd66236d9dd5688e4cc0d87d3f96569495f5ae044ce0f8a6f461cad2c16
7
- data.tar.gz: b8cada361907d53e53f0b9a93ba84d22a7dffc2a4be79914558638b4905e1305553c3c95f8055cc96931175e61208b4a928b3cc2702a7ab0ae54789fc6040db0
6
+ metadata.gz: ba04ca78b1c80fdd53cc0eff2aff8486a35f39c7d5c6d580a4bd5f3a79f41449e4a4b40582d83b2a683805b6d2b7f60d71cedecc6d3385c2bb602830589fc4f6
7
+ data.tar.gz: f8cba117e4cd9acac2172f3d7643e77f59006345e1ea29581dc4434d86b972998230c8532f99f4ae50c7c995f634c05394631522819706a4addf0a5af559d5a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.4.4] - 2024-11-20
4
+
5
+ - Add `funding_uri` to gemspec.
6
+
3
7
  ## [0.4.3] - 2024-11-18
4
8
 
5
9
  - Add support for polymorphic `belongs_to` where we add both the `id` and the `type` to the scope.
@@ -1,3 +1,3 @@
1
1
  module Positioning
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
data/positioning.gemspec CHANGED
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.metadata["homepage_uri"] = spec.homepage
15
15
  spec.metadata["source_code_uri"] = "https://github.com/brendon/positioning"
16
16
  spec.metadata["changelog_uri"] = "https://github.com/brendon/positioning/blob/main/CHANGELOG.md"
17
+ spec.metadata["funding_uri"] = "https://github.com/sponsors/brendon"
17
18
 
18
19
  # Specify which files should be added to the gem when it is released.
19
20
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: positioning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendon Muir
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-17 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -64,6 +64,7 @@ metadata:
64
64
  homepage_uri: https://github.com/brendon/positioning
65
65
  source_code_uri: https://github.com/brendon/positioning
66
66
  changelog_uri: https://github.com/brendon/positioning/blob/main/CHANGELOG.md
67
+ funding_uri: https://github.com/sponsors/brendon
67
68
  post_install_message:
68
69
  rdoc_options: []
69
70
  require_paths: