Sha256: 115c97e7822441fe065b20c374a5dfeff72bb5a195408f58273b4cacb9b8ffd1
Contents?: true
Size: 665 Bytes
Versions: 16
Compression:
Stored size: 665 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' end
Version data entries
16 entries across 16 versions & 3 rubygems