require "rubygems"
Gem::Specification.new do |s|
s.name = "raw"
s.version = "0.50.0"
s.date = Time.now.to_s
s.author = "George K. Moschovitis"
s.summary = "Intuitive Web 2.0 application framework"
s.description = <<-EOS
Raw provides everything you need to develop professional Web
applications using Ruby and Javascript. Raw redefines Rapid
Application Development by providing a clean, yet efficient API
and a layer of domain specific languages implemented on top of
Ruby. Raw is Web 2.0 ready, featuring excellent support for
AJAX, XML, Syndication while staying standards compliant. Raw
is part of the Nitro Mega Framework.
EOS
s.homepage = "http://www.nitroproject.org"
s.files = Dir.glob("{bin,lib,test,doc}/**/*")
s.files.concat %w{README INSTALL CHANGELOG}
s.require_path = "lib"
s.has_rdoc = true
s.add_dependency("glue", "= 0.50.0")
s.add_dependency("RedCloth", ">= 3.0.4")
end
Latest changes
All changes