# -*- encoding: utf-8 -*- # stub: endoflife_date 0.10.0 ruby lib Gem::Specification.new do |s| s.name = "endoflife_date".freeze s.version = "0.10.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cliffano Subagio".freeze] s.date = "2023-09-19" s.description = "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)".freeze s.email = ["blah@cliffano.com".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/bundle".freeze, "bin/byebug".freeze, "bin/coderay".freeze, "bin/htmldiff".freeze, "bin/ldiff".freeze, "bin/pry".freeze, "bin/racc".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/rubocop".freeze, "bin/ruby-parse".freeze, "bin/ruby-rewrite".freeze, "docs/Cycle.md".freeze, "docs/DefaultApi.md".freeze, "endoflife_date.gemspec".freeze, "git_push.sh".freeze, "lib/endoflife_date.rb".freeze, "lib/endoflife_date/api/default_api.rb".freeze, "lib/endoflife_date/api_client.rb".freeze, "lib/endoflife_date/api_error.rb".freeze, "lib/endoflife_date/configuration.rb".freeze, "lib/endoflife_date/models/cycle.rb".freeze, "lib/endoflife_date/version.rb".freeze, "spec/api/default_api_spec.rb".freeze, "spec/api_client_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/models/cycle_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/cliffano/endoflife.date-api-clients".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "endoflife.date Ruby Gem".freeze s.test_files = ["spec/api/default_api_spec.rb".freeze, "spec/api_client_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/models/cycle_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze, ">= 3.6.0".freeze]) end