html_email_creator 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ def require_all(path)
5
5
  end
6
6
  end
7
7
 
8
+ require 'fileutils'
8
9
  require_all 'html_email_creator/tags'
9
10
  require_all 'html_email_creator/formatters'
10
11
 
@@ -1,3 +1,3 @@
1
1
  module HtmlEmailCreator
2
- VERSION = "1.0.6" unless defined?(::HtmlEmailCreator::VERSION)
2
+ VERSION = "1.0.7" unless defined?(::HtmlEmailCreator::VERSION)
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 6
9
- version: 1.0.6
8
+ - 7
9
+ version: 1.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pekka Mattila