email_preview 0.4.1 → 0.4.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.
Files changed (5) hide show
  1. data/VERSION +1 -1
  2. data/config/routes.rb +1 -1
  3. data/email_preview.gemspec +22 -25
  4. metadata +8 -11
  5. data/.gitignore +0 -21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -1,4 +1,4 @@
1
- Rails.application.routes.draw do |map|
1
+ Rails.application.routes.draw do
2
2
  resources :email_preview, :controller => 'email_preview', :only => [:index, :show] do
3
3
  collection do
4
4
  get :navigation
@@ -1,51 +1,48 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{email_preview}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Ryan Sonnek"]
12
- s.date = %q{2010-09-17}
11
+ s.authors = [%q{Ryan Sonnek}]
12
+ s.date = %q{2011-05-20}
13
13
  s.description = %q{render and send sample html and plain text emails to see what they will *really* look like}
14
14
  s.email = %q{ryan@socialcast.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "app/controllers/email_preview_controller.rb",
27
- "app/views/email_preview/index.html.erb",
28
- "app/views/email_preview/navigation.html.erb",
29
- "app/views/email_preview/show.html.erb",
30
- "config/routes.rb",
31
- "email_preview.gemspec",
32
- "lib/email_preview.rb",
33
- "lib/engine.rb",
34
- "test/helper.rb",
35
- "test/test_email_preview.rb"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "app/controllers/email_preview_controller.rb",
26
+ "app/views/email_preview/index.html.erb",
27
+ "app/views/email_preview/navigation.html.erb",
28
+ "app/views/email_preview/show.html.erb",
29
+ "config/routes.rb",
30
+ "email_preview.gemspec",
31
+ "lib/email_preview.rb",
32
+ "lib/engine.rb",
33
+ "test/helper.rb",
34
+ "test/test_email_preview.rb"
36
35
  ]
37
36
  s.homepage = %q{http://github.com/wireframe/email_preview}
38
- s.rdoc_options = ["--charset=UTF-8"]
39
- s.require_paths = ["lib"]
40
- s.rubygems_version = %q{1.3.7}
37
+ s.require_paths = [%q{lib}]
38
+ s.rubygems_version = %q{1.8.1}
41
39
  s.summary = %q{preview emails within your webbrowser}
42
40
  s.test_files = [
43
41
  "test/helper.rb",
44
- "test/test_email_preview.rb"
42
+ "test/test_email_preview.rb"
45
43
  ]
46
44
 
47
45
  if s.respond_to? :specification_version then
48
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
49
46
  s.specification_version = 3
50
47
 
51
48
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_preview
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
5
- prerelease: false
4
+ hash: 11
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Sonnek
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-17 00:00:00 -05:00
19
- default_executable:
18
+ date: 2011-05-20 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: mail
@@ -59,7 +58,6 @@ extra_rdoc_files:
59
58
  - README.rdoc
60
59
  files:
61
60
  - .document
62
- - .gitignore
63
61
  - LICENSE
64
62
  - README.rdoc
65
63
  - Rakefile
@@ -74,13 +72,12 @@ files:
74
72
  - lib/engine.rb
75
73
  - test/helper.rb
76
74
  - test/test_email_preview.rb
77
- has_rdoc: true
78
75
  homepage: http://github.com/wireframe/email_preview
79
76
  licenses: []
80
77
 
81
78
  post_install_message:
82
- rdoc_options:
83
- - --charset=UTF-8
79
+ rdoc_options: []
80
+
84
81
  require_paths:
85
82
  - lib
86
83
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -104,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
101
  requirements: []
105
102
 
106
103
  rubyforge_project:
107
- rubygems_version: 1.3.7
104
+ rubygems_version: 1.8.1
108
105
  signing_key:
109
106
  specification_version: 3
110
107
  summary: preview emails within your webbrowser
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC