mailing_client 0.0.4 → 0.0.6

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NmI5MGU3MGU4ZjljNTM3NzViNTc0NTZlODA2YzdkZDM4MzUwYjEyNQ==
5
- data.tar.gz: !binary |-
6
- MGYwMzVlMDRjMzQ4YjY1ZmRjNGIxYjIwMzllODUwNjg3ZjEyYzZkOA==
2
+ SHA256:
3
+ metadata.gz: dbe803bd6c0a3a87f05230241086e7f5a9dbde1dd9e7f0e05bf470921bb6349b
4
+ data.tar.gz: '008c7dcee9a20dc22294ce772f54950031cfc6b38286ced877c61e20708c1172'
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MGNhNDEwMGM1YjhjZTY1NjcyYTc3NzFkNTdlY2Q4YzY1NDAxNTc3YzJhZjFk
10
- ZmU1YjQ1MzU4MmE5OGY4ZGVjNzA4NDIzNDQwNmE0MmI4NDhjMjBkMzgxYzZi
11
- YzQ5YmFkNmRhZjc1ZDU2YWVlNmRmMGYzZDc4YjUwYTNmMTMzMGQ=
12
- data.tar.gz: !binary |-
13
- ZDNjZGE2YjVhNjM2ODFmMjQ2ZWEzMWJiOTIxOGMwZjM0MTM0MjEwM2Q3YmRh
14
- YjM1ZDFlMzI3MGYxOWJkOGRkZTc5Mjk3OTlmYWNkM2VlMjVjYmMzNGEzZWE1
15
- YmJkMDcxMzZmYTVmNTEyODE1NGVjNTlhMzk5MjNiMjE0Yzc5MWM=
6
+ metadata.gz: aedfcaa7bcc6391ab07dfd03f375d09797c77fd2516739af4fe792ca48f7c0c3de21bb4564f0c4bd1dba6d8d3b3b33edef4bfb9c929250e160bdde3db8737af5
7
+ data.tar.gz: 2be5fef454941642266140b61e8b423ef82b7f265741d64ed027d968e5aa3ffa975d0d3603ddb5a2aadf8bbe820be4d7431802b5343505e2168e855ec45cc79a
@@ -1,6 +1,6 @@
1
1
  require 'mailing_client/service_configuration'
2
2
  module Mailing
3
- class ScheduledMail < LogicalModel
3
+ class RemoteScheduledMail < LogicalModel
4
4
  include MailingClient::ServiceConfiguration
5
5
 
6
6
  set_resource_path '/api/v0/scheduled_mails'
@@ -16,4 +16,4 @@ module Mailing
16
16
  attribute :template_name # The template name
17
17
 
18
18
  end
19
- end
19
+ end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailing_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Falke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-17 00:00:00.000000000 Z
11
+ date: 2022-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: logical_model
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.5.5
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.5.5
41
41
  description: This is client library for Padma-Mailing API.
@@ -46,11 +46,11 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - app/helpers/mailing/parallel_requests.rb
49
- - app/models/mailing/scheduled_mail.rb
49
+ - app/models/mailing/remote_scheduled_mail.rb
50
+ - config/initializers/mailing_client.rb
50
51
  - lib/mailing_client.rb
51
52
  - lib/mailing_client/railties.rb
52
53
  - lib/mailing_client/service_configuration.rb
53
- - config/initializers/mailing_client.rb
54
54
  homepage: ''
55
55
  licenses: []
56
56
  metadata: {}
@@ -60,19 +60,17 @@ require_paths:
60
60
  - lib
61
61
  required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - ! '>='
63
+ - - ">="
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - ! '>='
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubyforge_project:
73
- rubygems_version: 2.1.11
72
+ rubygems_version: 3.0.3.1
74
73
  signing_key:
75
74
  specification_version: 4
76
75
  summary: Client library Padma-mailing API
77
76
  test_files: []
78
- has_rdoc: