fxdatapi 0.1.2 → 0.1.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 +4 -4
- data/CHANGELOG.md +3 -3
- data/CODEOWNERS +1 -1
- data/LICENSE +1 -1
- data/README.md +7 -7
- data/fxdatapi.gemspec +3 -3
- data/lib/fxdatapi/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 017c632485e40ecbef3a9baf97142de6d9a75e07a8b3c6ae6d0543ef87d7d925
|
|
4
|
+
data.tar.gz: dd1e6424a0c5e15a849046b40e389effd0cb018d1ca9d3c6eeeae45b0a9710b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46c27e9408af06d72939b0b8bd96ec37b410bc3b8667eea855d8912b29b3e101d290a20db0fd8f16f96235cda16f81c13408e99feb876da5df60f3d007777f91
|
|
7
|
+
data.tar.gz: 2a3b38aee48a7ada8a8f62f670ca459b8c8fba8dbf4fd0edbd619b788fab4b8c3b6c7a3497d9f4a789069e726680b1a9627157822aa8f12cba3805abdda3d805
|
data/CHANGELOG.md
CHANGED
data/CODEOWNERS
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
@0xnu
|
|
2
|
-
@
|
|
2
|
+
@horisystems
|
data/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
BSD 3-Clause License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2023,
|
|
3
|
+
Copyright (c) 2023, Hori Systems Limited. All Rights Reserved.
|
|
4
4
|
|
|
5
5
|
Redistribution and use in source and binary forms, with or without
|
|
6
6
|
modification, are permitted provided that the following conditions are met:
|
data/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
## Currency API Ruby Gem
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/fxdatapi)
|
|
4
|
-
[](https://github.com/horisystems/fxdatapi-rb/actions/workflows/ci.yml)
|
|
5
5
|
|
|
6
|
-
A Ruby Gem to interact with the [Currency API](https://
|
|
6
|
+
A Ruby Gem to interact with the [Currency API](https://horisystems.com/currency-api/).
|
|
7
7
|
|
|
8
|
-
[
|
|
8
|
+
[Hori Systems](https://horisystems.com) provides customers with accurate and up-to-date currency data for making informed decisions in the global financial market, including Gold, Silver and Special Drawing Rights. Our reliable exchange rate data assist businesses in confidently managing foreign transactions, investments and risks. Accounting, E-commerce, CRM, and ERP software companies will find it helpful to integrate with us instead of developing a custom in-house solution.
|
|
9
9
|
|
|
10
10
|
### Requirements
|
|
11
11
|
|
|
@@ -29,7 +29,7 @@ gem 'fxdatapi', '~> 0.1.1'
|
|
|
29
29
|
|
|
30
30
|
#### Relevant links
|
|
31
31
|
|
|
32
|
-
- [Currency API product page](https://
|
|
32
|
+
- [Currency API product page](https://horisystems.com/currency-api/)
|
|
33
33
|
- [Currency API support documentation](https://docs.fxdatapi.com/)
|
|
34
34
|
|
|
35
35
|
### Usage Example
|
|
@@ -42,11 +42,11 @@ ruby usage_example.rb
|
|
|
42
42
|
|
|
43
43
|
### Setting up Currency API Account
|
|
44
44
|
|
|
45
|
-
Subscribe [here](https://
|
|
45
|
+
Subscribe [here](https://horisystems.com/currency-api/) for a user account.
|
|
46
46
|
|
|
47
47
|
### Using the Currency API
|
|
48
48
|
|
|
49
|
-
You can read the [API documentation](https://docs.fxdatapi.com/) to understand what's possible with the Currency API. If you need further assistance, don't hesitate to [contact us](https://
|
|
49
|
+
You can read the [API documentation](https://docs.fxdatapi.com/) to understand what's possible with the Currency API. If you need further assistance, don't hesitate to [contact us](https://horisystems.com/contact/).
|
|
50
50
|
|
|
51
51
|
### License
|
|
52
52
|
|
|
@@ -54,4 +54,4 @@ This project is licensed under the [BSD 3-Clause License](./LICENSE).
|
|
|
54
54
|
|
|
55
55
|
### Copyright
|
|
56
56
|
|
|
57
|
-
(c) 2020 - 2023 [
|
|
57
|
+
(c) 2020 - 2023 [Hori Systems Limited](https://horisystems.com).
|
data/fxdatapi.gemspec
CHANGED
|
@@ -9,13 +9,13 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["f@finbarrs.eu"]
|
|
10
10
|
spec.summary = "A Ruby Gem to interact with the Currency API"
|
|
11
11
|
spec.description = "A Ruby Gem to interact with the Currency API."
|
|
12
|
-
spec.homepage = "https://github.com/
|
|
12
|
+
spec.homepage = "https://github.com/horisystems/fxdatapi-rb"
|
|
13
13
|
spec.required_ruby_version = ">= 2.6.0"
|
|
14
14
|
spec.licenses = ['Nonstandard']
|
|
15
15
|
spec.extra_rdoc_files = %w(LICENSE)
|
|
16
16
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
17
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
|
18
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
|
17
|
+
spec.metadata["source_code_uri"] = "https://github.com/horisystems/fxdatapi-rb"
|
|
18
|
+
spec.metadata["changelog_uri"] = "https://github.com/horisystems/fxdatapi-rb/CHANGLOG.md"
|
|
19
19
|
|
|
20
20
|
# Specify which files should be added to the gem when it is released.
|
|
21
21
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
data/lib/fxdatapi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fxdatapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Finbarrs Oketunji
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A Ruby Gem to interact with the Currency API.
|
|
14
14
|
email:
|
|
@@ -46,13 +46,13 @@ files:
|
|
|
46
46
|
- lib/fxdatapi/version.rb
|
|
47
47
|
- lib/fxdatapi/weekly_average.rb
|
|
48
48
|
- usage_example.rb
|
|
49
|
-
homepage: https://github.com/
|
|
49
|
+
homepage: https://github.com/horisystems/fxdatapi-rb
|
|
50
50
|
licenses:
|
|
51
51
|
- Nonstandard
|
|
52
52
|
metadata:
|
|
53
|
-
homepage_uri: https://github.com/
|
|
54
|
-
source_code_uri: https://github.com/
|
|
55
|
-
changelog_uri: https://github.com/
|
|
53
|
+
homepage_uri: https://github.com/horisystems/fxdatapi-rb
|
|
54
|
+
source_code_uri: https://github.com/horisystems/fxdatapi-rb
|
|
55
|
+
changelog_uri: https://github.com/horisystems/fxdatapi-rb/CHANGLOG.md
|
|
56
56
|
post_install_message:
|
|
57
57
|
rdoc_options: []
|
|
58
58
|
require_paths:
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version: 3.
|
|
71
|
+
rubygems_version: 3.4.18
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|
|
74
74
|
summary: A Ruby Gem to interact with the Currency API
|