radiant-mailer-extension 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/VERSION +1 -1
- data/lib/mailer_tags.rb +0 -1
- data/radiant-mailer-extension.gemspec +4 -4
- metadata +11 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2
|
data/lib/mailer_tags.rb
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{radiant-mailer-extension}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nathaniel Talbott", "Sean Cribbs", "Matt McCray"]
|
|
12
|
-
s.date = %q{2010-04
|
|
12
|
+
s.date = %q{2010-08-04}
|
|
13
13
|
s.description = %q{An extension for Radiant CMS that allows you to create 'contact us' and other mail-bound forms.}
|
|
14
14
|
s.email = %q{radiant@radiantcms.org}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|
|
43
43
|
s.homepage = %q{http://github.com/radiant/radiant-mailer-extension}
|
|
44
44
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
45
45
|
s.require_paths = ["lib"]
|
|
46
|
-
s.rubygems_version = %q{1.3.
|
|
46
|
+
s.rubygems_version = %q{1.3.7}
|
|
47
47
|
s.summary = %q{Enables form mail on a page.}
|
|
48
48
|
s.test_files = [
|
|
49
49
|
"spec/controllers/mail_controller_spec.rb",
|
|
@@ -59,7 +59,7 @@ Gem::Specification.new do |s|
|
|
|
59
59
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
60
60
|
s.specification_version = 3
|
|
61
61
|
|
|
62
|
-
if Gem::Version.new(Gem::
|
|
62
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
63
63
|
s.add_development_dependency(%q<rspec>, [">= 0"])
|
|
64
64
|
else
|
|
65
65
|
s.add_dependency(%q<rspec>, [">= 0"])
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: radiant-mailer-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 19
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Nathaniel Talbott
|
|
@@ -16,16 +17,18 @@ autorequire:
|
|
|
16
17
|
bindir: bin
|
|
17
18
|
cert_chain: []
|
|
18
19
|
|
|
19
|
-
date: 2010-04
|
|
20
|
+
date: 2010-08-04 00:00:00 -05:00
|
|
20
21
|
default_executable:
|
|
21
22
|
dependencies:
|
|
22
23
|
- !ruby/object:Gem::Dependency
|
|
23
24
|
name: rspec
|
|
24
25
|
prerelease: false
|
|
25
26
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
27
|
+
none: false
|
|
26
28
|
requirements:
|
|
27
29
|
- - ">="
|
|
28
30
|
- !ruby/object:Gem::Version
|
|
31
|
+
hash: 3
|
|
29
32
|
segments:
|
|
30
33
|
- 0
|
|
31
34
|
version: "0"
|
|
@@ -73,23 +76,27 @@ rdoc_options:
|
|
|
73
76
|
require_paths:
|
|
74
77
|
- lib
|
|
75
78
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
79
|
+
none: false
|
|
76
80
|
requirements:
|
|
77
81
|
- - ">="
|
|
78
82
|
- !ruby/object:Gem::Version
|
|
83
|
+
hash: 3
|
|
79
84
|
segments:
|
|
80
85
|
- 0
|
|
81
86
|
version: "0"
|
|
82
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
|
+
none: false
|
|
83
89
|
requirements:
|
|
84
90
|
- - ">="
|
|
85
91
|
- !ruby/object:Gem::Version
|
|
92
|
+
hash: 3
|
|
86
93
|
segments:
|
|
87
94
|
- 0
|
|
88
95
|
version: "0"
|
|
89
96
|
requirements: []
|
|
90
97
|
|
|
91
98
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 1.3.
|
|
99
|
+
rubygems_version: 1.3.7
|
|
93
100
|
signing_key:
|
|
94
101
|
specification_version: 3
|
|
95
102
|
summary: Enables form mail on a page.
|