Sha256: 9a8cf4512e11d15825cf2d3dcf51ac567fc67b1fd15e331a2ba12e11caad346b

Contents?: true

Size: 983 Bytes

Versions: 1

Compression:

Stored size: 983 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.license = ['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"]
  # 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.23 Rakefile