Sha256: 5ad562c01e621af1cb2d2724f6fff22439004ccd4d2b7d0d254c8944c4927c93

Contents?: true

Size: 613 Bytes

Versions: 3

Compression:

Stored size: 613 Bytes

Contents

# vim: set filetype=ruby et sw=2 ts=2:

require 'gem_hadar'

GemHadar do
  name        'tins'
  author      'Florian Frank'
  email       'flori@ping.de'
  homepage    "http://flori.github.com/#{name}"
  summary     'Useful stuff.'
  description 'All the stuff that isn\'t good/big enough for a real library.'
  test_dir    'tests'
  test_files.concat Dir["#{test_dir}/*_test.rb"]
  ignore      '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage', '.rbx',
    '.AppleDouble', '.DS_Store', 'tags', '.bundle'

  readme      'README.rdoc'
  licenses << 'MIT'

  development_dependency 'test-unit', '~>2.5'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tins-1.3.0 Rakefile
tins-1.2.0 Rakefile
tins-1.1.0 Rakefile