contactology-mailer 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
18
 
19
- s.add_dependency 'contactology', '~>1.1'
19
+ s.add_dependency 'contactology', '~>0.1'
20
20
  s.add_dependency 'actionmailer', '~>2.3.0'
21
21
  end
@@ -1,5 +1,5 @@
1
1
  module Contactology
2
2
  module Mailer
3
- VERSION = "0.0.2"
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contactology-mailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathaniel Bibler
@@ -25,11 +25,11 @@ dependencies:
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 13
28
+ hash: 9
29
29
  segments:
30
+ - 0
30
31
  - 1
31
- - 1
32
- version: "1.1"
32
+ version: "0.1"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  - !ruby/object:Gem::Dependency