Sha256: aef078c02a286e241e83c65bc2eb308eedccc1ac34770a9f22a79fc99e0957c2
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.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
haveapi-go-client-0.23.0 | haveapi-go-client.gemspec |