exchangeratesapi 0.1.0 → 0.1.1
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/CHANGELOG.md +9 -1
- data/README.md +2 -2
- data/lib/exchangeratesapi/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7453d3d66ac39292e31d792d75f96499174ad68f354bf8f5258736b1caaa1e47
|
4
|
+
data.tar.gz: 1dc3785f4699ead339570f67d4847a47925af3abec394ce4da3b2eeddbc5b19a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eca9a5d797de60caeb6c8816407b909496dd340774c9c123664b6d59103e571a17057db916fe894c529501ef9fe1cf724a09a11ff1fef8725802bd34847015d2
|
7
|
+
data.tar.gz: a731e94009f58315e30ea5b92af236ccb2338c93043ac1164acd69fc3859e6dffceeb50c617347f2bf8167c33f13c903ddd8bfc79df1d8ab3c8256250bd98d0e
|
data/CHANGELOG.md
CHANGED
@@ -20,4 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
20
20
|
- Comprehensive error handling with custom error classes
|
21
21
|
- PayloadWrapper for easy response handling
|
22
22
|
- Full test coverage with RSpec
|
23
|
-
- VCR integration for API testing
|
23
|
+
- VCR integration for API testing
|
24
|
+
|
25
|
+
## [0.1.1] - 2025-01-XX
|
26
|
+
|
27
|
+
### Fixed
|
28
|
+
- Fixed error class initialization parameter handling
|
29
|
+
- Improved test suite reliability
|
30
|
+
- Fixed PayloadWrapper error handling logic
|
31
|
+
- All tests now passing (32 examples, 0 failures)
|
data/README.md
CHANGED
@@ -203,7 +203,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
203
203
|
|
204
204
|
## Contributing
|
205
205
|
|
206
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/mehul/exchangeratesapi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/mehul/exchangeratesapi/blob/main/CODE_OF_CONDUCT.md).
|
206
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mehul-jain1/exchangeratesapi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/mehul-jain1/exchangeratesapi/blob/main/CODE_OF_CONDUCT.md).
|
207
207
|
|
208
208
|
## License
|
209
209
|
|
@@ -211,4 +211,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
211
211
|
|
212
212
|
## Code of Conduct
|
213
213
|
|
214
|
-
Everyone interacting in the ExchangeRatesAPI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mehul/exchangeratesapi/blob/main/CODE_OF_CONDUCT.md).
|
214
|
+
Everyone interacting in the ExchangeRatesAPI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mehul-jain1/exchangeratesapi/blob/main/CODE_OF_CONDUCT.md).
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exchangeratesapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mehul Jain
|
@@ -124,7 +124,7 @@ dependencies:
|
|
124
124
|
version: '1.0'
|
125
125
|
description: A simple and efficient Ruby client for the Exchange Rates API (exchangeratesapi.io)
|
126
126
|
email:
|
127
|
-
-
|
127
|
+
- mehuljain160@gmail.com
|
128
128
|
executables: []
|
129
129
|
extensions: []
|
130
130
|
extra_rdoc_files: []
|
@@ -137,13 +137,13 @@ files:
|
|
137
137
|
- lib/exchangeratesapi/errors.rb
|
138
138
|
- lib/exchangeratesapi/payload_wrapper.rb
|
139
139
|
- lib/exchangeratesapi/version.rb
|
140
|
-
homepage: https://github.com/mehul/exchangeratesapi
|
140
|
+
homepage: https://github.com/mehul-jain1/exchangeratesapi
|
141
141
|
licenses:
|
142
142
|
- MIT
|
143
143
|
metadata:
|
144
|
-
homepage_uri: https://github.com/mehul/exchangeratesapi
|
145
|
-
source_code_uri: https://github.com/mehul/exchangeratesapi
|
146
|
-
changelog_uri: https://github.com/mehul/exchangeratesapi/blob/main/CHANGELOG.md
|
144
|
+
homepage_uri: https://github.com/mehul-jain1/exchangeratesapi
|
145
|
+
source_code_uri: https://github.com/mehul-jain1/exchangeratesapi
|
146
|
+
changelog_uri: https://github.com/mehul-jain1/exchangeratesapi/blob/main/CHANGELOG.md
|
147
147
|
post_install_message:
|
148
148
|
rdoc_options: []
|
149
149
|
require_paths:
|