Sha256: 73d50cfa39960a7194a7817ef3220a46cc84e867bb3d84f385b85f32f572a0a6

Contents?: true

Size: 797 Bytes

Versions: 3

Compression:

Stored size: 797 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'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hackmac-0.3.2 Rakefile
hackmac-0.3.1 Rakefile
hackmac-0.3.0 Rakefile