currency_coin_converter 0.2.3 → 0.2.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: 2c7cfcbcd10be6520f28a5d4f1303ffda17fa230a32952c4175fb60edf7b933f
4
- data.tar.gz: a2df0e5b994fd39c75cd61508bd367886464e152c71ef808eff207ea6fabb8d1
3
+ metadata.gz: 1d1075c2ccce1bb397d4a219bcecd2d60c291eec8d73825119763781b67e9c63
4
+ data.tar.gz: a7ba25a815b3008c7df632099b8b6e29e87f0c8f768cbf8e69d6739c67d652cf
5
5
  SHA512:
6
- metadata.gz: 0225af8e138fcdfb33143d93c6b4df92acd6a757ad40efe51337d23cac1cca34c6ca10760fe3a5b3a73c587d10486675164e843f4cf4a0807ad5b9c5db13b3fd
7
- data.tar.gz: 0d8a720960595f48fc6e872c491a2c49ffefee5aa027a6da60d47b76f9ea1dc2c78b4f3e71c6717c7363011ffcdcaaecb1ed18041420098c79553c38dde161ab
6
+ metadata.gz: a612e5347ed886e5768fbc2b332e0987482573562aba0650c47fdc3a9624aed17769ea5a323934cb8620d5cbc77acfdc9ecc8f0d223d1da828c5f2ff3be7318c
7
+ data.tar.gz: 25307919d3ee45aad6159c1e8b420fde3f5e58b4d201a261ce301db64eab19da32c936c9172e10778f3c417943db945be5f19f043996a6897b9f67bef15c6c4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.2.3] - 2024-09-10
3
+ ## [0.2.4] - 2024-09-10
4
4
 
5
5
  - Initial release
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Fernanda de Jesus"]
9
9
  spec.email = ["fernandabussular@gmail.com"]
10
10
 
11
- spec.summary = "Uma gem para conversão de moedas usando ExchangeRate-API."
12
- spec.description = "Esta gem permite converter valores entre diferentes moedas usando a API da ExchangeRate."
11
+ spec.summary = "A gem for currency conversion using the ExchangeRate API."
12
+ spec.description = "This gem allows you to convert amounts between different currencies using the ExchangeRate API."
13
13
  spec.homepage = 'https://github.com/bussularf/currency_coin_converter'
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CurrencyCoinConverter
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: currency_coin_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernanda de Jesus
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.18'
27
- description: Esta gem permite converter valores entre diferentes moedas usando a API
28
- da ExchangeRate.
27
+ description: This gem allows you to convert amounts between different currencies using
28
+ the ExchangeRate API.
29
29
  email:
30
30
  - fernandabussular@gmail.com
31
31
  executables: []
@@ -72,5 +72,5 @@ requirements: []
72
72
  rubygems_version: 3.4.10
73
73
  signing_key:
74
74
  specification_version: 4
75
- summary: Uma gem para conversão de moedas usando ExchangeRate-API.
75
+ summary: A gem for currency conversion using the ExchangeRate API.
76
76
  test_files: []