begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "radius-ts" gem.summary = "A tag-based templating language for Ruby. (JRuby Extensions)" gem.description = "This package has reached End-Of-Life. 1.3.0 is the last release, since then, everything has gone directly into the Radius gem." gem.email = "todd@rubidine.com" gem.homepage = "http://github.com/xtoddx/radius-ts" gem.authors = [ "John W. Long ", "David Chelimsky ", "Bryce Kerley ", "Todd Willey " ] gem.files = FileList["[A-Z]*", "{bin,lib,tasks,test}/**/*"].exclude("tmp") gem.extra_rdoc_files = ['README.rdoc', 'QUICKSTART.rdoc', 'LICENSE', 'CHANGELOG'] gem.add_development_dependency('RedCloth') # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end