smailer 0.4.1 → 0.4.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/lib/smailer/version.rb +1 -1
  2. data/smailer.gemspec +1 -1
  3. metadata +6 -6
@@ -1,3 +1,3 @@
1
1
  module Smailer
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
data/smailer.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.rubyforge_project = "smailer"
16
16
 
17
17
  s.add_development_dependency "bundler", ">= 1.0.0"
18
- s.add_runtime_dependency "mail", "~> 2.3"
18
+ s.add_runtime_dependency "mail", "~> 2.2"
19
19
 
20
20
  s.files = `git ls-files`.split("\n")
21
21
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dimitar Dimitrov
@@ -42,11 +42,11 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- hash: 5
45
+ hash: 7
46
46
  segments:
47
47
  - 2
48
- - 3
49
- version: "2.3"
48
+ - 2
49
+ version: "2.2"
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
52
  description: A simple mailer for newsletters with basic campaign management, queue and unsubscribe support. To be used within Rails.