Sha256: c49bd45202404a6173a8818677f77b358675fcfb6370685600ccf7807418872f

Contents?: true

Size: 529 Bytes

Versions: 6

Compression:

Stored size: 529 Bytes

Contents

# encoding: UTF-8
# require 'action_controller'
# require 'action_view'
require 'nokogiri'
require 'zip'
require_relative 'htmltoword/configuration'

module Htmltoword
  class << self
    def configure
      yield configuration
    end

    def configuration
      @configuration ||= Configuration.new
    end

    alias :config :configuration
  end
end


require_relative 'htmltoword/version'
require_relative 'htmltoword/htmltoword_helper'
require_relative 'htmltoword/document'
require_relative 'htmltoword/action_controller'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
htmltoword-0.5.1 lib/htmltoword.rb
htmltoword-0.5 lib/htmltoword.rb
htmltoword-0.4.4 lib/htmltoword.rb
htmltoword-0.4.2 lib/htmltoword.rb
htmltoword-0.4.1 lib/htmltoword.rb
htmltoword-0.4.0 lib/htmltoword.rb