actionview-encoded_mail_to 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/.autotest ADDED
@@ -0,0 +1,8 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'autotest/restart'
4
+
5
+ Autotest.add_hook :initialize do |at|
6
+ at.testlib = 'minitest/autorun'
7
+ at.find_directories = ARGV unless ARGV.empty?
8
+ end
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ script: bundle exec rake test
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.add_dependency 'rails'
14
14
  s.add_development_dependency 'minitest'
15
15
 
16
- s.files = Dir["#{File.dirname(__FILE__)}/**/*"]
17
- s.test_files = s.files.grep(%r{^(test|spec|features)/})
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
18
  s.require_paths = ["lib"]
19
19
  end
@@ -1,5 +1,5 @@
1
1
  module ActionView
2
2
  module EncodedMailTo
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &70108798011700 !ruby/object:Gem::Requirement
16
+ requirement: &70168844188340 !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: *70108798011700
24
+ version_requirements: *70168844188340
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: minitest
27
- requirement: &70108798009140 !ruby/object:Gem::Requirement
27
+ requirement: &70168844210420 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,24 +32,25 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70108798009140
35
+ version_requirements: *70168844210420
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: []
39
39
  extensions: []
40
40
  extra_rdoc_files: []
41
41
  files:
42
- - /Users/reednj/code/rails/actionview-encoded_mail_to/actionview-encoded_mail_to.gemspec
43
- - /Users/reednj/code/rails/actionview-encoded_mail_to/Gemfile
44
- - /Users/reednj/code/rails/actionview-encoded_mail_to/Gemfile.lock
45
- - /Users/reednj/code/rails/actionview-encoded_mail_to/lib/action_view/encoded_mail_to/mail_to_with_encoding.rb
46
- - /Users/reednj/code/rails/actionview-encoded_mail_to/lib/action_view/encoded_mail_to/version.rb
47
- - /Users/reednj/code/rails/actionview-encoded_mail_to/lib/actionview-encoded_mail_to.rb
48
- - /Users/reednj/code/rails/actionview-encoded_mail_to/LICENSE.txt
49
- - /Users/reednj/code/rails/actionview-encoded_mail_to/pkg/actionview-encoded_mail_to-1.0.0.gem
50
- - /Users/reednj/code/rails/actionview-encoded_mail_to/Rakefile
51
- - /Users/reednj/code/rails/actionview-encoded_mail_to/README.md
52
- - /Users/reednj/code/rails/actionview-encoded_mail_to/test/test_actionview-encoded_mail_to.rb
42
+ - .autotest
43
+ - .gitignore
44
+ - .travis.yml
45
+ - Gemfile
46
+ - LICENSE.txt
47
+ - README.md
48
+ - Rakefile
49
+ - actionview-encoded_mail_to.gemspec
50
+ - lib/action_view/encoded_mail_to/mail_to_with_encoding.rb
51
+ - lib/action_view/encoded_mail_to/version.rb
52
+ - lib/actionview-encoded_mail_to.rb
53
+ - test/test_actionview-encoded_mail_to.rb
53
54
  homepage: https://github.com/reednj77/actionview-encoded_mail_to
54
55
  licenses: []
55
56
  post_install_message:
@@ -64,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
65
  version: '0'
65
66
  segments:
66
67
  - 0
67
- hash: -1136833040237664497
68
+ hash: 2127869117539728454
68
69
  required_rubygems_version: !ruby/object:Gem::Requirement
69
70
  none: false
70
71
  requirements:
@@ -73,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  version: '0'
74
75
  segments:
75
76
  - 0
76
- hash: -1136833040237664497
77
+ hash: 2127869117539728454
77
78
  requirements: []
78
79
  rubyforge_project:
79
80
  rubygems_version: 1.8.10
@@ -81,4 +82,5 @@ signing_key:
81
82
  specification_version: 3
82
83
  summary: Deprecated support for email address obfuscation within the mail_to helper
83
84
  method.
84
- test_files: []
85
+ test_files:
86
+ - test/test_actionview-encoded_mail_to.rb
@@ -1,94 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- actionview-encoded_mail_to (1.0.0)
5
- rails
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (3.2.9)
11
- actionpack (= 3.2.9)
12
- mail (~> 2.4.4)
13
- actionpack (3.2.9)
14
- activemodel (= 3.2.9)
15
- activesupport (= 3.2.9)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.0)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.9)
24
- activesupport (= 3.2.9)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.9)
27
- activemodel (= 3.2.9)
28
- activesupport (= 3.2.9)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.9)
32
- activemodel (= 3.2.9)
33
- activesupport (= 3.2.9)
34
- activesupport (3.2.9)
35
- i18n (~> 0.6)
36
- multi_json (~> 1.0)
37
- arel (3.0.2)
38
- builder (3.0.4)
39
- erubis (2.7.0)
40
- hike (1.2.1)
41
- i18n (0.6.1)
42
- journey (1.0.4)
43
- json (1.7.5)
44
- mail (2.4.4)
45
- i18n (>= 0.4.0)
46
- mime-types (~> 1.16)
47
- treetop (~> 1.4.8)
48
- mime-types (1.19)
49
- minitest (4.3.3)
50
- multi_json (1.5.0)
51
- polyglot (0.3.3)
52
- rack (1.4.1)
53
- rack-cache (1.2)
54
- rack (>= 0.4)
55
- rack-ssl (1.3.2)
56
- rack
57
- rack-test (0.6.2)
58
- rack (>= 1.0)
59
- rails (3.2.9)
60
- actionmailer (= 3.2.9)
61
- actionpack (= 3.2.9)
62
- activerecord (= 3.2.9)
63
- activeresource (= 3.2.9)
64
- activesupport (= 3.2.9)
65
- bundler (~> 1.0)
66
- railties (= 3.2.9)
67
- railties (3.2.9)
68
- actionpack (= 3.2.9)
69
- activesupport (= 3.2.9)
70
- rack-ssl (~> 1.3.2)
71
- rake (>= 0.8.7)
72
- rdoc (~> 3.4)
73
- thor (>= 0.14.6, < 2.0)
74
- rake (10.0.2)
75
- rdoc (3.12)
76
- json (~> 1.4)
77
- sprockets (2.2.2)
78
- hike (~> 1.2)
79
- multi_json (~> 1.0)
80
- rack (~> 1.0)
81
- tilt (~> 1.1, != 1.3.0)
82
- thor (0.16.0)
83
- tilt (1.3.3)
84
- treetop (1.4.12)
85
- polyglot
86
- polyglot (>= 0.3.1)
87
- tzinfo (0.3.35)
88
-
89
- PLATFORMS
90
- ruby
91
-
92
- DEPENDENCIES
93
- actionview-encoded_mail_to!
94
- minitest