mcmailer 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. data/lib/mcmailer.rb +3 -3
  2. metadata +2 -2
data/lib/mcmailer.rb CHANGED
@@ -1,8 +1,8 @@
1
- require_relative './mcmailer/mailchimp_client'
2
- require_relative './mcmailer/mailchimp_notification_handler'
1
+ require File.expand_path('../mcmailer/mailchimp_client', __FILE__)
2
+ require File.expand_path('../mcmailer/mailchimp_notification_handler', __FILE__)
3
3
 
4
4
  module Mcmailer
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
 
7
7
  @config = {}
8
8
  @valid_config_keys = ['test', 'development', 'production']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcmailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  segments:
112
112
  - 0
113
- hash: 423936270451881262
113
+ hash: -111663555823437317
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  none: false
116
116
  requirements: