pluggy-rb 0.1.0

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.
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pluggy-rb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Thiago Diniz
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2026-08-18 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: bigdecimal
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '3.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '3.0'
26
+ description: |
27
+ An unofficial, hand-written Ruby client for the Pluggy API (https://pluggy.ai),
28
+ covering the read paths needed to identify every transaction reachable from a
29
+ connected item: accounts, transactions, credit-card bills, loans, connectors,
30
+ items, categories and merchants. Transparent API-key renewal, uniform
31
+ pagination across Pluggy's three paging shapes, and BigDecimal money.
32
+ email:
33
+ - thiago.diniz@verve.com
34
+ executables: []
35
+ extensions: []
36
+ extra_rdoc_files: []
37
+ files:
38
+ - CHANGELOG.md
39
+ - LICENSE.txt
40
+ - README.md
41
+ - VERSION
42
+ - lib/pluggy-rb.rb
43
+ - lib/pluggy.rb
44
+ - lib/pluggy/api_key.rb
45
+ - lib/pluggy/api_requestor.rb
46
+ - lib/pluggy/api_resource.rb
47
+ - lib/pluggy/client.rb
48
+ - lib/pluggy/configuration.rb
49
+ - lib/pluggy/connection_manager.rb
50
+ - lib/pluggy/credential_store.rb
51
+ - lib/pluggy/errors.rb
52
+ - lib/pluggy/lists.rb
53
+ - lib/pluggy/lists/array_list.rb
54
+ - lib/pluggy/lists/base_list.rb
55
+ - lib/pluggy/lists/cursor_list.rb
56
+ - lib/pluggy/lists/offset_list.rb
57
+ - lib/pluggy/pluggy_object.rb
58
+ - lib/pluggy/resources/account.rb
59
+ - lib/pluggy/resources/bill.rb
60
+ - lib/pluggy/resources/connector.rb
61
+ - lib/pluggy/resources/item.rb
62
+ - lib/pluggy/resources/loan.rb
63
+ - lib/pluggy/resources/merchant.rb
64
+ - lib/pluggy/resources/misc.rb
65
+ - lib/pluggy/resources/transaction.rb
66
+ - lib/pluggy/services/base_service.rb
67
+ - lib/pluggy/services/other_services.rb
68
+ - lib/pluggy/services/transaction_service.rb
69
+ - lib/pluggy/util.rb
70
+ - lib/pluggy/version.rb
71
+ homepage: https://github.com/thiagodiniz/pluggy-rb
72
+ licenses:
73
+ - MIT
74
+ metadata:
75
+ homepage_uri: https://github.com/thiagodiniz/pluggy-rb
76
+ source_code_uri: https://github.com/thiagodiniz/pluggy-rb
77
+ changelog_uri: https://github.com/thiagodiniz/pluggy-rb/blob/main/CHANGELOG.md
78
+ rubygems_mfa_required: 'true'
79
+ rdoc_options: []
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: '3.1'
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ requirements: []
93
+ rubygems_version: 3.6.2
94
+ specification_version: 4
95
+ summary: Ruby SDK for the Pluggy open-finance API
96
+ test_files: []