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.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/rmbox.gemspec +1 -1
  3. 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 now exit, will be created. I suggest to write some email or you'll have an empty file :D
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
@@ -25,5 +25,5 @@ s.summary = 'Manage Mailbox files using ruby'
25
25
  s.authors = 'Lázaro Armando'
26
26
  s.email = 'uranio-235@myopera.com'
27
27
  s.files = ficheros.uniq
28
- s.homepage = 'http://github.com/uranio-235/dev/rmbox'
28
+ s.homepage = 'http://github.com/uranio-235/rmbox'
29
29
  end
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'
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/dev/rmbox
23
+ homepage: http://github.com/uranio-235/rmbox
24
24
  licenses: []
25
25
  post_install_message:
26
26
  rdoc_options: []