Narnach-pony 0.3.1 → 0.3.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/Rakefile +1 -2
- metadata +2 -12
data/Rakefile
CHANGED
@@ -29,7 +29,7 @@ require 'rake/clean'
|
|
29
29
|
require 'rake/gempackagetask'
|
30
30
|
require 'fileutils'
|
31
31
|
|
32
|
-
version = "0.3.
|
32
|
+
version = "0.3.2"
|
33
33
|
name = "Narnach-pony"
|
34
34
|
|
35
35
|
spec = Gem::Specification.new do |s|
|
@@ -48,7 +48,6 @@ spec = Gem::Specification.new do |s|
|
|
48
48
|
|
49
49
|
s.require_path = "lib"
|
50
50
|
s.add_dependency( 'tmail', '~> 1.0' )
|
51
|
-
s.add_dependency( 'smtp_tls', '>= 1.0.3')
|
52
51
|
end
|
53
52
|
|
54
53
|
Rake::GemPackageTask.new(spec) do |p|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Narnach-pony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wes Oldenbeuving
|
@@ -22,16 +22,6 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: "1.0"
|
24
24
|
version:
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
name: smtp_tls
|
27
|
-
type: :runtime
|
28
|
-
version_requirement:
|
29
|
-
version_requirements: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ">="
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 1.0.3
|
34
|
-
version:
|
35
25
|
description: My fork of Adam Wiggins' Pony project.
|
36
26
|
email: wes@narnach.com
|
37
27
|
executables: []
|
@@ -69,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
59
|
requirements: []
|
70
60
|
|
71
61
|
rubyforge_project:
|
72
|
-
rubygems_version: 1.3.
|
62
|
+
rubygems_version: 1.3.5
|
73
63
|
signing_key:
|
74
64
|
specification_version: 3
|
75
65
|
summary: "Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')"
|