minting 1.9.2 → 1.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23c80bac64759b49a2da0d18633a2c960d3417e3b4b997a9c018d9ec1dcd9b16
4
- data.tar.gz: af77fde4b65155855694b0ab33ecec2b812d063780fe61ed8040c0a505599d96
3
+ metadata.gz: f42e86d079045c4e58c7aee230b1faf32eadc6f6ff33c455f2cfb81fce2894c6
4
+ data.tar.gz: a06f2900dfe2f743fead4ca7927fdc81b4f9e30e5a51accce428fc78a2315a5e
5
5
  SHA512:
6
- metadata.gz: 805ca02f7017378de64228a61d1679b86d34368254812d32e0a791c74fce5a91f01ea8fbddc367b63cd816ab469c54a8a59e5a85d036f33a0a9795a0bf09d20f
7
- data.tar.gz: d5d9c81600d03d8ff15e4cfc0d87b4c5b93d97ebc5b3e1e476a437fac58446e87ed203311bdf93f9354be84afae415cb91d21a60ad2da97e19654096dfbd06dd
6
+ metadata.gz: 46c5191a5990bf2fec8ca67dcac3cab9fade07d6638b817cf91ce49df40dc63c0e1efbc22eabd776c48d7559912ec7ed82f9ea47d8c7915a5fb76fa9a3e85a9a
7
+ data.tar.gz: bd11d6eab450a072a299949157ec18b3d23c9c4283fbd06180121a29c01ed1c953f9ba69aceaf0d4261c1438aa330ff0aa56a044a5e724e4b834c100524586dd
@@ -102,5 +102,7 @@ module Mint
102
102
  end
103
103
 
104
104
  def to_s = to_formatted_s
105
+
106
+ alias to_fs to_formatted_s
105
107
  end
106
108
  end
@@ -3,5 +3,5 @@
3
3
  # Root namespace for the Minting library.
4
4
  module Minting
5
5
  # Current version of the Minting gem.
6
- VERSION = '1.9.2'
6
+ VERSION = '1.9.3'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minting
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2
4
+ version: 1.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilson Ferraz