Sha256: f75cab9c0b0e5c7f1aa092156568b65730d6f6c19563629bbb770cc0c504d6b2
Contents?: true
Size: 756 Bytes
Versions: 5
Compression:
Stored size: 756 Bytes
Contents
$:.unshift(File.expand_path('../lib/', __FILE__)) require 'lvm/attributes' Gem::Specification.new do |gem| gem.authors = ["Greg Symons", "Matthew Kent"] gem.email = ["mkent@magoazul.com", 'gsymons@gsconsulting.biz'] gem.description = %q{A list of attributes for LVM objects} gem.license = "MIT" gem.summary = %q{A list of attributes for LVM objects} gem.homepage = "https://github.com/gregsymons/di-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 = "di-ruby-lvm-attrib" gem.require_paths = ["lib"] gem.version = LVM::Attributes::VERSION end
Version data entries
5 entries across 5 versions & 1 rubygems