endoflife_date 0.10.0 → 1.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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +53 -31
  3. data/README.md +14 -8
  4. data/bin/byebug +1 -12
  5. data/bin/coderay +1 -12
  6. data/bin/htmldiff +1 -12
  7. data/bin/ldiff +1 -12
  8. data/bin/pry +1 -12
  9. data/bin/racc +1 -12
  10. data/bin/rake +1 -12
  11. data/bin/rspec +1 -12
  12. data/bin/rubocop +1 -12
  13. data/bin/ruby-parse +1 -12
  14. data/bin/ruby-rewrite +1 -12
  15. data/docs/Cycle.md +8 -8
  16. data/docs/CycleCycle.md +15 -0
  17. data/docs/CycleDiscontinued.md +15 -0
  18. data/docs/CycleEol.md +15 -0
  19. data/docs/CycleLts.md +15 -0
  20. data/docs/CycleSupport.md +15 -0
  21. data/docs/DefaultApi.md +15 -15
  22. data/endoflife_date.gemspec +8 -7
  23. data/git_push.sh +1 -1
  24. data/lib/endoflife_date/api/default_api.rb +20 -20
  25. data/lib/endoflife_date/api_client.rb +25 -24
  26. data/lib/endoflife_date/api_error.rb +3 -3
  27. data/lib/endoflife_date/api_model_base.rb +88 -0
  28. data/lib/endoflife_date/configuration.rb +16 -5
  29. data/lib/endoflife_date/models/cycle.rb +41 -175
  30. data/lib/endoflife_date/models/cycle_cycle.rb +104 -0
  31. data/lib/endoflife_date/models/cycle_discontinued.rb +104 -0
  32. data/lib/endoflife_date/models/cycle_eol.rb +104 -0
  33. data/lib/endoflife_date/models/cycle_lts.rb +104 -0
  34. data/lib/endoflife_date/models/cycle_support.rb +104 -0
  35. data/lib/endoflife_date/version.rb +4 -4
  36. data/lib/endoflife_date.rb +9 -3
  37. data/spec/api/default_api_spec.rb +9 -9
  38. data/spec/models/cycle_cycle_spec.rb +21 -0
  39. data/spec/models/cycle_discontinued_spec.rb +21 -0
  40. data/spec/models/cycle_eol_spec.rb +21 -0
  41. data/spec/models/cycle_lts_spec.rb +21 -0
  42. data/spec/models/cycle_spec.rb +7 -5
  43. data/spec/models/cycle_support_spec.rb +21 -0
  44. data/spec/spec_helper.rb +3 -3
  45. metadata +32 -16
  46. data/bin/bundle +0 -109
  47. data/spec/api_client_spec.rb +0 -228
  48. data/spec/configuration_spec.rb +0 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b139dd4bccdae3b216c7803cdd2fb32b4e6d4a0abe02fbdf09f70d507104469e
4
- data.tar.gz: 250f989b7a242eed6e8cba4490111191e59878cdc11d39b4bf21e436739a9ac8
3
+ metadata.gz: 1d81dbe2f72573f0100b0a46c9657be6a26daff0ee6090e22ab6b7093ec8486c
4
+ data.tar.gz: 74156447c825747f70b75a50f4f2232926d4eb77bc070c8c02191981be619d0f
5
5
  SHA512:
6
- metadata.gz: 8c7007f236c506738d5d46988a2ee81072df481b4488e110cd295f5b88f6504479e8fc6f8b1abc045c2c19f180113561b3839059ca19e83ffec0dde45202dd16
7
- data.tar.gz: 6334f37c9f48986267e46ec2b84ca0be94e9f8501c58cfc677165f84081fadd641ab183f8da9cf78ddc611959957fd7fe259fd86374a0253b84252b5e77b413b
6
+ metadata.gz: fa36172b1113814e788e851b1adf039113e86a44ffdfbb242a39247c01632af0aaf7fe20cb8023070fab4f238b40cebe6c7fbbf082bba1e4de31c38b19743ed6
7
+ data.tar.gz: 254f777c71818327de74da6132cce35e11537f3bb3a3d147a478b9e7f924ea0ce9ea5d32427bd9afa7670e86f2eb95b53d3296c9816b3bf15484c16d9d9af1e7
data/Gemfile.lock CHANGED
@@ -1,49 +1,61 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- endoflife_date (0.10.0)
4
+ endoflife_date (1.1.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- ast (2.4.2)
11
- byebug (11.1.3)
10
+ ast (2.4.3)
11
+ byebug (12.0.0)
12
12
  coderay (1.1.3)
13
- diff-lcs (1.5.0)
14
- ethon (0.16.0)
13
+ date (3.5.0)
14
+ diff-lcs (1.6.2)
15
+ ethon (0.15.0)
15
16
  ffi (>= 1.15.0)
16
- ffi (1.15.5)
17
+ ffi (1.17.2)
18
+ ffi (1.17.2-aarch64-linux-gnu)
19
+ ffi (1.17.2-aarch64-linux-musl)
20
+ ffi (1.17.2-arm-linux-gnu)
21
+ ffi (1.17.2-arm-linux-musl)
22
+ ffi (1.17.2-arm64-darwin)
23
+ ffi (1.17.2-x86-linux-gnu)
24
+ ffi (1.17.2-x86-linux-musl)
25
+ ffi (1.17.2-x86_64-darwin)
26
+ ffi (1.17.2-x86_64-linux-gnu)
27
+ ffi (1.17.2-x86_64-linux-musl)
17
28
  jaro_winkler (1.5.6)
18
- method_source (1.0.0)
19
- parallel (1.23.0)
20
- parser (3.2.2.3)
29
+ method_source (1.1.0)
30
+ parallel (1.27.0)
31
+ parser (3.3.10.0)
21
32
  ast (~> 2.4.1)
22
33
  racc
23
- pry (0.14.2)
34
+ pry (0.15.2)
24
35
  coderay (~> 1.1)
25
36
  method_source (~> 1.0)
26
- pry-byebug (3.10.1)
27
- byebug (~> 11.0)
28
- pry (>= 0.13, < 0.15)
29
- psych (5.1.0)
37
+ pry-byebug (3.11.0)
38
+ byebug (~> 12.0)
39
+ pry (>= 0.13, < 0.16)
40
+ psych (5.2.6)
41
+ date
30
42
  stringio
31
- racc (1.7.1)
43
+ racc (1.8.1)
32
44
  rainbow (3.1.1)
33
45
  rake (13.0.6)
34
- rspec (3.12.0)
35
- rspec-core (~> 3.12.0)
36
- rspec-expectations (~> 3.12.0)
37
- rspec-mocks (~> 3.12.0)
38
- rspec-core (3.12.2)
39
- rspec-support (~> 3.12.0)
40
- rspec-expectations (3.12.3)
46
+ rspec (3.13.2)
47
+ rspec-core (~> 3.13.0)
48
+ rspec-expectations (~> 3.13.0)
49
+ rspec-mocks (~> 3.13.0)
50
+ rspec-core (3.13.6)
51
+ rspec-support (~> 3.13.0)
52
+ rspec-expectations (3.13.5)
41
53
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.12.0)
43
- rspec-mocks (3.12.6)
54
+ rspec-support (~> 3.13.0)
55
+ rspec-mocks (3.13.7)
44
56
  diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.12.0)
46
- rspec-support (3.12.1)
57
+ rspec-support (~> 3.13.0)
58
+ rspec-support (3.13.6)
47
59
  rubocop (0.66.0)
48
60
  jaro_winkler (~> 1.5.1)
49
61
  parallel (~> 1.10)
@@ -53,13 +65,23 @@ GEM
53
65
  ruby-progressbar (~> 1.7)
54
66
  unicode-display_width (>= 1.4.0, < 1.6)
55
67
  ruby-progressbar (1.13.0)
56
- stringio (3.0.8)
57
- typhoeus (1.4.0)
58
- ethon (>= 0.9.0)
68
+ stringio (3.1.8)
69
+ typhoeus (1.5.0)
70
+ ethon (>= 0.9.0, < 0.16.0)
59
71
  unicode-display_width (1.5.0)
60
72
 
61
73
  PLATFORMS
62
- x86_64-linux
74
+ aarch64-linux-gnu
75
+ aarch64-linux-musl
76
+ arm-linux-gnu
77
+ arm-linux-musl
78
+ arm64-darwin
79
+ ruby
80
+ x86-linux-gnu
81
+ x86-linux-musl
82
+ x86_64-darwin
83
+ x86_64-linux-gnu
84
+ x86_64-linux-musl
63
85
 
64
86
  DEPENDENCIES
65
87
  endoflife_date!
@@ -69,4 +91,4 @@ DEPENDENCIES
69
91
  rubocop (~> 0.66.0)
70
92
 
71
93
  BUNDLED WITH
72
- 2.4.17
94
+ 2.7.2
data/README.md CHANGED
@@ -2,14 +2,15 @@
2
2
 
3
3
  EndOfLifeDateApiClient - the Ruby gem for the endoflife.date
4
4
 
5
- Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki)
5
+ The endoflife.date v0 API is currently deprecated, please [use the endoflife.date v1 API](https://endoflife.date/docs/api/v1/).
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 0.0.1
10
- - Package version: 0.10.0
10
+ - Package version: 1.1.0
11
+ - Generator version: 7.17.0
11
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
- For more information, please visit [https://github.com/cliffano/endoflife.date-api-clients](https://github.com/cliffano/endoflife.date-api-clients)
13
+ For more information, please visit [https://github.com/oapicf/endoflife.date-api-clients](https://github.com/oapicf/endoflife.date-api-clients)
13
14
 
14
15
  ## Installation
15
16
 
@@ -24,22 +25,22 @@ gem build endoflife_date.gemspec
24
25
  Then either install the gem locally:
25
26
 
26
27
  ```shell
27
- gem install ./endoflife_date-0.10.0.gem
28
+ gem install ./endoflife_date-1.1.0.gem
28
29
  ```
29
30
 
30
- (for development, run `gem install --dev ./endoflife_date-0.10.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./endoflife_date-1.1.0.gem` to install the development dependencies)
31
32
 
32
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
34
 
34
35
  Finally add this to the Gemfile:
35
36
 
36
- gem 'endoflife_date', '~> 0.10.0'
37
+ gem 'endoflife_date', '~> 1.1.0'
37
38
 
38
39
  ### Install from Git
39
40
 
40
- If the Ruby gem is hosted at a git repository: https://github.com/cliffano/endoflife.date-api-clients, then add the following in the Gemfile:
41
+ If the Ruby gem is hosted at a git repository: https://github.com/oapicf/endoflife.date-api-clients, then add the following in the Gemfile:
41
42
 
42
- gem 'endoflife_date', :git => 'https://github.com/cliffano/endoflife.date-api-clients.git'
43
+ gem 'endoflife_date', :git => 'https://github.com/oapicf/endoflife.date-api-clients.git'
43
44
 
44
45
  ### Include the Ruby code directly
45
46
 
@@ -83,6 +84,11 @@ Class | Method | HTTP request | Description
83
84
  ## Documentation for Models
84
85
 
85
86
  - [EndOfLifeDateApiClient::Cycle](docs/Cycle.md)
87
+ - [EndOfLifeDateApiClient::CycleCycle](docs/CycleCycle.md)
88
+ - [EndOfLifeDateApiClient::CycleDiscontinued](docs/CycleDiscontinued.md)
89
+ - [EndOfLifeDateApiClient::CycleEol](docs/CycleEol.md)
90
+ - [EndOfLifeDateApiClient::CycleLts](docs/CycleLts.md)
91
+ - [EndOfLifeDateApiClient::CycleSupport](docs/CycleSupport.md)
86
92
 
87
93
 
88
94
  ## Documentation for Authorization
data/bin/byebug CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/coderay CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/htmldiff CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/ldiff CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/pry CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/racc CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/rake CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/rspec CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/rubocop CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/ruby-parse CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/bin/ruby-rewrite CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby2.7
1
+ #!/usr/bin/env ruby3.2
2
2
  # frozen_string_literal: true
3
3
 
4
4
  #
@@ -10,17 +10,6 @@
10
10
 
11
11
  ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
12
12
 
13
- bundle_binstub = File.expand_path("bundle", __dir__)
14
-
15
- if File.file?(bundle_binstub)
16
- if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
17
- load(bundle_binstub)
18
- else
19
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
21
- end
22
- end
23
-
24
13
  require "rubygems"
25
14
  require "bundler/setup"
26
15
 
data/docs/Cycle.md CHANGED
@@ -4,14 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **cycle** | **Object** | Release Cycle | [optional] |
8
- | **release_date** | **Object** | Release Date for the first release in this cycle | [optional] |
9
- | **eol** | **Object** | End of Life Date for this release cycle | [optional] |
10
- | **latest** | **Object** | Latest release in this cycle | [optional] |
11
- | **link** | **Object** | Link to changelog for the latest release, if available | [optional] |
12
- | **lts** | **Object** | Whether this release cycle has long-term-support (LTS). Can be a date instead in YYYY-MM-DD format as well if the release enters LTS status on a given date. | [optional] |
13
- | **support** | **Object** | Whether this release cycle has active support | [optional] |
14
- | **discontinued** | **Object** | Whether this cycle is now discontinued. | [optional] |
7
+ | **cycle** | [**CycleCycle**](CycleCycle.md) | | [optional] |
8
+ | **release_date** | **Date** | Release date for the first release in this cycle. | [optional] |
9
+ | **eol** | [**CycleEol**](CycleEol.md) | | [optional] |
10
+ | **latest** | **String** | Latest release in this cycle. | [optional] |
11
+ | **link** | **String** | Link to changelog for the latest release in this cycle, or null if unavailable. | [optional] |
12
+ | **lts** | [**CycleLts**](CycleLts.md) | | [optional] |
13
+ | **support** | [**CycleSupport**](CycleSupport.md) | | [optional] |
14
+ | **discontinued** | [**CycleDiscontinued**](CycleDiscontinued.md) | | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -0,0 +1,15 @@
1
+ # EndOfLifeDateApiClient::CycleCycle
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'endoflife_date'
12
+
13
+ instance = EndOfLifeDateApiClient::CycleCycle.new()
14
+ ```
15
+
@@ -0,0 +1,15 @@
1
+ # EndOfLifeDateApiClient::CycleDiscontinued
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'endoflife_date'
12
+
13
+ instance = EndOfLifeDateApiClient::CycleDiscontinued.new()
14
+ ```
15
+
data/docs/CycleEol.md ADDED
@@ -0,0 +1,15 @@
1
+ # EndOfLifeDateApiClient::CycleEol
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'endoflife_date'
12
+
13
+ instance = EndOfLifeDateApiClient::CycleEol.new()
14
+ ```
15
+
data/docs/CycleLts.md ADDED
@@ -0,0 +1,15 @@
1
+ # EndOfLifeDateApiClient::CycleLts
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'endoflife_date'
12
+
13
+ instance = EndOfLifeDateApiClient::CycleLts.new()
14
+ ```
15
+
@@ -0,0 +1,15 @@
1
+ # EndOfLifeDateApiClient::CycleSupport
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'endoflife_date'
12
+
13
+ instance = EndOfLifeDateApiClient::CycleSupport.new()
14
+ ```
15
+