Sha256: db07a64b4605f76d0853f2e1b74518364d1f3104970d71922f5d1db90ffeb152

Contents?: true

Size: 334 Bytes

Versions: 11

Compression:

Stored size: 334 Bytes

Contents

module BootstrapEmail
  module Converter
    class VersionComment < Base
      def build
        doc.at_css('head').prepend_child(bootstrap_email_comment)
      end

      private

      def bootstrap_email_comment
        "\n    <!-- Compiled with Bootstrap Email version: #{BootstrapEmail::VERSION} -->"
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bootstrap-email-1.1.4 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.1.3 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.1.2 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.1.1 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.1.0 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.0.2 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.0.1 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.0.0 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.0.0.alpha4 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.0.0.alpha3.1 lib/bootstrap-email/converters/version_comment.rb
bootstrap-email-1.0.0.alpha3 lib/bootstrap-email/converters/version_comment.rb