Sha256: eeb78496fc6e6069f7a24c5eb12a35f176c44ee050b53d208cd1af0665d99415

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

module BootstrapEmail
  module Component
    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

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap-email-1.0.0.alpha2.1 lib/bootstrap-email/components/version_comment.rb
bootstrap-email-1.0.0.alpha2 lib/bootstrap-email/components/version_comment.rb