Sha256: 320237bc1d5172f645744040e27d83c1efb41488b6a4ab90102ec047ce3eaf37
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.22.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
haveapi-go-client-0.22.0 | haveapi-go-client.gemspec |