Skip to content

Instantly share code, notes, and snippets.

@bryanwb
Last active December 18, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwb/5776304 to your computer and use it in GitHub Desktop.
Save bryanwb/5776304 to your computer and use it in GitHub Desktop.
gemspec
$:.unshift(File.dirname(__FILE__) + '/lib')Gem::Specification.new do |gem|
gem.authors = ["Greg Symons"]
gem.email = ["mkent@magoazul.com"]
gem.description = %q{lvm attrs}
gem.summary = %q{lvm attrs}
gem.homepage = ""
gem.executables = [ 'bin/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 = '0.0.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment