Sha256: 60eee8851ba851f98fd501d87c984826c4d6f8deb2e7ead119383218fe292d10
Contents?: true
Size: 879 Bytes
Versions: 4
Compression:
Stored size: 879 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' dependency 'hashie' development_dependency 'debug' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hackmac-1.7.1 | Rakefile |
hackmac-1.6.1 | Rakefile |
hackmac-1.6.0 | Rakefile |
hackmac-1.5.1 | Rakefile |