Sha256: 0c616b5bc4d0df0f6e47d1ef8c51b91ac6b4e0844a2fad508de4317684a222a4

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

# -*- encoding: utf-8 -*-

=begin
#endoflife.date

#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)

The version of the OpenAPI document: 0.0.1
Contact: blah@cliffano.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0

=end

$:.push File.expand_path("../lib", __FILE__)
require "endoflife_date/version"

Gem::Specification.new do |s|
  s.name        = "endoflife_date"
  s.version     = EndOfLifeDateApiClient::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Cliffano Subagio"]
  s.email       = ["blah@cliffano.com"]
  s.homepage    = "https://github.com/cliffano/endoflife.date-api-clients"
  s.summary     = "endoflife.date Ruby Gem"
  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)"
  s.license     = "MIT"
  s.required_ruby_version = ">= 2.0"

  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'

  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'

  s.files         = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  s.test_files    = `find spec/*`.split("\n")
  s.executables   = []
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
endoflife_date-0.10.0 endoflife_date.gemspec