rmbox 0.4 → 0.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/README.md +1 -1
- data/rmbox.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The new method create a new instance, classic:
|
|
|
9
9
|
require 'rmbox'
|
|
10
10
|
mbox=Mailbox.new '/var/mail/fulano'
|
|
11
11
|
|
|
12
|
-
If the mailbox do
|
|
12
|
+
If the mailbox do not exit, will be created. I suggest to write some email or you'll have an empty file :D
|
|
13
13
|
|
|
14
14
|
##reading emails
|
|
15
15
|
|
data/rmbox.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rmbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.5'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -20,7 +20,7 @@ files:
|
|
|
20
20
|
- rmbox.gemspec
|
|
21
21
|
- README.md
|
|
22
22
|
- lib/rmbox.rb
|
|
23
|
-
homepage: http://github.com/uranio-235/
|
|
23
|
+
homepage: http://github.com/uranio-235/rmbox
|
|
24
24
|
licenses: []
|
|
25
25
|
post_install_message:
|
|
26
26
|
rdoc_options: []
|