tasks/jeweler.rake in radius-ts-1.3.0 vs tasks/jeweler.rake in radius-ts-1.3.1
- old
+ new
@@ -1,16 +1,16 @@
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 = "Radius is a powerful tag-based template language for Ruby inspired by the template languages used in MovableType and TextPattern. It uses tags similar to XML, but can be used to generate any form of plain text (HTML, e-mail, etc...). This is likely the last release before merging back upstream to jlong/radius."
+ 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 (me@johnwlong.com)",
- "David Chelimsky (dchelimsky@gmail.com)",
- "Bryce Kerley (bkerley@brycekerley.net)",
+ "John W. Long <me@johnwlong.com>",
+ "David Chelimsky <dchelimsky@gmail.com>",
+ "Bryce Kerley <bkerley@brycekerley.net>",
"Todd Willey <todd@rubidine.com>"
]
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')