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

Version Path
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/tins-1.29.1/Rakefile
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/tins-1.29.1/Rakefile
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/tins-1.29.1/Rakefile
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/tins-1.29.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tins-1.29.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/tins-1.29.1/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tins-1.28.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/tins-1.28.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/tins-1.26.0/Rakefile
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tins-1.26.0/Rakefile
tins-1.29.1 Rakefile
tins-1.29.0 Rakefile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tins-1.26.0/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/tins-1.28.0/Rakefile
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/tins-1.26.0/Rakefile
tins-1.28.0 Rakefile
tins-1.27.1 Rakefile
tins-1.27.0 Rakefile
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/tins-1.26.0/Rakefile
tins-1.26.0 Rakefile