actionview-encoded_mail_to 1.0.1 → 1.0.2
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.
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/actionview-encoded_mail_to.gemspec +1 -1
- data/lib/action_view/encoded_mail_to/version.rb +1 -1
- metadata +9 -9
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# actionview-encoded_mail_to
|
|
2
|
-
[](http://travis-ci.org/reed/actionview-encoded_mail_to)
|
|
3
3
|
|
|
4
4
|
Deprecated support for email address obfuscation within the **mail_to** helper method. Restores the options `:encode`, `:replace_at`, and `:replace_dot`, which were removed from Rails in version 4.0.
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.email = 'reednj77@gmail.com'
|
|
9
9
|
s.description = %q{Rails mail_to helper with encoding (removed from core in Rails 4.0)}
|
|
10
10
|
s.summary = %q{Deprecated support for email address obfuscation within the mail_to helper method.}
|
|
11
|
-
s.homepage = 'https://github.com/
|
|
11
|
+
s.homepage = 'https://github.com/reed/actionview-encoded_mail_to'
|
|
12
12
|
|
|
13
13
|
s.add_dependency 'rails'
|
|
14
14
|
s.add_development_dependency 'minitest'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionview-encoded_mail_to
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-02-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70170398826160 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70170398826160
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: minitest
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70170398825440 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70170398825440
|
|
36
36
|
description: Rails mail_to helper with encoding (removed from core in Rails 4.0)
|
|
37
37
|
email: reednj77@gmail.com
|
|
38
38
|
executables: []
|
|
@@ -51,7 +51,7 @@ files:
|
|
|
51
51
|
- lib/action_view/encoded_mail_to/version.rb
|
|
52
52
|
- lib/actionview-encoded_mail_to.rb
|
|
53
53
|
- test/test_actionview-encoded_mail_to.rb
|
|
54
|
-
homepage: https://github.com/
|
|
54
|
+
homepage: https://github.com/reed/actionview-encoded_mail_to
|
|
55
55
|
licenses: []
|
|
56
56
|
post_install_message:
|
|
57
57
|
rdoc_options: []
|
|
@@ -65,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
65
65
|
version: '0'
|
|
66
66
|
segments:
|
|
67
67
|
- 0
|
|
68
|
-
hash:
|
|
68
|
+
hash: 4472424837606369379
|
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
none: false
|
|
71
71
|
requirements:
|
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
version: '0'
|
|
75
75
|
segments:
|
|
76
76
|
- 0
|
|
77
|
-
hash:
|
|
77
|
+
hash: 4472424837606369379
|
|
78
78
|
requirements: []
|
|
79
79
|
rubyforge_project:
|
|
80
80
|
rubygems_version: 1.8.10
|