Sha256: 01338bf634f0d3c958789a8a4b742921e83421c09430d233cdfb03f9a8cb1e4c

Contents?: true

Size: 758 Bytes

Versions: 1

Compression:

Stored size: 758 Bytes

Contents

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

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

Gem::Specification.new do |s|
  s.name        = "minty"
  s.version     = MintyApi::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Minty"]
  s.email       = [""]
  s.homepage    = "https://www.minty.page"
  s.summary     = "Minty API Ruby Gem"
  s.description = "Minty API"
  s.license     = "Unlicense"
  s.required_ruby_version = ">= 2.4"

  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
minty-1.1.0 minty.gemspec