html_email_creator 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- html_email_creator (0.0.1)
4
+ html_email_creator (1.0.16)
5
5
  commander (>= 4.0.6)
6
6
  inline-style (>= 0.5.0)
7
7
  kramdown (>= 0.13.3)
@@ -17,15 +17,15 @@ GEM
17
17
  css_parser (1.2.5)
18
18
  addressable
19
19
  diff-lcs (1.1.3)
20
- facets (2.9.2)
21
- ffi (1.0.10)
20
+ facets (2.9.3)
21
+ ffi (1.0.11)
22
22
  highline (1.5.2)
23
23
  inline-style (0.5.0)
24
24
  css_parser
25
25
  facets
26
26
  maca-fork-csspool
27
27
  nokogiri
28
- kramdown (0.13.3)
28
+ kramdown (0.13.4)
29
29
  liquid (2.3.0)
30
30
  maca-fork-csspool (2.0.2)
31
31
  ffi
@@ -1,5 +1,3 @@
1
- require 'YAML'
2
-
3
1
  module HtmlEmailCreator
4
2
  class Settings
5
3
 
@@ -1,3 +1,3 @@
1
1
  module HtmlEmailCreator
2
- VERSION = "1.0.15" unless defined?(::HtmlEmailCreator::VERSION)
2
+ VERSION = "1.0.16" 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
- - 15
9
- version: 1.0.15
8
+ - 16
9
+ version: 1.0.16
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pekka Mattila
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-01-07 00:00:00 +02:00
17
+ date: 2012-01-08 00:00:00 +02:00
18
18
  default_executable: html_email_creator
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency