mail-madmimi 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mail-madmimi (0.0.3)
4
+ mail-madmimi (0.0.4)
5
5
  actionmailer (>= 4.0.0)
6
6
  httparty (~> 0.13.2)
7
7
  mail (>= 2.5.4)
@@ -9,20 +9,20 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- actionmailer (4.1.7)
13
- actionpack (= 4.1.7)
14
- actionview (= 4.1.7)
12
+ actionmailer (4.1.8)
13
+ actionpack (= 4.1.8)
14
+ actionview (= 4.1.8)
15
15
  mail (~> 2.5, >= 2.5.4)
16
- actionpack (4.1.7)
17
- actionview (= 4.1.7)
18
- activesupport (= 4.1.7)
16
+ actionpack (4.1.8)
17
+ actionview (= 4.1.8)
18
+ activesupport (= 4.1.8)
19
19
  rack (~> 1.5.2)
20
20
  rack-test (~> 0.6.2)
21
- actionview (4.1.7)
22
- activesupport (= 4.1.7)
21
+ actionview (4.1.8)
22
+ activesupport (= 4.1.8)
23
23
  builder (~> 3.1)
24
24
  erubis (~> 2.7.0)
25
- activesupport (4.1.7)
25
+ activesupport (4.1.8)
26
26
  i18n (~> 0.6, >= 0.6.9)
27
27
  json (~> 1.7, >= 1.7.7)
28
28
  minitest (~> 5.1)
@@ -34,7 +34,7 @@ GEM
34
34
  builder (3.2.2)
35
35
  diff-lcs (1.2.5)
36
36
  erubis (2.7.0)
37
- httparty (0.13.2)
37
+ httparty (0.13.3)
38
38
  json (~> 1.8)
39
39
  multi_xml (>= 0.5.2)
40
40
  i18n (0.6.11)
@@ -42,9 +42,9 @@ GEM
42
42
  mail (2.6.3)
43
43
  mime-types (>= 1.16, < 3)
44
44
  mime-types (2.4.3)
45
- minitest (5.4.2)
45
+ minitest (5.4.3)
46
46
  multi_xml (0.5.5)
47
- parser (2.2.0.pre.7)
47
+ parser (2.2.0.pre.8)
48
48
  ast (>= 1.1, < 3.0)
49
49
  slop (~> 3.4, >= 3.4.5)
50
50
  powerpack (0.0.9)
@@ -64,13 +64,13 @@ GEM
64
64
  rspec-mocks (3.1.3)
65
65
  rspec-support (~> 3.1.0)
66
66
  rspec-support (3.1.2)
67
- rubocop (0.27.0)
67
+ rubocop (0.27.1)
68
68
  astrolabe (~> 1.3)
69
- parser (>= 2.2.0.pre.6, < 3.0)
69
+ parser (>= 2.2.0.pre.7, < 3.0)
70
70
  powerpack (~> 0.0.6)
71
71
  rainbow (>= 1.99.1, < 3.0)
72
72
  ruby-progressbar (~> 1.4)
73
- ruby-progressbar (1.6.1)
73
+ ruby-progressbar (1.7.0)
74
74
  slop (3.6.0)
75
75
  thread_safe (0.3.4)
76
76
  tzinfo (1.2.2)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  mail-madmimi
2
2
  ==============
3
- [![Build Status](https://travis-ci.org/guilherme-otran/mail-madmimi.png?branch=master)](https://travis-ci.org/guilherme-otran/mail-madmimi)
4
- [![Dependency Status](https://gemnasium.com/guilherme-otran/mail-madmimi.png)](https://gemnasium.com/guilherme-otran/mail-madmimi)
3
+ [![Build Status](https://travis-ci.org/tagview/mail-madmimi.svg?branch=master)](https://travis-ci.org/tagview/mail-madmimi)
4
+ [![Dependency Status](https://gemnasium.com/tagview/mail-madmimi.svg)](https://gemnasium.com/tagview/mail-madmimi)
5
5
 
6
6
  Integration of Mad Mimi with ActionMailer (Tested with Rails 4)
7
7
 
@@ -59,4 +59,4 @@ You must include either the [[tracking_beacon]] or [[peek_image]] macro (they ar
59
59
  You can also include a [[confirmation_link]] macro in the body of the mail. When it is used, the audience member you’re sending to will be suppressed until they click on the confirmation link in the mail.
60
60
 
61
61
  ---
62
- # That's all you need :)
62
+ # That's all you need :)
@@ -1,5 +1,5 @@
1
1
  module Mail
2
2
  module Madmimi
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail-madmimi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-05 00:00:00.000000000 Z
12
+ date: 2014-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty