Sha256: 8ff4533c17e5e5cc16c63d7def7f46a852ab36810b48bf43d7565aade493382e
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# -*- encoding: utf-8 -*- =begin # #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 20220523 Contact: blah@cliffano.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.1.0-SNAPSHOT =end $:.push File.expand_path("../lib", __FILE__) require "pokeapi_client/version" Gem::Specification.new do |s| s.name = "pokeapi_client" s.version = PokeApiClient::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Cliffano Subagio"] s.email = ["blah@cliffano.com"] s.homepage = "https://github.com/cliffano/pokeapi-clients" s.summary = " Ruby Gem" s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" 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 |
---|---|
pokeapi_client-0.10.0 | pokeapi_client.gemspec |