postageapp 1.4.0 → 1.4.1

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
  SHA256:
3
- metadata.gz: b142c061512b3ef0ff5d1d18d436de9796b772793e6ed10d1267d506c0577d54
4
- data.tar.gz: 1f028542353d6cb55ca037f431a68ee1f2820833cc7bce8b5b5fd72f46345365
3
+ metadata.gz: 3294326a99a50b10d39f0b68af1e25dc18dd6cb929046dd30f7ebcd6367f8987
4
+ data.tar.gz: d6a628106475cec85f377e237413b7e22d88964dd2054479042be04c8d0ce029
5
5
  SHA512:
6
- metadata.gz: 615475381e51dfbdb59e6966381e9c09f95c76e2d625c3983c5fbe7955765f42e85ecd76e3e4a2249bd55638ab70a3bd5153e7715fcf6ed2b0607e108ead503e
7
- data.tar.gz: 295a8585e182f43e92447188eed75af8f447083d7c0186076a2f425eed22f86a36d7788974095f49ab0a4807191c4d743113d6c25eaa5efe1b65f70cf1aefa28
6
+ metadata.gz: ee2a734533ec2c23a25d8197e315231ff23d6441fe966b283b8689b8571ae70578df1c53d1345ced6c5d1ef8eebc66b09a5acee5f721c1a1ce424ef7c6478c9f
7
+ data.tar.gz: 8c37fe050d9339d40c9949bb338a65a962b11de45d835d979ef1a09957de932e520eef7e45e4b77fc864d2bb8df5ab4f6fb0cc9039ddb5413299d7dadabb0ac3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
@@ -3,7 +3,9 @@ module PostageApp
3
3
  isolate_namespace PostageApp
4
4
 
5
5
  initializer 'postageapp' do |app|
6
- app.config.action_mailbox.ingress = :postage_app
6
+ if (app.config.respond_to?(:action_mailbox))
7
+ app.config.action_mailbox.ingress = :postage_app
8
+ end
7
9
  end
8
10
  end
9
11
  end
data/postageapp.gemspec CHANGED
@@ -12,11 +12,10 @@ Gem::Specification.new do |s|
12
12
  ]
13
13
  s.email = [
14
14
  'tadman@postageapp.com',
15
- 'oleg@khabarov.ca',
16
- 'info@postageapp.com'
15
+ 'oleg@khabarov.ca'
17
16
  ]
18
17
 
19
- s.homepage = 'http://github.com/postageapp/postageapp-ruby'
18
+ s.homepage = 'https://github.com/postageapp/postageapp-ruby'
20
19
 
21
20
  s.summary = 'Client library for PostageApp Email API'
22
21
  s.description = 'PostageApp Library for Ruby and Ruby on Rails applications'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postageapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Tadman
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-07-14 00:00:00.000000000 Z
13
+ date: 2021-08-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: mail
@@ -30,7 +30,6 @@ description: PostageApp Library for Ruby and Ruby on Rails applications
30
30
  email:
31
31
  - tadman@postageapp.com
32
32
  - oleg@khabarov.ca
33
- - info@postageapp.com
34
33
  executables: []
35
34
  extensions: []
36
35
  extra_rdoc_files: []
@@ -120,7 +119,7 @@ files:
120
119
  - test/unit/tmp/.gitignore
121
120
  - test/with_environment.rb
122
121
  - tmp/.gitignore
123
- homepage: http://github.com/postageapp/postageapp-ruby
122
+ homepage: https://github.com/postageapp/postageapp-ruby
124
123
  licenses:
125
124
  - MIT
126
125
  metadata: {}