mailing 0.9.0 → 0.9.1

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/lib/mailing/version.rb +1 -1
  2. data/mailing.gemspec +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Mailing
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
data/mailing.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["piotr@macuk.pl"]
7
7
  gem.description = %q{Tool for sending fast mailings}
8
8
  gem.summary = %q{Fast mailings}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/macuk/mailing"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -47,7 +47,7 @@ files:
47
47
  - mailing.gemspec
48
48
  - test/mailing_test.rb
49
49
  - test/sender_test.rb
50
- homepage: ''
50
+ homepage: https://github.com/macuk/mailing
51
51
  licenses: []
52
52
  post_install_message:
53
53
  rdoc_options: []