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 +4 -4
- data/Gemfile.lock +32 -34
- data/README.md +1 -1
- data/lib/actionmailer-textgiri/text.rb +1 -1
- data/lib/actionmailer-textgiri/version.rb +1 -1
- data/pkg/actionmailer-textgiri-0.2.gem +0 -0
- metadata +2 -2
- data/pkg/actionmailer-textgiri-0.1.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4b7605b9467f015165378586727ddbe05f61e4c
|
4
|
+
data.tar.gz: d0b00b696204adf791d2e4687228b46bf82ece2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b2da828c45452de05eda28de71bb1a58a51f5a01e108b1a2f5f4cde6ce3f6186c1ee7ce635c34fe7a7e613adceda1564a35306424f4310905c5bbb6c97c46a
|
7
|
+
data.tar.gz: d9e7b3b39a78e58cfa882b9547621884f3cbcd528f31ea591a8900bf320f4a189a49ec36f695bbde25237d103f483078432e1551e3145111366a03f3847e1224
|
data/Gemfile.lock
CHANGED
@@ -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 (
|
12
|
-
actionpack (=
|
13
|
-
actionview (=
|
14
|
-
activejob (=
|
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 (~>
|
17
|
-
actionpack (
|
18
|
-
actionview (=
|
19
|
-
activesupport (=
|
20
|
-
rack (~>
|
21
|
-
rack-test (~> 0.6.
|
22
|
-
rails-dom-testing (~>
|
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 (
|
25
|
-
activesupport (=
|
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 (~>
|
28
|
+
rails-dom-testing (~> 2.0)
|
29
29
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
30
|
-
activejob (
|
31
|
-
activesupport (=
|
32
|
-
globalid (>= 0.3.
|
33
|
-
activesupport (
|
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.
|
55
|
+
mime-types (3.1)
|
57
56
|
mime-types-data (~> 3.2015)
|
58
|
-
mime-types-data (3.2016.
|
59
|
-
mini_portile2 (2.
|
60
|
-
minitest (5.
|
61
|
-
nokogiri (1.6.
|
62
|
-
mini_portile2 (~> 2.
|
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 (
|
67
|
+
rack (2.0.1)
|
67
68
|
rack-test (0.6.3)
|
68
69
|
rack (>= 1.0)
|
69
|
-
rails-
|
70
|
-
activesupport (>= 4.2.0.
|
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
Binary file
|
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:
|
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.
|
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
|
Binary file
|