Sha256: e13e83f30a22c29378c68cbcc86519f74cb532a315a43c48f155366b4c919fa3

Contents?: true

Size: 1019 Bytes

Versions: 1

Compression:

Stored size: 1019 Bytes

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.2.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
minato_ruby_api_client-0.2.2 minato_ruby_api_client.gemspec