Sha256: 009bada5b23f19ef8d436adc8441cc54b0298cb78f7defa5e6aafe52f4fdbd44
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- =begin # Minato Ruby Api Client The Minato ruby HTTP Client =end $:.push File.expand_path("../lib", __FILE__) require "minato_ruby_api_client/version" Gem::Specification.new do |s| s.name = "minato_ruby_api_client" s.version = MinatoRubyApiClient::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ferreri"] s.email = ["support@ferreri.co"] s.homepage = "http://ferreri.co" s.summary = "A Minato ruby HTTP Client" s.description = "Minato HTTP Client" s.license = "unlicense" s.required_ruby_version = ">= 3.0" s.add_runtime_dependency 'faraday', '~> 1.0', '>= 1.0.1' s.add_runtime_dependency 'minato_error_handler', '~> 0.1.9-1' s.add_runtime_dependency 'minato-trace', '~> 0.1.6-8' 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 |
---|---|
minato_ruby_api_client-0.2.1 | minato_ruby_api_client.gemspec |