ruby-experian 0.0.2 → 0.0.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: 2e7eafee0b1d8a3a892db39e7f52cdddd7dddcc80d1f3169eab4f283fcf50e93
4
- data.tar.gz: 9c4bc167d2764bb7b0291e597c24f49d54a27ae05baa769c2f42e266806b3fb0
3
+ metadata.gz: c5c8be81acc405805cf655438f52145ce01a0a6ca131f773c90dbbd59341b9ed
4
+ data.tar.gz: 42d8e8028f14d3a76cf7a27b9f7aaadc9230a4992e118649f407c1eeddca87c2
5
5
  SHA512:
6
- metadata.gz: 7e0943fa7afde27170c06263a598f5782cb79a2422098daef2b5ab0c2aff59aff28bd981a1e8b90bbc553b4ecbd8a853730199041f56a7c9a2c1a2287463be8c
7
- data.tar.gz: 616c289f7dc457b5a18db513e4ad2a74b8d41289df454e32d80833c0cca840c7d5a8db3284371552a65a4faafa4fa35dbc8cb46d265ee30aaff2b9d67dc9506f
6
+ metadata.gz: 8ff6c64e5dea6219c7d282ca33b61d7912d6c56c82dd01373f3c1ead476caa28d49bb2ada717a97d021a73ea69ef29a16e9c6ec28eab90b453c2053171a0a029
7
+ data.tar.gz: ce85e4e59e82d494b1e70cab38f4acd2959cf09a4a4c18ec069d1fbb698fbfbe784eae8fa91e6f771dabf26e8aac73a2f9c0e7161e6c30a43f0e27659643efa1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-experian (0.0.2)
4
+ ruby-experian (0.0.3)
5
5
  faraday (>= 1)
6
6
  faraday_middleware (>= 1)
7
7
  multi_xml (>= 0.6.0)
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  [![Tests](https://github.com/moraki-finance/ruby-experian/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/moraki-finance/ruby-experian/actions/workflows/tests.yml)
8
8
 
9
- Use the [Experian Axesor Informe 360](<https://axesor.es/blog/openai-api/](https://www.axesor.es/informacion-empresas/informes/informe-axesor-360.aspx)https://www.axesor.es/informacion-empresas/informes/informe-axesor-360.aspx>) API with Ruby! 🩵
9
+ Use the [Experian Axesor Informe 360](https://www.axesor.es/informacion-empresas/informes/informe-axesor-360.aspx) API with Ruby! 🩵
10
10
 
11
11
  Allows you to get a detailed credit risk report for Spanish companies.
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Experian
2
- VERSION = "0.0.2".freeze
2
+ VERSION = "0.0.3".freeze
3
3
  end
@@ -3,8 +3,8 @@ require_relative "lib/experian/version"
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ruby-experian"
5
5
  s.version = Experian::VERSION
6
- s.summary = "Experian connector"
7
- s.description = "A simple hello world gem"
6
+ s.summary = "Experian Axesor client"
7
+ s.description = "Experian Axesor (https://www.axesor.es/informacion-empresas/informes/informe-axesor-360.aspx) client for ruby"
8
8
  s.authors = ["Martin Mochetti"]
9
9
  s.email = "martin@moraki.co"
10
10
  s.files = Dir.chdir(File.expand_path(__dir__)) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-experian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Mochetti
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.2'
83
- description: A simple hello world gem
83
+ description: Experian Axesor (https://www.axesor.es/informacion-empresas/informes/informe-axesor-360.aspx)
84
+ client for ruby
84
85
  email: martin@moraki.co
85
86
  executables:
86
87
  - console
@@ -132,5 +133,5 @@ requirements: []
132
133
  rubygems_version: 3.2.3
133
134
  signing_key:
134
135
  specification_version: 4
135
- summary: Experian connector
136
+ summary: Experian Axesor client
136
137
  test_files: []