mail-madmimi 0.0.4 → 0.0.5

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 53fc6a74c3d36c33f3bf8bf98ceabe3843daa2f6
4
+ data.tar.gz: bc24a09c5c9b485f26d686dc5a59514876588c29
5
+ SHA512:
6
+ metadata.gz: e28c25cb1dfff2a56adc132ce0fefab715fd7c0d5b221b64226ee92fb36ceeec4461b0c802ababfec688543a0d5a5298712485cf39ff80c81fbd73f282d94588
7
+ data.tar.gz: d5cf2967d4d322d20b29a7771f46c05a67cf99b8d1443638e9241c7f9228af36ca2cbfac65892dc5f04fd9dadee91f5792749b7c8d73e8092c2d968f4e660662
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mail-madmimi (0.0.4)
4
+ mail-madmimi (0.0.5)
5
5
  actionmailer (>= 4.0.0)
6
6
  httparty (~> 0.13.2)
7
7
  mail (>= 2.5.4)
@@ -9,24 +9,33 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- actionmailer (4.1.8)
13
- actionpack (= 4.1.8)
14
- actionview (= 4.1.8)
12
+ actionmailer (4.2.2)
13
+ actionpack (= 4.2.2)
14
+ actionview (= 4.2.2)
15
+ activejob (= 4.2.2)
15
16
  mail (~> 2.5, >= 2.5.4)
16
- actionpack (4.1.8)
17
- actionview (= 4.1.8)
18
- activesupport (= 4.1.8)
19
- rack (~> 1.5.2)
17
+ rails-dom-testing (~> 1.0, >= 1.0.5)
18
+ actionpack (4.2.2)
19
+ actionview (= 4.2.2)
20
+ activesupport (= 4.2.2)
21
+ rack (~> 1.6)
20
22
  rack-test (~> 0.6.2)
21
- actionview (4.1.8)
22
- activesupport (= 4.1.8)
23
+ rails-dom-testing (~> 1.0, >= 1.0.5)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
25
+ actionview (4.2.2)
26
+ activesupport (= 4.2.2)
23
27
  builder (~> 3.1)
24
28
  erubis (~> 2.7.0)
25
- activesupport (4.1.8)
26
- i18n (~> 0.6, >= 0.6.9)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
31
+ activejob (4.2.2)
32
+ activesupport (= 4.2.2)
33
+ globalid (>= 0.3.0)
34
+ activesupport (4.2.2)
35
+ i18n (~> 0.7)
27
36
  json (~> 1.7, >= 1.7.7)
28
37
  minitest (~> 5.1)
29
- thread_safe (~> 0.1)
38
+ thread_safe (~> 0.3, >= 0.3.4)
30
39
  tzinfo (~> 1.1)
31
40
  ast (2.0.0)
32
41
  astrolabe (1.3.0)
@@ -34,23 +43,37 @@ GEM
34
43
  builder (3.2.2)
35
44
  diff-lcs (1.2.5)
36
45
  erubis (2.7.0)
37
- httparty (0.13.3)
46
+ globalid (0.3.5)
47
+ activesupport (>= 4.1.0)
48
+ httparty (0.13.5)
38
49
  json (~> 1.8)
39
50
  multi_xml (>= 0.5.2)
40
- i18n (0.6.11)
41
- json (1.8.1)
51
+ i18n (0.7.0)
52
+ json (1.8.3)
53
+ loofah (2.0.2)
54
+ nokogiri (>= 1.5.9)
42
55
  mail (2.6.3)
43
56
  mime-types (>= 1.16, < 3)
44
- mime-types (2.4.3)
45
- minitest (5.4.3)
57
+ mime-types (2.6.1)
58
+ mini_portile (0.6.2)
59
+ minitest (5.7.0)
46
60
  multi_xml (0.5.5)
47
- parser (2.2.0.pre.8)
61
+ nokogiri (1.6.6.2)
62
+ mini_portile (~> 0.6.0)
63
+ parser (2.3.0.pre.2)
48
64
  ast (>= 1.1, < 3.0)
49
- slop (~> 3.4, >= 3.4.5)
50
65
  powerpack (0.0.9)
51
- rack (1.5.2)
52
- rack-test (0.6.2)
66
+ rack (1.6.4)
67
+ rack-test (0.6.3)
53
68
  rack (>= 1.0)
69
+ rails-deprecated_sanitizer (1.0.3)
70
+ activesupport (>= 4.2.0.alpha)
71
+ rails-dom-testing (1.0.6)
72
+ activesupport (>= 4.2.0.beta, < 5.0)
73
+ nokogiri (~> 1.6.0)
74
+ rails-deprecated_sanitizer (>= 1.0.1)
75
+ rails-html-sanitizer (1.0.2)
76
+ loofah (~> 2.0)
54
77
  rainbow (2.0.0)
55
78
  rspec (3.1.0)
56
79
  rspec-core (~> 3.1.0)
@@ -70,9 +93,8 @@ GEM
70
93
  powerpack (~> 0.0.6)
71
94
  rainbow (>= 1.99.1, < 3.0)
72
95
  ruby-progressbar (~> 1.4)
73
- ruby-progressbar (1.7.0)
74
- slop (3.6.0)
75
- thread_safe (0.3.4)
96
+ ruby-progressbar (1.7.5)
97
+ thread_safe (0.3.5)
76
98
  tzinfo (1.2.2)
77
99
  thread_safe (~> 0.1)
78
100
 
@@ -1,5 +1,5 @@
1
1
  module Mail
2
2
  module Madmimi
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ describe Mail::Madmimi, "ActionMailer integration process" do
16
16
  end
17
17
 
18
18
  it "Madmimi::Sender instance receives the mail to send after delivering it" do
19
- allow_any_instance_of(Mail::Madmimi::Sender).to receive(:deliver!).with(email)
20
- email.deliver
19
+ expect_any_instance_of(Mail::Madmimi::Sender).to receive(:deliver!).with(email)
20
+ email.deliver_now
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,94 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail-madmimi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Guilherme Otranto
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-11-21 00:00:00.000000000 Z
11
+ date: 2015-06-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: httparty
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.13.2
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.13.2
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: mail
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: 2.5.4
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: 2.5.4
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: actionmailer
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: 4.0.0
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - ">="
60
53
  - !ruby/object:Gem::Version
61
54
  version: 4.0.0
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rspec
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ~>
59
+ - - "~>"
68
60
  - !ruby/object:Gem::Version
69
61
  version: 3.1.0
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ~>
66
+ - - "~>"
76
67
  - !ruby/object:Gem::Version
77
68
  version: 3.1.0
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: rubocop
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ~>
73
+ - - "~>"
84
74
  - !ruby/object:Gem::Version
85
75
  version: 0.27.0
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ~>
80
+ - - "~>"
92
81
  - !ruby/object:Gem::Version
93
82
  version: 0.27.0
94
83
  description: ActionMailer send method for madmimi api
@@ -98,12 +87,12 @@ executables: []
98
87
  extensions: []
99
88
  extra_rdoc_files: []
100
89
  files:
101
- - .arcconfig
102
- - .arclint
103
- - .gitignore
104
- - .gitmodules
105
- - .rubocop.yml
106
- - .travis.yml
90
+ - ".arcconfig"
91
+ - ".arclint"
92
+ - ".gitignore"
93
+ - ".gitmodules"
94
+ - ".rubocop.yml"
95
+ - ".travis.yml"
107
96
  - Gemfile
108
97
  - Gemfile.lock
109
98
  - LICENSE
@@ -117,29 +106,25 @@ files:
117
106
  - spec/spec_helper.rb
118
107
  homepage: https://github.com/tagview/mail-madmimi
119
108
  licenses: []
109
+ metadata: {}
120
110
  post_install_message:
121
111
  rdoc_options: []
122
112
  require_paths:
123
113
  - lib
124
114
  required_ruby_version: !ruby/object:Gem::Requirement
125
- none: false
126
115
  requirements:
127
- - - ! '>='
116
+ - - ">="
128
117
  - !ruby/object:Gem::Version
129
118
  version: 1.9.3
130
119
  required_rubygems_version: !ruby/object:Gem::Requirement
131
- none: false
132
120
  requirements:
133
- - - ! '>='
121
+ - - ">="
134
122
  - !ruby/object:Gem::Version
135
123
  version: '0'
136
124
  requirements: []
137
125
  rubyforge_project:
138
- rubygems_version: 1.8.23
126
+ rubygems_version: 2.4.5
139
127
  signing_key:
140
- specification_version: 3
128
+ specification_version: 4
141
129
  summary: A Mad Mimi Mail delivery for ActionMailer, Rails 4.
142
- test_files:
143
- - spec/mail/madmimi/sender_spec.rb
144
- - spec/mail/madmimi_spec.rb
145
- - spec/spec_helper.rb
130
+ test_files: []