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 +4 -4
- data/README.md +11 -0
- data/lib/minting/money_attribute/version.rb +1 -1
- metadata +11 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51ccbfc5e1da101cf48481d812400763aa410925247386b4a7471030ce301790
|
|
4
|
+
data.tar.gz: 2ee25dd8e7d055429ed72827d9c6637be59555ade55d8964d01809388c5e430f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
[](https://github.com/gferraz/minting-rails/actions/workflows/ci.yml)
|
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.
|
|
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
|