sendmailer 0.0.11 → 0.0.12

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.
@@ -1,3 +1,3 @@
1
1
  module Sendmailer
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
data/sendmailer.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.email = ["railscode@gmail.com"]
12
12
  gem.description = "Send Email from Rails 3 App with Sendmail server (Such as Exim4)"
13
13
  gem.summary = "Send Email from Rails 3 App with Sendmail server (Such as Exim4)"
14
- gem.homepage = "https://github.com/vav/sendmailer"
14
+ gem.homepage = "https://github.com/st-granat/sendmailer"
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
17
17
  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: sendmailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-25 00:00:00.000000000 Z
12
+ date: 2013-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -43,7 +43,7 @@ files:
43
43
  - lib/sendmailer/engine.rb
44
44
  - lib/sendmailer/version.rb
45
45
  - sendmailer.gemspec
46
- homepage: https://github.com/vav/sendmailer
46
+ homepage: https://github.com/st-granat/sendmailer
47
47
  licenses:
48
48
  - MIT
49
49
  post_install_message: