Sha256: 77c5458d56ce5838407489e54ec9566ca2cf74491ef83190af3468ea5002f5cc
Contents?: true
Size: 904 Bytes
Versions: 10
Compression:
Stored size: 904 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/foreman_api/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Martin Bačovský"] gem.email = ["mbacovsk@redhat.com"] gem.description = %q{Helps you to use Foreman's API calls from your app} gem.summary = %q{Ruby bindings for Forman's rest API} gem.homepage = "http://github.com/mbacovsky/foreman_api" gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.files.reject! do |fn| fn.start_with?("lib/foreman_api/generator") || fn == 'bin/generate.rb' || fn == 'rubygem-foreman_api.spec' end gem.name = "foreman_api" gem.require_paths = ["lib"] gem.version = ForemanApi::VERSION gem.add_dependency 'json' gem.add_dependency 'rest-client', '>= 1.6.1' gem.add_dependency 'oauth' end
Version data entries
10 entries across 10 versions & 1 rubygems