Sha256: 96c713196d7e2e84b84ecb21411023732f9bf2771f68dfbd77c0537d968bb3b5

Contents?: true

Size: 932 Bytes

Versions: 13

Compression:

Stored size: 932 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    "http://flori.github.com/#{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'

  readme      'README.rdoc'
  licenses << 'MIT'

  development_dependency 'test-unit', '~>2.5'
  development_dependency 'utils'

  install_library do
    libdir = CONFIG["sitelibdir"]
    cd 'lib' do
      for file in Dir['**/*.rb']
        dst = File.join(libdir, file)
        mkdir_p File.dirname(dst)
        install file, dst
      end
    end
    install 'bin/enum', File.join(CONFIG['bindir'], 'enum')
  end
end

Version data entries

13 entries across 12 versions & 3 rubygems

Version Path
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/tins-0.13.2/Rakefile
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/tins-0.13.2/Rakefile
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/tins-0.13.2/Rakefile
tdiary-5.0.8 vendor/bundle/gems/tins-0.13.2/Rakefile
tins-0.13.2 Rakefile
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/tins-0.13.1/Rakefile
tins-0.13.1 Rakefile
tins-0.13.0 Rakefile
tins-0.12.0 Rakefile
tins-0.11.0 Rakefile
tins-0.10.0 Rakefile
tins-0.9.0 Rakefile
tins-0.8.4 Rakefile