minting-rails 0.8.3 → 0.8.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: 7f128e6d9ea67e7b1f082a06c27bc7f9a332094bdfefcdf5c63ed101eafbb59b
4
- data.tar.gz: a8d8a159f47e1a9fa906777072bcb9872db56367a5b2479b786968aaa43804fe
3
+ metadata.gz: 51ccbfc5e1da101cf48481d812400763aa410925247386b4a7471030ce301790
4
+ data.tar.gz: 2ee25dd8e7d055429ed72827d9c6637be59555ade55d8964d01809388c5e430f
5
5
  SHA512:
6
- metadata.gz: f1076b8630bc62f73a37c3b1f72121e5aee2afce3ebba8b6964dfe84f0cde55961081ea84b48e2514b2230c9ebbacd9a939aca796037401e667e7a4bb8849fde
7
- data.tar.gz: a6346b842fb7c1337b13ffecf18967f72d581125ecdc9999e82dd358b4021d5ac2824ad4c1fdc8ae43085065343523b75c81796da6f6a5a03a60e536f5620e6e
6
+ metadata.gz: 7326b98ee8731f4139e0e48dfaeed3569a98ea57c59b01db0582762a4546bc550fd8e0950e2f97be48ec6a872c1ea9d18b659b6d2de8dca150d6d7b33e1f4fe7
7
+ data.tar.gz: 244facdd52251db6a7e250a6ceab68b5553972501ea89d80749f998c58e454bf380401c35b1d12b5064e8ad5649677b72679ccbee8e9e2c7a0d8b9a71e11142a
data/README.md CHANGED
@@ -1,3 +1,14 @@
1
+ > **⚠️ DEPRECATED — use [money-attribute](https://github.com/gferraz/money-attribute) instead.**
2
+ >
3
+ > Since June of 2026, `minting-rails` has been renamed to **money-attribute** and will no longer be maintained.
4
+ > All future development happens under the new name. Update your Gemfile:
5
+ >
6
+ > ```ruby
7
+ > gem 'money-attribute'
8
+ > ```
9
+ >
10
+ > The API is identical — just replace the gem name and you're done.
11
+
1
12
  # Minting::Rails
2
13
 
3
14
  [![CI](https://github.com/gferraz/minting-rails/actions/workflows/ci.yml/badge.svg)](https://github.com/gferraz/minting-rails/actions/workflows/ci.yml)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Mint
4
4
  module MoneyAttribute
5
- VERSION = '0.8.3'
5
+ VERSION = '0.8.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minting-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilson Ferraz
@@ -68,6 +68,16 @@ metadata:
68
68
  changelog_uri: https://github.com/gferraz/minting-rails/releases
69
69
  bug_tracker_uri: https://github.com/gferraz/minting-rails/issues
70
70
  rubygems_mfa_required: 'true'
71
+ deprecated_at: '2026-6-15'
72
+ replaced_by: money-attribute
73
+ post_install_message: |2
74
+
75
+ ⚠️ `minting-rails` has been renamed to `money-attribute` and will no longer be maintained.
76
+ Update your Gemfile:
77
+
78
+ gem 'money-attribute'
79
+
80
+ The API is identical — just replace the gem name and you're done.
71
81
  rdoc_options: []
72
82
  require_paths:
73
83
  - lib