sendmailer 0.0.1 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Sendmailer
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.11"
3
3
  end
data/sendmailer.gemspec CHANGED
@@ -4,6 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'sendmailer/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
+ gem.license = "MIT"
7
8
  gem.name = "sendmailer"
8
9
  gem.version = Sendmailer::VERSION
9
10
  gem.authors = ["Andrey"]
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.1
4
+ version: 0.0.11
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-03-17 00:00:00.000000000 Z
12
+ date: 2013-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -44,7 +44,8 @@ files:
44
44
  - lib/sendmailer/version.rb
45
45
  - sendmailer.gemspec
46
46
  homepage: https://github.com/vav/sendmailer
47
- licenses: []
47
+ licenses:
48
+ - MIT
48
49
  post_install_message:
49
50
  rdoc_options: []
50
51
  require_paths:
@@ -63,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
64
  version: '0'
64
65
  requirements: []
65
66
  rubyforge_project:
66
- rubygems_version: 1.8.23
67
+ rubygems_version: 1.8.19
67
68
  signing_key:
68
69
  specification_version: 3
69
70
  summary: Send Email from Rails 3 App with Sendmail server (Such as Exim4)