queued_mail 0.1.2 → 0.1.3

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.
data/README.rdoc CHANGED
@@ -31,7 +31,7 @@ ActionMailer::Base#deliverでを実際のメール送信ではなくジョブキ
31
31
 
32
32
  Gemfile
33
33
 
34
- gem 'queued_mail', '= 0.1.1'
34
+ gem 'queued_mail', '= 0.1.3'
35
35
 
36
36
  bundle install
37
37
 
@@ -2,7 +2,7 @@ class CreateQueuedMailMessages < ActiveRecord::Migration
2
2
  def change
3
3
  create_table :queued_mail_messages do |t|
4
4
  t.string :subject
5
- t.binary :body
5
+ t.binary :body, limit: 30.megabyte
6
6
  t.string :recipient_address
7
7
  t.string :recipient_name
8
8
  t.string :sender_address
@@ -1,3 +1,3 @@
1
1
  module QueuedMail
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queued_mail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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: 2012-09-11 00:00:00.000000000 Z
12
+ date: 2012-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -118,7 +118,7 @@ files:
118
118
  - test/test_helper.rb
119
119
  - test/fixtures/queued_mail/messages.yml
120
120
  - test/queued_mail_test.rb
121
- homepage: http://takeyu-web.com/
121
+ homepage: https://github.com/uzuki05/queued_mail
122
122
  licenses: []
123
123
  post_install_message:
124
124
  rdoc_options: []