Sha256: d2afaa5a2fc60ebc4eb453319b0815259ce9ef5c56ae916b8516a02da8117323

Contents?: true

Size: 892 Bytes

Versions: 4

Compression:

Stored size: 892 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'
  package_ignore '.all_images.yml', '.tool-versions', '.gitignore', 'VERSION',
    'TODO', *Dir.glob('.github/**/*', File::FNM_DOTMATCH)

  readme      'README.md'
  licenses << 'MIT'

  required_ruby_version  '>= 2.0'
  development_dependency 'utils'
  development_dependency 'test-unit', '~>3.1'
  development_dependency 'simplecov'
  dependency 'sync'
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/tins-1.31.1/Rakefile
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/tins-1.31.1/Rakefile
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/tins-1.31.1/Rakefile
tins-1.31.1 Rakefile