Sha256: 899cd7946a5cafe4c401e75d866cd330d69e1d253435633ace1b83d4c893a857
Contents?: true
Size: 722 Bytes
Versions: 28
Compression:
Stored size: 722 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' dependency 'sync' end
Version data entries
28 entries across 18 versions & 2 rubygems