coinpaprika 0.0.1 → 0.0.2

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: 1fcc040d9fa2bc2201752905600318da5b72e78617fb7ee1eb6f7a3f78358c56
4
- data.tar.gz: 570f0ea178ed8875475e859bcbc8bd40e872889b4c9818cd44e656dbddf48b94
3
+ metadata.gz: 272e8c394e765956296e230167e9d0e77575652fefce08a77ce50f6d98d3694c
4
+ data.tar.gz: 3d9d9c0ca63df1ee8843a874a3432b6c8068f492387a9e889f2f6007d22f8b40
5
5
  SHA512:
6
- metadata.gz: 5531cd6af15dc37cc38591f33d3389b670aa0a49192edf331829d58e421d01f3324a220023fef7e19ab14a602b5f13d8b8204508868606cd5adbe02fbb879b42
7
- data.tar.gz: 1d4e6fa9762185b62b237eb8a037664464b0f07cab3ad0e9e0f608d8b1001c5ad6aa54412cd3d02a0c76a44a5a9d4f2f969781a9c89d5af4247e0bf8a21bc038
6
+ metadata.gz: 5f28ac1f1810a71774e00384b84ee2979f587b8ff035cb20ae525c7cb5dd389a61b153a3b41be08f39217f9d66468923ae9dca73072273cffdd5446bd3469289
7
+ data.tar.gz: 3c2f94c1cf16efdb8a2f0b9c84abdb5cfaa62c0658bbdc36e0dbd7b5a250600549290c5f699dc216d3be3ccb243b67fa1531dd39e0edde3b31e334a60b9172b9
@@ -38,7 +38,7 @@ module Coinpaprika
38
38
  end
39
39
 
40
40
  def formatting_info(payload:, symbol:)
41
- info = payload.select { |x| x['is_active'] == true && x['type'] == 'coin' && x['symbol'] == symbol }
41
+ info = payload.select { |x| x['is_active'] == true && x['symbol'] == symbol }
42
42
  info = [] if info.nil?
43
43
 
44
44
  info
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coinpaprika
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coinpaprika
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Baldazzi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-13 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aga-request
@@ -186,5 +186,5 @@ requirements: []
186
186
  rubygems_version: 3.3.24
187
187
  signing_key:
188
188
  specification_version: 4
189
- summary: coinpaprika0.0.1
189
+ summary: coinpaprika0.0.2
190
190
  test_files: []