qc-mailer 0.0.1 → 0.0.2

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/README.md +2 -1
  2. data/lib/qc-mailer/version.rb +1 -1
  3. metadata +5 -5
data/README.md CHANGED
@@ -8,12 +8,13 @@ This gem was inspired by ResqueMailer, https://github.com/zapnap/resque_mailer
8
8
  **WARNING: USE AT OWN RISK! THIS GEM IS CONSIDERED EXTREME ALPHA!**
9
9
 
10
10
  [![Build Status](https://secure.travis-ci.org/zerobearing2/qc-mailer.png)](http://travis-ci.org/zerobearing2/qc-mailer)
11
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/zerobearing2/qc-mailer)
11
12
 
12
13
  Usage
13
14
  -----
14
15
 
15
16
  Install as gem
16
-
17
+
17
18
  gem install qc-mailer
18
19
 
19
20
  Add to Gemfile
@@ -1,5 +1,5 @@
1
1
  module QC
2
2
  module Mailer
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qc-mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-08-21 00:00:00.000000000 Z
12
+ date: 2012-10-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: -851662944801137892
176
+ hash: -1151452699503485569
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  none: false
179
179
  requirements:
@@ -182,10 +182,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  segments:
184
184
  - 0
185
- hash: -851662944801137892
185
+ hash: -1151452699503485569
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 1.8.24
188
+ rubygems_version: 1.8.23
189
189
  signing_key:
190
190
  specification_version: 3
191
191
  summary: Rails plugin for sending asynchronous email with ActionMailer and QueueClassic.