Sha256: 5af16eb676e74c6d75b103e4a2ed554f62faad9dc58a5ad116625bb99bc13a18

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 KB

Contents

# coding: utf-8
require_relative 'lib/ansible_tower_client/version'

Gem::Specification.new do |spec|
  spec.name          = "ansible_tower_client"
  spec.version       = AnsibleTowerClient::VERSION
  spec.authors       = ["Brandon Dunne", "Drew Bomhof"]
  spec.email         = ["bdunne@redhat.com", "dbomhof@redhat.com"]

  spec.summary       = %q{Ansible Tower REST API wrapper gem}
  spec.description   = %q{Ansible Tower REST API wrapper gem}
  spec.homepage      = "https://github.com/Ansible/ansible_tower_client_ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

  spec.add_runtime_dependency "activesupport"
  spec.add_runtime_dependency "faraday"
  spec.add_runtime_dependency "faraday_middleware"
  spec.add_runtime_dependency "more_core_extensions", "~> 3.0"

  spec.add_development_dependency "factory_bot", "~> 4.11"
  spec.add_development_dependency "rake", "~> 12.3"
  spec.add_development_dependency "rspec"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ansible_tower_client-0.21.2 ansible_tower_client.gemspec
ansible_tower_client-0.21.1 ansible_tower_client.gemspec
ansible_tower_client-0.21.0 ansible_tower_client.gemspec
ansible_tower_client-0.20.2 ansible_tower_client.gemspec
ansible_tower_client-0.20.1 ansible_tower_client.gemspec
ansible_tower_client-0.20.0 ansible_tower_client.gemspec