htmlgun 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.textile +1 -0
  2. data/lib/htmlgun.rb +3 -2
  3. metadata +13 -23
data/README.textile ADDED
@@ -0,0 +1 @@
1
+ Datbase Management Rake Tasks and Utilities
data/lib/htmlgun.rb CHANGED
@@ -7,9 +7,10 @@ class HTMLgun
7
7
  Mailgun::init api_key, api_url
8
8
  end
9
9
 
10
- def self.send_html the_sender, the_recipient, the_subject,the_body
10
+ def self.send_html the_sender,the_from, the_recipient, the_subject,the_body
11
11
  mail = Mail.new do
12
- from the_sender
12
+ sender the_sender
13
+ from the_from
13
14
  to the_recipient
14
15
  subject the_subject
15
16
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Paul Santa Clara
@@ -14,34 +14,24 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-07-20 00:00:00 -04:00
17
+ date: 2011-08-24 00:00:00 -04:00
18
18
  default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: mail
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- segments:
28
- - 0
29
- version: "0"
30
- type: :runtime
31
- version_requirements: *id001
32
- description: ""
33
- email: kesserich1@gmail.com
19
+ dependencies: []
20
+
21
+ description:
22
+ email: psantaclara@relaynetwork.com
34
23
  executables: []
35
24
 
36
25
  extensions: []
37
26
 
38
- extra_rdoc_files: []
39
-
27
+ extra_rdoc_files:
28
+ - README.textile
40
29
  files:
41
- - lib/mailgun.rb
42
30
  - lib/htmlgun.rb
31
+ - lib/mailgun.rb
32
+ - README.textile
43
33
  has_rdoc: true
44
- homepage: ""
34
+ homepage:
45
35
  licenses: []
46
36
 
47
37
  post_install_message:
@@ -69,6 +59,6 @@ rubyforge_project:
69
59
  rubygems_version: 1.3.6
70
60
  signing_key:
71
61
  specification_version: 3
72
- summary: ""
62
+ summary: Wrap mailfun lib to utilize html email
73
63
  test_files: []
74
64