Sha256: e0dd49919865d3144f49aae75063827bf0e7749a3c2277b166334e7262ea0e42
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# -*- encoding: utf-8 -*- =begin #KORONA.entry API v1 #Our api provides access to our entry services The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.0 =end $:.push File.expand_path("../lib", __FILE__) require "korona-entry-client/version" Gem::Specification.new do |s| s.name = "korona-entry-client" s.version = KoronaEntryClient::VERSION s.platform = Gem::Platform::RUBY s.authors = ["OpenAPI-Generator"] s.email = [""] s.homepage = "https://openapi-generator.tech" s.summary = "KORONA.entry API v1 Ruby Gem" s.description = "Our api provides access to our entry services" s.license = "Unlicense" s.required_ruby_version = ">= 1.9" s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0' 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 |
---|---|
korona-entry-client-1.0.0 | korona-entry-client.gemspec |