Sha256: 6b8172294f9bfcb6f3f0989b1724873635ee5b353e7ebe268e141ad0cd826ba2
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "booky/version" Gem::Specification.new do |s| s.name = "booky" s.version = Booky::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Thomas Fankhauser"] s.email = ["tommylefunk@googlemail.com"] s.homepage = "" s.summary = %q{Create a pdf book from a textile} s.description = %q{Create a full blown book pdf from a textile file using docbook and xsl fo in the background} s.rubyforge_project = "booky" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency "RedCloth", "~> 4.2.8" s.add_dependency "redcloth-formatters-docbook", "~> 0.0.1" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
booky-0.0.2 | booky.gemspec |
booky-0.0.1 | booky.gemspec |