actionmailer_interceptor 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7255444ae5b1375453de612784db355ee4ffef6
4
- data.tar.gz: 388833eb7fc3bbe4d2253e28625953cd37f67840
3
+ metadata.gz: 7f716e91fee5f1d0e9990df032d778ea855bbd0f
4
+ data.tar.gz: c0a5b325bb7fa8df0fc0ff05f080a7aff91a47ad
5
5
  SHA512:
6
- metadata.gz: 1dff1aebcc76f355e01c22aae100828d44e2f2a03759e3f8c0b38de3ebb86ee8de0c9d9fca864594bf673d757e7e13c90b19b2466d10be47eac5e56eb35d6a86
7
- data.tar.gz: 5654284b8fb34eec3a58deb269c4a1354ede84ba32bf7de2b2aac6af6ca6b0b1dba5cbcc85d888acce3a66aab9202711b408f813dc68a572012bda01031ba591
6
+ metadata.gz: e8429018cf2c53c5baf279151648777e83c5931ffe50f2d8f4ddc9fb1d0242e6d29e69683fded81f21b573b6d063f357f6fcc13c5648f43ed0d3718ec3dcfb1e
7
+ data.tar.gz: 2ae8a955d121e6a50ea6070519ae69d86abd3178fc9f1831d764d5095435f4957ff4ddb9a17fc093f9affec8af022ddb35d2bc14cb526e6049e304d026bf9407
data/README.md CHANGED
@@ -10,7 +10,7 @@ in Gemfile:
10
10
  in `config/initializers/actionmailer_interceptor.rb`:
11
11
 
12
12
  ```
13
- interceptor = ActionmailerInterceptor::MailerInterceptor.new(redirection_email: my_email@example.com)
13
+ interceptor = ActionmailerInterceptor::MailerInterceptor.new(redirection_email: 'my_email@example.com')
14
14
 
15
15
  if Rails.env.development? || Rails.env.staging?
16
16
  ActionMailer::Base.register_interceptor(interceptor)
@@ -1,2 +1,2 @@
1
- require 'actionmailer_interceptor/mailer_interceptor'
1
+ require 'actionmailer_interceptor/mail_interceptor'
2
2
  require 'actionmailer_interceptor/version'
@@ -1,3 +1,3 @@
1
1
  module ActionmailerInterceptor
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer_interceptor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marko Bošković
@@ -51,7 +51,7 @@ files:
51
51
  - README.md
52
52
  - actionmailer_interceptor.gemspec
53
53
  - lib/actionmailer_interceptor.rb
54
- - lib/actionmailer_interceptor/mailer_interceptor.rb
54
+ - lib/actionmailer_interceptor/mail_interceptor.rb
55
55
  - lib/actionmailer_interceptor/version.rb
56
56
  homepage: https://github.com/bosskovic/actionmailer_interceptor
57
57
  licenses: