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 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.new(getairmail_url)
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.new(getairmail_url)
34
+ Getairmail::Email.get_mail(getairmail_url)
34
35
 
35
36
  ## Contributing
36
37
 
@@ -1,3 +1,3 @@
1
1
  module Getairmail
2
- VERSION = "0.0.2.1"
2
+ VERSION = "0.0.2.2"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Getairmail
2
- VERSION = "0.0.2.1"
2
+ VERSION = "0.0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getairmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.1
4
+ version: 0.0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: