openfigi_ruby 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb96df5aae03995901f25a8e042064c881d7d43bd2763d2164feca902588c797
4
- data.tar.gz: b7d083008c394a57fd000480eabdf52348c7f207c1a17a7db9435112402a8aea
3
+ metadata.gz: e14ab0d691d4c48e56bef9fdf02b1e98e2925db94db27de00ae3b56a13e0de1c
4
+ data.tar.gz: 394d613d29ed5878bbdeae6fae79a04d46257e5e19071fca3a67f11c86cef7be
5
5
  SHA512:
6
- metadata.gz: a027a62e72d4f2c7e18f2da594fe15576f9fcc49d5ec1d443ccdaec26457fdd4924e548dade296e2ba701ce1d585ab98e733567436a3403a82d0549c9abeaae5
7
- data.tar.gz: 0b147217f140a7bd5d810e148f474c4fa0c51bcd5841924234b331f19778179079f478aae1d1d28d9dfcb24f00f09487e0c40395e07ca4333c440e1754c3e624
6
+ metadata.gz: 6fb18cf261900a05300a5b0c0df6b377b3ef99ef0ce677ecaf0b06a61bc5bfbb7252d1157e059f9689294517bb4843c92d4822e507a7cb02415c43ed54db6ccd
7
+ data.tar.gz: 5f264d75ef687b31c6ad3a7976dc0eff910f2e1ee7bca1429cae595b073dd09c38f618a2cc834aaf4231f65767c7a14c832bd7d0808bcc1ed9f5221be9e0f0c9
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # OpenfigiRuby
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/openfigi_ruby.svg)](https://badge.fury.io/rb/openfigi_ruby)
4
+ [![CI](https://github.com/phongsi/openfigi_ruby/actions/workflows/ci.yml/badge.svg)](https://github.com/phongsi/openfigi_ruby/actions/workflows/ci.yml)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
6
+ [![Documentation](https://img.shields.io/badge/docs-rubydoc.info-blue.svg)](https://www.rubydoc.info/github/phongsi/openfigi_ruby)
7
+
3
8
  Ruby client for the [OpenFIGI V3 API](https://www.openfigi.com/api). Maps financial identifiers (ISIN, CUSIP, ticker, etc.) to FIGIs (Financial Instrument Global Identifiers), with support for keyword search and filtering.
4
9
 
5
10
  ## Installation
@@ -3,5 +3,5 @@
3
3
  module OpenfigiRuby
4
4
  # Gem version string.
5
5
  # @api private
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openfigi_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phong Si
@@ -93,6 +93,7 @@ licenses:
93
93
  metadata:
94
94
  homepage_uri: https://github.com/phongsi/openfigi_ruby
95
95
  source_code_uri: https://github.com/phongsi/openfigi_ruby
96
+ documentation_uri: https://www.rubydoc.info/github/phongsi/openfigi_ruby
96
97
  post_install_message:
97
98
  rdoc_options: []
98
99
  require_paths: