Sha256: 26d9f983acf42f8691ac453cd3cee7f36e8a355bf4f0cae3cd2079f71ce77bf5
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 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.10' dependency 'complex_config' dependency 'amatch' dependency 'plist' dependency 'tabulo' dependency 'search_ui' dependency 'hashie' development_dependency 'debug' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackmac-1.8.0 | Rakefile |