Sha256: 78ddcff132b13cc04481a693bedf602facf6b156b3b1e434a2acf19158dd672a
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
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 <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') # 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-ts-1.3.1 | tasks/jeweler.rake |