Sha256: 5699f6d8bdc41706d81cbf241dbf5c02ec52a1d076e7604d13bb427a3b9b7b60

Contents?: true

Size: 818 Bytes

Versions: 8

Compression:

Stored size: 818 Bytes

Contents

begin
	require 'jeweler'
	Jeweler::Tasks.new do |gemspec|
		gemspec.name = 'quarto'
		gemspec.summary = 'generates HTML or any other format from XML'
		gemspec.email = 'jarrett@uchicago.edu'
		gemspec.homepage = 'http://github.com/jarrett/quarto'
		gemspec.description = 'Quarto is a Ruby framework for generating collections of documents from XML. It steps in where XSLT just won\'t cut it. ' +
			'Potential applications include web sites and e-books. It\'s built on top of ERB and REXML.'
		gemspec.authors = ['Jarrett Colby']
		gemspec.files = FileList['[A-Z]*', '{bin,lib,test}/**/*']
		gemspec.executables = 'quarto'
		gemspec.add_dependency('activesupport', '~> 2.3.2')
	end
rescue LoadError
	puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jarrett-quarto-1.4.0 Rakefile
jarrett-quarto-1.4.1 Rakefile
jarrett-quarto-1.5.0 Rakefile
jarrett-quarto-1.5.1 Rakefile
jarrett-quarto-1.6.0 Rakefile
jarrett-quarto-1.6.1 Rakefile
jarrett-quarto-1.6.2 Rakefile
jarrett-quarto-1.6.3 Rakefile