html-griddler 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- module Griddler
1
+ module HtmlGriddler
2
2
  @@configuration = nil
3
3
 
4
4
  def self.configure
@@ -1,6 +1,6 @@
1
1
  require 'htmlentities'
2
2
 
3
- class Griddler::Email
3
+ class HtmlGriddler::Email
4
4
  include ActionView::Helpers::SanitizeHelper
5
5
  attr_reader :to, :from, :body, :raw_body, :subject, :attachments, :spam_score, :spam_report, :spf, :dkim
6
6
 
@@ -1,4 +1,4 @@
1
- module Griddler
1
+ module HtmlGriddler
2
2
  class Engine < ::Rails::Engine
3
3
  end
4
4
  end
@@ -1,4 +1,4 @@
1
- module Griddler
1
+ module HtmlGriddler
2
2
  class Error < StandardError
3
3
  end
4
4
 
@@ -1,3 +1,3 @@
1
1
  module HtmlGriddler
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: html-griddler
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.6
5
+ version: 0.1.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Powell - forker :)