Sha256: e44e6b894aeb720542bb0487baaf33d23f40640f875b0c0a792c2461201bfae6

Contents?: true

Size: 857 Bytes

Versions: 20

Compression:

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hackmac-1.1.1 Rakefile
hackmac-1.1.0 Rakefile
hackmac-1.0.5 Rakefile
hackmac-1.0.4 Rakefile
hackmac-1.0.3 Rakefile
hackmac-1.0.2 Rakefile
hackmac-1.0.1 Rakefile
hackmac-1.0.0 Rakefile
hackmac-0.8.3 Rakefile
hackmac-0.8.2 Rakefile
hackmac-0.8.1 Rakefile
hackmac-0.8.0 Rakefile
hackmac-0.7.0 Rakefile
hackmac-0.6.2 Rakefile
hackmac-0.6.1 Rakefile
hackmac-0.6.0 Rakefile
hackmac-0.5.0 Rakefile
hackmac-0.4.2 Rakefile
hackmac-0.4.1 Rakefile
hackmac-0.4.0 Rakefile