getairmail 0.0.2.1 → 0.0.2.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/README.md +4 -3
- data/README.md~ +5 -4
- data/lib/getairmail/version.rb +1 -1
- data/lib/getairmail/version.rb~ +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -19,18 +19,19 @@ Or install it yourself as:
|
|
|
19
19
|
|
|
20
20
|
## Usage
|
|
21
21
|
|
|
22
|
-
TODO: Write usage instructions here
|
|
23
22
|
First Time use:
|
|
24
23
|
|
|
24
|
+
require 'getairmail'
|
|
25
|
+
|
|
25
26
|
If you have not any getairmail URL then call:
|
|
26
27
|
|
|
27
|
-
Getairmail::Email.new
|
|
28
|
+
Getairmail::Email.new
|
|
28
29
|
|
|
29
30
|
It will return email and its url
|
|
30
31
|
|
|
31
32
|
Read email from getairmail. It will return Json of emails
|
|
32
33
|
|
|
33
|
-
Getairmail::Email.
|
|
34
|
+
Getairmail::Email.get_mail(getairmail_url)
|
|
34
35
|
|
|
35
36
|
## Contributing
|
|
36
37
|
|
data/README.md~
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Getairmail
|
|
2
2
|
|
|
3
3
|
TODO: Write a gem description
|
|
4
|
-
This gem read all emails from getairmail.com
|
|
4
|
+
This gem read all emails from getairmail.com
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
|
|
@@ -19,18 +19,19 @@ Or install it yourself as:
|
|
|
19
19
|
|
|
20
20
|
## Usage
|
|
21
21
|
|
|
22
|
-
TODO: Write usage instructions here
|
|
23
22
|
First Time use:
|
|
24
23
|
|
|
24
|
+
require 'getairmail'
|
|
25
|
+
|
|
25
26
|
If you have not any getairmail URL then call:
|
|
26
27
|
|
|
27
|
-
Getairmail::Email.new
|
|
28
|
+
Getairmail::Email.new
|
|
28
29
|
|
|
29
30
|
It will return email and its url
|
|
30
31
|
|
|
31
32
|
Read email from getairmail. It will return Json of emails
|
|
32
33
|
|
|
33
|
-
Getairmail::Email.
|
|
34
|
+
Getairmail::Email.get_mail(getairmail_url)
|
|
34
35
|
|
|
35
36
|
## Contributing
|
|
36
37
|
|
data/lib/getairmail/version.rb
CHANGED
data/lib/getairmail/version.rb~
CHANGED