Sha256: 19c7876ef2d49236a54d876059ebe4621344991e92313ca6aed53bf54aa8122e

Contents?: true

Size: 761 Bytes

Versions: 1

Compression:

Stored size: 761 Bytes

Contents

lib = File.expand_path('lib', __dir__)
$:.unshift(lib) unless $:.include?(lib)
require 'haveapi/go_client/version'

Gem::Specification.new do |spec|
  spec.name          = 'haveapi-go-client'
  spec.version       = HaveAPI::GoClient::VERSION
  spec.authors       = ['Jakub Skokan']
  spec.email         = ['jakub.skokan@vpsfree.cz']
  spec.summary       =
    spec.description = 'Go client generator'
  spec.homepage      = ''
  spec.license       = 'MIT'

  spec.required_ruby_version = ">= #{File.read('../../.ruby-version').strip}"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'haveapi-client', '~> 0.23.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
haveapi-go-client-0.23.2 haveapi-go-client.gemspec