smailer 0.3.1 → 0.3.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.
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source :gemcutter
1
+ source :rubygems
2
2
 
3
3
  # Specify your gem's dependencies in smailer.gemspec
4
4
  gemspec
@@ -1,3 +1,3 @@
1
1
  module Smailer
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/smailer.gemspec CHANGED
@@ -15,8 +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
-
19
- s.add_dependency "mail", "~> 2.2.0"
18
+ s.add_runtime_dependency "mail", "~> 2.2"
20
19
 
21
20
  s.files = `git ls-files`.split("\n")
22
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dimitar Dimitrov
@@ -46,8 +46,7 @@ dependencies:
46
46
  segments:
47
47
  - 2
48
48
  - 2
49
- - 0
50
- version: 2.2.0
49
+ version: "2.2"
51
50
  type: :runtime
52
51
  version_requirements: *id002
53
52
  description: A simple mailer for newsletters with basic campaign management, queue and unsubscribe support. To be used within Rails.