capistrano_mailer 3.2.4 → 3.2.5
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.yml +2 -2
- data/capistrano_mailer.gemspec +3 -3
- data/lib/capistrano/mailer.rb +0 -1
- metadata +18 -9
data/VERSION.yml
CHANGED
data/capistrano_mailer.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{capistrano_mailer}
|
|
8
|
-
s.version = "3.2.
|
|
8
|
+
s.version = "3.2.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Peter Boling", "Dave Nolan"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-04-29}
|
|
13
13
|
s.description = %q{Capistrano Deployment Email Notification. Keep the whole team informed of each release!}
|
|
14
14
|
s.email = ["peter.boling@gmail.com", "dave@textgoeshere.org.uk"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
s.homepage = %q{http://github.com/pboling/capistrano_mailer}
|
|
34
34
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
35
35
|
s.require_paths = ["lib"]
|
|
36
|
-
s.rubygems_version = %q{1.3.
|
|
36
|
+
s.rubygems_version = %q{1.3.6}
|
|
37
37
|
s.summary = %q{Capistrano Deployment Email Notification}
|
|
38
38
|
s.test_files = [
|
|
39
39
|
"test/build_gem_test.rb"
|
data/lib/capistrano/mailer.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_mailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 3
|
|
7
|
+
- 2
|
|
8
|
+
- 5
|
|
9
|
+
version: 3.2.5
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Peter Boling
|
|
@@ -10,19 +15,21 @@ autorequire:
|
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
17
|
|
|
13
|
-
date: 2010-
|
|
18
|
+
date: 2010-04-29 00:00:00 -04:00
|
|
14
19
|
default_executable:
|
|
15
20
|
dependencies:
|
|
16
21
|
- !ruby/object:Gem::Dependency
|
|
17
22
|
name: actionmailer
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
21
25
|
requirements:
|
|
22
26
|
- - ">="
|
|
23
27
|
- !ruby/object:Gem::Version
|
|
28
|
+
segments:
|
|
29
|
+
- 0
|
|
24
30
|
version: "0"
|
|
25
|
-
|
|
31
|
+
type: :runtime
|
|
32
|
+
version_requirements: *id001
|
|
26
33
|
description: Capistrano Deployment Email Notification. Keep the whole team informed of each release!
|
|
27
34
|
email:
|
|
28
35
|
- peter.boling@gmail.com
|
|
@@ -60,18 +67,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
60
67
|
requirements:
|
|
61
68
|
- - ">="
|
|
62
69
|
- !ruby/object:Gem::Version
|
|
70
|
+
segments:
|
|
71
|
+
- 0
|
|
63
72
|
version: "0"
|
|
64
|
-
version:
|
|
65
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
74
|
requirements:
|
|
67
75
|
- - ">="
|
|
68
76
|
- !ruby/object:Gem::Version
|
|
77
|
+
segments:
|
|
78
|
+
- 0
|
|
69
79
|
version: "0"
|
|
70
|
-
version:
|
|
71
80
|
requirements: []
|
|
72
81
|
|
|
73
82
|
rubyforge_project:
|
|
74
|
-
rubygems_version: 1.3.
|
|
83
|
+
rubygems_version: 1.3.6
|
|
75
84
|
signing_key:
|
|
76
85
|
specification_version: 3
|
|
77
86
|
summary: Capistrano Deployment Email Notification
|