endoflife_date 0.10.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,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: endoflife_date
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.10.0
5
+ platform: ruby
6
+ authors:
7
+ - Cliffano Subagio
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: rspec
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.6'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 3.6.0
43
+ type: :development
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '3.6'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 3.6.0
53
+ description: Documentation for the endoflife.date API. The API is currently in Alpha.
54
+ Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki)
55
+ email:
56
+ - blah@cliffano.com
57
+ executables: []
58
+ extensions: []
59
+ extra_rdoc_files: []
60
+ files:
61
+ - Gemfile
62
+ - Gemfile.lock
63
+ - README.md
64
+ - Rakefile
65
+ - bin/bundle
66
+ - bin/byebug
67
+ - bin/coderay
68
+ - bin/htmldiff
69
+ - bin/ldiff
70
+ - bin/pry
71
+ - bin/racc
72
+ - bin/rake
73
+ - bin/rspec
74
+ - bin/rubocop
75
+ - bin/ruby-parse
76
+ - bin/ruby-rewrite
77
+ - docs/Cycle.md
78
+ - docs/DefaultApi.md
79
+ - endoflife_date.gemspec
80
+ - git_push.sh
81
+ - lib/endoflife_date.rb
82
+ - lib/endoflife_date/api/default_api.rb
83
+ - lib/endoflife_date/api_client.rb
84
+ - lib/endoflife_date/api_error.rb
85
+ - lib/endoflife_date/configuration.rb
86
+ - lib/endoflife_date/models/cycle.rb
87
+ - lib/endoflife_date/version.rb
88
+ - spec/api/default_api_spec.rb
89
+ - spec/api_client_spec.rb
90
+ - spec/configuration_spec.rb
91
+ - spec/models/cycle_spec.rb
92
+ - spec/spec_helper.rb
93
+ homepage: https://github.com/cliffano/endoflife.date-api-clients
94
+ licenses:
95
+ - MIT
96
+ metadata: {}
97
+ post_install_message:
98
+ rdoc_options: []
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '2.0'
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ requirements: []
112
+ rubygems_version: 3.1.2
113
+ signing_key:
114
+ specification_version: 4
115
+ summary: endoflife.date Ruby Gem
116
+ test_files:
117
+ - spec/api/default_api_spec.rb
118
+ - spec/api_client_spec.rb
119
+ - spec/configuration_spec.rb
120
+ - spec/models/cycle_spec.rb
121
+ - spec/spec_helper.rb