padrino-mailer 0.12.6 → 0.12.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +6 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0f5f4a67342af3249a7055b918ae3ab8fbcfa00
|
4
|
+
data.tar.gz: d30591a0f5164b4a101d8e3443dd4c114005b21b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70c21ac242ee483c46e94a8e5391e3260d496a185bf41265e23e05cbe2dbcb48453c1295b3c5c60289cb33195a55b9c7dd446830f924ab5349d43746bd7ad120
|
7
|
+
data.tar.gz: 1c3d634d53967b8dc07be619dc410c69226a74c940f0b469d6f6f13e6006f258a6681156b2574b7b63dcedbc2e1524ca1854523a6685cc48b60a0b8b8c21d7de
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: padrino-mailer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Padrino Team
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-05-
|
14
|
+
date: 2016-05-25 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: padrino-core
|
@@ -19,14 +19,14 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - '='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 0.12.
|
22
|
+
version: 0.12.7
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.12.
|
29
|
+
version: 0.12.7
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: mime-types
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -121,35 +121,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: 1.3.6
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project: padrino-mailer
|
124
|
-
rubygems_version: 2.
|
124
|
+
rubygems_version: 2.5.1
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: Mailer system for padrino
|
128
|
-
test_files:
|
129
|
-
- test/fixtures/basic.erb
|
130
|
-
- test/fixtures/layout.erb
|
131
|
-
- test/fixtures/padrino_app/app.rb
|
132
|
-
- test/fixtures/padrino_app/views/mailers/demo/sample_mail.erb
|
133
|
-
- test/fixtures/padrino_app/views/mailers/sample/anniversary.erb
|
134
|
-
- test/fixtures/padrino_app/views/mailers/sample/birthday.erb
|
135
|
-
- test/fixtures/padrino_app/views/mailers/sample/foo_message.erb
|
136
|
-
- test/fixtures/padrino_app/views/mailers/sample/helper_message.erb
|
137
|
-
- test/fixtures/sinatra_app/app.rb
|
138
|
-
- test/fixtures/sinatra_app/views/mailers/demo/sample_mail.erb
|
139
|
-
- test/fixtures/sinatra_app/views/mailers/sample/anniversary.erb
|
140
|
-
- test/fixtures/sinatra_app/views/mailers/sample/birthday.erb
|
141
|
-
- test/fixtures/sinatra_app/views/mailers/sample/foo_message.erb
|
142
|
-
- test/fixtures/views/mailers/alternate/foo.erb
|
143
|
-
- test/fixtures/views/mailers/bar.erb
|
144
|
-
- test/fixtures/views/mailers/i18n/hello.en.erb
|
145
|
-
- test/fixtures/views/mailers/i18n/hello.it.erb
|
146
|
-
- test/fixtures/views/mailers/layouts/sample.erb
|
147
|
-
- test/fixtures/views/mailers/multipart/basic.html.erb
|
148
|
-
- test/fixtures/views/mailers/multipart/basic.plain.erb
|
149
|
-
- test/fixtures/views/mailers/sample/foo.erb
|
150
|
-
- test/helper.rb
|
151
|
-
- test/test_email.rb
|
152
|
-
- test/test_message.rb
|
153
|
-
- test/test_padrino_mailer.rb
|
154
|
-
- test/test_part.rb
|
128
|
+
test_files: []
|
155
129
|
has_rdoc:
|