Sha256: 104fc676eb0399ccee52132e90b635d1aaee392ef4767d1cb3fbe3b34c78087a

Contents?: true

Size: 491 Bytes

Versions: 4

Compression:

Stored size: 491 Bytes

Contents

# latex-notemplate.rb
# @Author:      Andrea Fazzi (andrea.fazzi AT alca.le.it)
# @Website:     http://alca.le.it/
# @License:     GPL (see http://www.gnu.org/licenses/gpl.txt)
# @Created:     04-Dic-2006.
# @Last Change: 04-Dic-2006.
# @Revision:    0.1

require 'deplate/fmt/html'

class Deplate::Formatter::HTMLNoTemplate < Deplate::Formatter::HTML
  self.myname = "html-notemplate"
  self.rx     = /html?(-notemplate)?/i


  def prepare
  end

  def add_package(pkg, *options)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dokkit-0.1.0 lib/dokkit/deplate/fmt/html-notemplate.rb
dokkit-0.1.1 lib/dokkit/deplate/fmt/html-notemplate.rb
dokkit-0.2.0 lib/dokkit/deplate/fmt/html-notemplate.rb
dokkit-0.3.0 lib/dokkit/deplate/fmt/html-notemplate.rb