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

Version Path
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/tins-1.13.0/Rakefile
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/tins-1.13.0/Rakefile
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/tins-1.13.0/Rakefile
tins-1.13.0 Rakefile
tdiary-5.0.2 vendor/bundle/gems/tins-1.12.0/Rakefile
tins-1.12.0 Rakefile
tins-1.11.0 Rakefile
tdiary-5.0.1 vendor/bundle/gems/tins-1.10.2/Rakefile
tins-1.10.2 Rakefile
tins-1.10.1 Rakefile
tins-1.10.0 Rakefile
tins-1.9.0 Rakefile
tins-1.8.2 Rakefile
tins-1.8.1 Rakefile
tins-1.8.0 Rakefile
tins-1.7.0 Rakefile