tmdb_client 1.0.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,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tmdb_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Alejandro Perea
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: faraday
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '2.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '2.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: faraday-retry
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.2'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.2'
40
+ description: A modern, dependency-light Ruby client for The Movie Database (TMDb)
41
+ v3 API, built on Faraday.
42
+ email:
43
+ - alejandro.perea.fdez@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files:
47
+ - README.md
48
+ files:
49
+ - CHANGELOG.md
50
+ - LICENSE
51
+ - README.md
52
+ - lib/tmdb/certification.rb
53
+ - lib/tmdb/change.rb
54
+ - lib/tmdb/client.rb
55
+ - lib/tmdb/collection.rb
56
+ - lib/tmdb/company.rb
57
+ - lib/tmdb/config.rb
58
+ - lib/tmdb/configuration.rb
59
+ - lib/tmdb/credit.rb
60
+ - lib/tmdb/discover.rb
61
+ - lib/tmdb/errors.rb
62
+ - lib/tmdb/find.rb
63
+ - lib/tmdb/genre.rb
64
+ - lib/tmdb/job.rb
65
+ - lib/tmdb/keyword.rb
66
+ - lib/tmdb/movie.rb
67
+ - lib/tmdb/network.rb
68
+ - lib/tmdb/object.rb
69
+ - lib/tmdb/page.rb
70
+ - lib/tmdb/person.rb
71
+ - lib/tmdb/resource.rb
72
+ - lib/tmdb/review.rb
73
+ - lib/tmdb/search.rb
74
+ - lib/tmdb/tv.rb
75
+ - lib/tmdb/tv/episode.rb
76
+ - lib/tmdb/tv/season.rb
77
+ - lib/tmdb/version.rb
78
+ - lib/tmdb_client.rb
79
+ homepage: https://github.com/cineol-gems/tmdb-client
80
+ licenses:
81
+ - MIT
82
+ metadata:
83
+ source_code_uri: https://github.com/cineol-gems/tmdb-client
84
+ changelog_uri: https://github.com/cineol-gems/tmdb-client/blob/main/CHANGELOG.md
85
+ bug_tracker_uri: https://github.com/cineol-gems/tmdb-client/issues
86
+ rubygems_mfa_required: 'true'
87
+ rdoc_options:
88
+ - "--charset=UTF-8"
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '3.2'
96
+ required_rubygems_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ requirements: []
102
+ rubygems_version: 3.6.9
103
+ specification_version: 4
104
+ summary: Ruby client for The Movie Database (TMDb) API
105
+ test_files: []