actionmailer-textgiri 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00553d141204ed223e3667587ecbe791d6d9f594
4
- data.tar.gz: f68b5677f32bc904a522c7626230c1c909ec46fe
3
+ metadata.gz: f4b7605b9467f015165378586727ddbe05f61e4c
4
+ data.tar.gz: d0b00b696204adf791d2e4687228b46bf82ece2e
5
5
  SHA512:
6
- metadata.gz: 7d9c66167c8e895c2b0412c559571b1ed9d78ac1f46e73577fc259082e4eecfb73ae1bdeb3ea1837128f9e83b7081e7431652f060e491b159d7a5add10884d55
7
- data.tar.gz: 0bb7be25b7b7e4cb86de6e7a87e29f1c3da8aa58934c1595e02231a9a377ca3668c2b68351dd7ae3a3753252eced0d7773e1011205a7e31080d015685d5a4a32
6
+ metadata.gz: 19b2da828c45452de05eda28de71bb1a58a51f5a01e108b1a2f5f4cde6ce3f6186c1ee7ce635c34fe7a7e613adceda1564a35306424f4310905c5bbb6c97c46a
7
+ data.tar.gz: d9e7b3b39a78e58cfa882b9547621884f3cbcd528f31ea591a8900bf320f4a189a49ec36f695bbde25237d103f483078432e1551e3145111366a03f3847e1224
@@ -1,45 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- actionmailer-textgiri (0.2)
4
+ actionmailer-textgiri (0.2.1)
5
5
  actionmailer
6
6
  htmlentities
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.6)
12
- actionpack (= 4.2.6)
13
- actionview (= 4.2.6)
14
- activejob (= 4.2.6)
11
+ actionmailer (5.0.0)
12
+ actionpack (= 5.0.0)
13
+ actionview (= 5.0.0)
14
+ activejob (= 5.0.0)
15
15
  mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.6)
18
- actionview (= 4.2.6)
19
- activesupport (= 4.2.6)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ rails-dom-testing (~> 2.0)
17
+ actionpack (5.0.0)
18
+ actionview (= 5.0.0)
19
+ activesupport (= 5.0.0)
20
+ rack (~> 2.0)
21
+ rack-test (~> 0.6.3)
22
+ rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.6)
25
- activesupport (= 4.2.6)
24
+ actionview (5.0.0)
25
+ activesupport (= 5.0.0)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ rails-dom-testing (~> 2.0)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.6)
31
- activesupport (= 4.2.6)
32
- globalid (>= 0.3.0)
33
- activesupport (4.2.6)
30
+ activejob (5.0.0)
31
+ activesupport (= 5.0.0)
32
+ globalid (>= 0.3.6)
33
+ activesupport (5.0.0)
34
+ concurrent-ruby (~> 1.0, >= 1.0.2)
34
35
  i18n (~> 0.7)
35
- json (~> 1.7, >= 1.7.7)
36
36
  minitest (~> 5.1)
37
- thread_safe (~> 0.3, >= 0.3.4)
38
37
  tzinfo (~> 1.1)
39
38
  ast (2.2.0)
40
39
  astrolabe (1.3.1)
41
40
  parser (~> 2.2)
42
41
  builder (3.2.2)
42
+ concurrent-ruby (1.0.2)
43
43
  diff-lcs (1.2.5)
44
44
  email-example-spec (0.1.0)
45
45
  actionmailer
@@ -48,30 +48,28 @@ GEM
48
48
  activesupport (>= 4.1.0)
49
49
  htmlentities (4.3.4)
50
50
  i18n (0.7.0)
51
- json (1.8.3)
52
51
  loofah (2.0.3)
53
52
  nokogiri (>= 1.5.9)
54
53
  mail (2.6.4)
55
54
  mime-types (>= 1.16, < 4)
56
- mime-types (3.0)
55
+ mime-types (3.1)
57
56
  mime-types-data (~> 3.2015)
58
- mime-types-data (3.2016.0221)
59
- mini_portile2 (2.0.0)
60
- minitest (5.8.4)
61
- nokogiri (1.6.7.2)
62
- mini_portile2 (~> 2.0.0.rc2)
57
+ mime-types-data (3.2016.0521)
58
+ mini_portile2 (2.1.0)
59
+ minitest (5.9.0)
60
+ nokogiri (1.6.8)
61
+ mini_portile2 (~> 2.1.0)
62
+ pkg-config (~> 1.1.7)
63
63
  parser (2.3.1.0)
64
64
  ast (~> 2.2)
65
+ pkg-config (1.1.7)
65
66
  powerpack (0.1.1)
66
- rack (1.6.4)
67
+ rack (2.0.1)
67
68
  rack-test (0.6.3)
68
69
  rack (>= 1.0)
69
- rails-deprecated_sanitizer (1.0.3)
70
- activesupport (>= 4.2.0.alpha)
71
- rails-dom-testing (1.0.7)
72
- activesupport (>= 4.2.0.beta, < 5.0)
70
+ rails-dom-testing (2.0.1)
71
+ activesupport (>= 4.2.0, < 6.0)
73
72
  nokogiri (~> 1.6.0)
74
- rails-deprecated_sanitizer (>= 1.0.1)
75
73
  rails-html-sanitizer (1.0.3)
76
74
  loofah (~> 2.0)
77
75
  rainbow (2.1.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ gem 'actionmailer-textgiri'
15
15
 
16
16
  ```ruby
17
17
  class WelcomeMailer < ActionMailer::Base
18
- include ActionMailer::Text
18
+ include ActionMailer::Textgiri
19
19
 
20
20
  default from: 'welcome@example.org'
21
21
 
@@ -2,7 +2,7 @@ module ActionMailer
2
2
  module Textgiri
3
3
  def self.included(klass)
4
4
  klass.class_eval do
5
- include ActionMailer::Text::HtmlToPlainText
5
+ include ActionMailer::Textgiri::HtmlToPlainText
6
6
  end
7
7
  end
8
8
 
@@ -1,5 +1,5 @@
1
1
  module ActionMailer
2
2
  module Textgiri
3
- VERSION = '0.2'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer-textgiri
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Doubrovkine
@@ -59,7 +59,7 @@ files:
59
59
  - lib/actionmailer-textgiri/text.rb
60
60
  - lib/actionmailer-textgiri/version.rb
61
61
  - lib/actionmailer_textgiri.rb
62
- - pkg/actionmailer-textgiri-0.1.2.gem
62
+ - pkg/actionmailer-textgiri-0.2.gem
63
63
  - spec/actionmailer-text/html_to_plain_text_spec.rb
64
64
  - spec/actionmailer-text/multipart_spec.rb
65
65
  - spec/actionmailer-text/version_spec.rb