Sha256: 8fa5e41d4d3ef4e63b14495de96bd886970a947064781a083011bf43a99f4cfc

Contents?: true

Size: 1007 Bytes

Versions: 1

Compression:

Stored size: 1007 Bytes

Contents

# -*- mode: ruby; coding: utf-8 -*-

require 'rubygems'
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "rdtool"
  gem.homepage = "http://github.com/uwabami/rdtool"
  gem.licenses = ['GPL', 'Ruby']
  gem.summary = %Q{RDtool is formatter for RD.}
  gem.description = %Q{RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax which help you to read document in Ruby script. On the other hand, RD have a feature for class reference.}
  gem.email = "uwabami@gfd-dennou.org"
  gem.authors = ["Youhei SASAKI"]
  gem.has_rdoc = false
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib'
  test.libs << 'test'
  test.pattern = 'test.rb'
  test.verbose = true
end

task :default => :test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdtool-0.6.28 Rakefile