mail-x_smtpapi 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: faded8a2be17af65993f6ed63803c7951bbb1439
4
- data.tar.gz: cb9f93eef522ca44b8984a98f9343b5797dda7ec
3
+ metadata.gz: 5d408edd7f988abd94b223dc828886644da7fda2
4
+ data.tar.gz: b9db873259f110c46d2369c1e4d7f3b83b2f1366
5
5
  SHA512:
6
- metadata.gz: dc53e6f7573a9052e909fd419e2b6ecca9201546237744a80873868e0e7ef7b99d994422c4e022dbeddd1186adb72ef537f78446e0032da764c5458346422a54
7
- data.tar.gz: 0de530c75683924ef19eb7807589d9b5b8246fb726c9d528451751b2751967a2467bfce4a2a63e4d67f7dcfb7194be9d879d0dd8c2bb9d0ab614f7ee9cf1c4a3
6
+ metadata.gz: 03ae17f61ab25a1688b2a9962390aafc81bf3d0d30d66141d88cbf747905a73f31fec5b500443bf789618923cd7db5a270058b530c4672ca9aaeb50022f5ecd2
7
+ data.tar.gz: a43fe148232eac0fdf5d52930f49a9e634e075e3cca3c6d55d9eb6c54eeb49385fa91f77e2be184de2bd9d2b7e2862a3fd2bcafe71242921b717c05186c5ada3
@@ -49,6 +49,16 @@ module MailXSMTPAPI
49
49
  end
50
50
  end
51
51
 
52
+ module AsmGroupId
53
+ def asm_group_id
54
+ value['asm_group_id']
55
+ end
56
+
57
+ def asm_group_id=(val)
58
+ value['asm_group_id'] = val
59
+ end
60
+ end
61
+
52
62
  module Filters
53
63
  def filters
54
64
  value['filters'] ||= {}
@@ -12,6 +12,7 @@ module MailXSMTPAPI
12
12
  include Substitutions
13
13
  include UniqueArguments
14
14
  include Category
15
+ include AsmGroupId
15
16
  include Filters
16
17
  include Sections
17
18
 
@@ -1,3 +1,3 @@
1
1
  module MailXSMTPAPI
2
- VERSION = '1.0.2'
2
+ VERSION = '1.1.0'
3
3
  end
@@ -31,6 +31,11 @@ class MailXSMTPAPI::AccessorsTest < Minitest::Test
31
31
  assert_equal 'password_reset', subject.category
32
32
  end
33
33
 
34
+ def test_asm_group_id
35
+ subject.asm_group_id = 123
36
+ assert_equal 123, subject.asm_group_id
37
+ end
38
+
34
39
  private
35
40
 
36
41
  def subject
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail-x_smtpapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lance Ivy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-02 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler