Sha256: faefeb34307f6c9b1108eb1b952382e129d0238bff57586fa2913c6852168127
Contents?: true
Size: 856 Bytes
Versions: 9
Compression:
Stored size: 856 Bytes
Contents
# vim: set filetype=ruby et sw=2 ts=2: require 'gem_hadar' GemHadar do name 'hackmac' author 'Florian Frank' email 'flori@ping.de' homepage "http://github.com/flori/#{name}" summary 'Some useful tools for working with a Hackintosh' description 'This ruby gem provides some useful tools for working with a Hackintosh.' bindir 'bin' executables Dir['bin/*'].map(&File.method(:basename)) test_dir 'tests' ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', '.AppleDouble', 'tags', '.bundle', '.DS_Store', '.byebug_history' readme 'README.md' dependency 'tins', '~>1.14' dependency 'term-ansicolor', '~>1.3' dependency 'complex_config' dependency 'amatch' dependency 'plist' dependency 'tabulo' dependency 'search_ui' development_dependency 'debug' end
Version data entries
9 entries across 9 versions & 1 rubygems