Sha256: fa3ea552e988ce34f1cf43a57179a410dcc372e2fa8baf43de4616f3e006bd01
Contents?: true
Size: 702 Bytes
Versions: 35
Compression:
Stored size: 702 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', '.byebug_history' readme 'README.md' licenses << 'MIT' required_ruby_version '>= 2.0' development_dependency 'test-unit', '~>3.1' development_dependency 'simplecov' end
Version data entries
35 entries across 32 versions & 3 rubygems