smail 0.0.5 → 0.0.7

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 (2) hide show
  1. data/lib/smail/version.rb +1 -1
  2. metadata +2 -2
@@ -2,7 +2,7 @@ class SMail
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 4
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Walker
@@ -28,7 +28,7 @@ files:
28
28
  - lib/smail/smail.rb
29
29
  - lib/smail/version.rb
30
30
  has_rdoc: true
31
- homepage: http://gemcutter.org/gems/smail
31
+ homepage: http://github.com/mwalker/smail
32
32
  licenses: []
33
33
 
34
34
  post_install_message: