Sha256: 22e41536c531640505460db6dd1208a500d3cc5889451ee7de39a604966bd53a
Contents?: true
Size: 612 Bytes
Versions: 24
Compression:
Stored size: 612 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 "https://github.com/flori/#{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.md' licenses << 'MIT' development_dependency 'test-unit', '~>2.5' end
Version data entries
24 entries across 23 versions & 5 rubygems