Sha256: eefaa1168f69e60e028f21b57b0fecc99d71064fc91a195af4462a1c708d544e
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'berkshelf/api_client/version' Gem::Specification.new do |spec| spec.name = "berkshelf-api-client" spec.version = Berkshelf::APIClient::VERSION spec.authors = [ "Jamie Winsor", "Michael Ivey", "Seth Vargo" ] spec.email = [ "jamie@vialstudios.com", "michael.ivey@riotgames.com", "sethvargo@gmail.com" ] spec.description = %q{API Client for communicating with a Berkshelf API server} spec.summary = spec.description spec.homepage = "http://berkshelf.com" spec.license = "Apache 2.0" spec.required_ruby_version = ">= 2.3" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "chef", ">= 12.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
berkshelf-api-client-4.0.1 | berkshelf-api-client.gemspec |
berkshelf-api-client-4.0.0 | berkshelf-api-client.gemspec |