Sha256: 47fde2b7b7ce2a4b551c0bdebfd5ae9074652a501a4fb0c2ad08960637fea1da
Contents?: true
Size: 788 Bytes
Versions: 9
Compression:
Stored size: 788 Bytes
Contents
$:.unshift(File.expand_path("../lib/", __FILE__)) require "lvm/attributes" Gem::Specification.new do |gem| gem.authors = ["Tim Smith", "Greg Symons", "Elan Ruusamäe", "Matthew Kent"] gem.email = ["tsmith@chef.io", "mkent@magoazul.com", "gsymons@gsconsulting.biz"] gem.description = "A list of attributes for LVM objects" gem.license = "MIT" gem.summary = "A list of attributes for LVM objects" gem.homepage = "https://github.com/chef/chef-ruby-lvm-attrib" gem.executables = ["generate_field_data"] gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "chef-ruby-lvm-attrib" gem.require_paths = ["lib"] gem.version = LVM::Attributes::VERSION end
Version data entries
9 entries across 9 versions & 1 rubygems