fxdatapi 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b5475835675e4a36cb74bc6f5c5758297908f85ed3c75918fff906c9b96bd6c
4
- data.tar.gz: 0e10dd7bc8610fb91fd21c7615c0b29e79fb31f438a92f1b5b8feb69dd57b140
3
+ metadata.gz: 017c632485e40ecbef3a9baf97142de6d9a75e07a8b3c6ae6d0543ef87d7d925
4
+ data.tar.gz: dd1e6424a0c5e15a849046b40e389effd0cb018d1ca9d3c6eeeae45b0a9710b0
5
5
  SHA512:
6
- metadata.gz: 8bda9fb978d393bd86245e9b47ff478a89c2afc502aa82ff845ccc9adefac16417ca1bd894089db86ffa32bfd4158f642fdb2f8a1679f3b200cb034450cd8601
7
- data.tar.gz: 335485f526dbe4d88bd3a75207aba6688b6ec11c360055d71d8d955049a34bbe62dd43d50c92da2ff7fb7e0c0ad8eee687995cf7ad87882921e27468e860548d
6
+ metadata.gz: 46c27e9408af06d72939b0b8bd96ec37b410bc3b8667eea855d8912b29b3e101d290a20db0fd8f16f96235cda16f81c13408e99feb876da5df60f3d007777f91
7
+ data.tar.gz: 2a3b38aee48a7ada8a8f62f670ca459b8c8fba8dbf4fd0edbd619b788fab4b8c3b6c7a3497d9f4a789069e726680b1a9627157822aa8f12cba3805abdda3d805
data/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
- # 0.1.2 (May 10, 2023)
1
+ # 0.1.3 (Nov 27, 2023)
2
+ * Business Changes
2
3
 
4
+ # 0.1.2 (May 10, 2023)
3
5
  * Tweaks.
4
6
 
5
7
  # 0.1.1 (May 02, 2023)
6
-
7
8
  * Monthly Average added.
8
9
 
9
10
  # 0.1.0 (April 28, 2023)
10
-
11
11
  * Initial release.
data/CODEOWNERS CHANGED
@@ -1,2 +1,2 @@
1
1
  @0xnu
2
- @moatsystems
2
+ @horisystems
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  BSD 3-Clause License
2
2
 
3
- Copyright (c) 2023, Moat Systems Limited. All Rights Reserved.
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
  [![Gem](https://img.shields.io/gem/v/fxdatapi)](https://rubygems.org/gems/fxdatapi)
4
- [![Build Status](https://github.com/moatsystems/fxdatapi-rb/actions/workflows/ci.yml/badge.svg)](https://github.com/moatsystems/fxdatapi-rb/actions/workflows/ci.yml)
4
+ [![Build Status](https://github.com/horisystems/fxdatapi-rb/actions/workflows/ci.yml/badge.svg)](https://github.com/horisystems/fxdatapi-rb/actions/workflows/ci.yml)
5
5
 
6
- A Ruby Gem to interact with the [Currency API](https://moatsystems.com/currency-api/).
6
+ A Ruby Gem to interact with the [Currency API](https://horisystems.com/currency-api/).
7
7
 
8
- [Moat Systems](https://moatsystems.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.
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://moatsystems.com/currency-api/)
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://moatsystems.com/currency-api/) for a user account.
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://moatsystems.com/contact/).
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 [Moat Systems Limited](https://moatsystems.com).
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/moatsystems/fxdatapi-rb"
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/moatsystems/fxdatapi-rb"
18
- spec.metadata["changelog_uri"] = "https://github.com/moatsystems/fxdatapi-rb/CHANGLOG.md"
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fxdatapi
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
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-05-10 00:00:00.000000000 Z
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/moatsystems/fxdatapi-rb
49
+ homepage: https://github.com/horisystems/fxdatapi-rb
50
50
  licenses:
51
51
  - Nonstandard
52
52
  metadata:
53
- homepage_uri: https://github.com/moatsystems/fxdatapi-rb
54
- source_code_uri: https://github.com/moatsystems/fxdatapi-rb
55
- changelog_uri: https://github.com/moatsystems/fxdatapi-rb/CHANGLOG.md
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.2.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