Sha256: 67bd0f23e86d08cfa31d5bb5a0c6ec3c54c6bcfc8045292723d8abf359382fd2

Contents?: true

Size: 1022 Bytes

Versions: 8

Compression:

Stored size: 1022 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'haveapi-client'
  spec.version       = HaveAPI::Client::VERSION
  spec.authors       = ['Jakub Skokan']
  spec.email         = ['jakub.skokan@vpsfree.cz']
  spec.summary       =
    spec.description = 'Ruby API and CLI for HaveAPI'
  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 'activesupport', '>= 7.0'
  spec.add_runtime_dependency 'highline', '~> 2.1.0'
  spec.add_runtime_dependency 'json'
  spec.add_runtime_dependency 'require_all', '~> 2.0.0'
  spec.add_runtime_dependency 'rest-client', '~> 2.1.0'
  spec.add_runtime_dependency 'ruby-progressbar', '~> 1.13.0'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
haveapi-client-0.23.3 haveapi-client.gemspec
haveapi-client-0.23.2 haveapi-client.gemspec
haveapi-client-0.23.1 haveapi-client.gemspec
haveapi-client-0.23.0 haveapi-client.gemspec
haveapi-client-0.22.1 haveapi-client.gemspec
haveapi-client-0.22.0 haveapi-client.gemspec
haveapi-client-0.21.1 haveapi-client.gemspec
haveapi-client-0.21.0 haveapi-client.gemspec