papierkram_api_client 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: papierkram_api_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Simon Neutert
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-04-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: httpx
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 0.22.5
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 0.22.5
41
+ description: Papierkram API Client, um deine Buchhaltung auf das nächste Level zu
42
+ bringen.
43
+ email:
44
+ - simonneutert@users.noreply.github.com
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".editorconfig"
50
+ - ".gitignore"
51
+ - ".rubocop"
52
+ - ".rubocop.yml"
53
+ - CHANGELOG.md
54
+ - Gemfile
55
+ - Gemfile.lock
56
+ - LICENSE.txt
57
+ - README.md
58
+ - Rakefile
59
+ - lib/api/v1/banking/bank_connections.rb
60
+ - lib/api/v1/banking/transactions.rb
61
+ - lib/api/v1/base.rb
62
+ - lib/api/v1/contact/companies.rb
63
+ - lib/api/v1/contact/companies_persons.rb
64
+ - lib/api/v1/expense/vouchers.rb
65
+ - lib/api/v1/helper/pdf_from_response.rb
66
+ - lib/api/v1/income/estimates.rb
67
+ - lib/api/v1/income/invoices.rb
68
+ - lib/api/v1/income/propositions.rb
69
+ - lib/api/v1/info.rb
70
+ - lib/api/v1/projects.rb
71
+ - lib/api/v1/tracker/tasks.rb
72
+ - lib/api/v1/tracker/time_entries.rb
73
+ - lib/papierkram_api_client.rb
74
+ - lib/papierkram_api_client/version.rb
75
+ - sig/papierkram_api_client.rbs
76
+ homepage: https://github.com/simonneutert/papierkram_api_client
77
+ licenses:
78
+ - MIT
79
+ metadata:
80
+ homepage_uri: https://github.com/simonneutert/papierkram_api_client
81
+ source_code_uri: https://github.com/simonneutert/papierkram_api_client
82
+ changelog_uri: https://github.com/simonneutert/papierkram_api_client/blob/main/CHANGELOG.md
83
+ rubygems_mfa_required: 'true'
84
+ post_install_message:
85
+ rdoc_options: []
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 2.7.0
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ requirements: []
99
+ rubygems_version: 3.4.8
100
+ signing_key:
101
+ specification_version: 4
102
+ summary: Papierkram API Client
103
+ test_files: []