notifo-io-easierlife 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +167 -0
  4. data/Rakefile +10 -0
  5. data/docs/AddAllowedTopicDto.md +18 -0
  6. data/docs/AddContributorDto.md +20 -0
  7. data/docs/AppContributorDto.md +22 -0
  8. data/docs/AppDetailsDto.md +48 -0
  9. data/docs/AppDto.md +28 -0
  10. data/docs/AppsApi.md +646 -0
  11. data/docs/ConfigsApi.md +127 -0
  12. data/docs/ConfirmMode.md +15 -0
  13. data/docs/CreateEmailTemplateDto.md +18 -0
  14. data/docs/EmailTemplateDto.md +22 -0
  15. data/docs/EmailVerificationStatus.md +15 -0
  16. data/docs/ErrorDto.md +26 -0
  17. data/docs/EventDto.md +40 -0
  18. data/docs/EventsApi.md +142 -0
  19. data/docs/IsoDayOfWeek.md +15 -0
  20. data/docs/ListResponseDtoOfEventDto.md +20 -0
  21. data/docs/ListResponseDtoOfLogEntryDto.md +20 -0
  22. data/docs/ListResponseDtoOfMediaDto.md +20 -0
  23. data/docs/ListResponseDtoOfSubscriptionDto.md +20 -0
  24. data/docs/ListResponseDtoOfTemplateDto.md +20 -0
  25. data/docs/ListResponseDtoOfTopicDto.md +20 -0
  26. data/docs/ListResponseDtoOfUserDto.md +20 -0
  27. data/docs/LogEntryDto.md +24 -0
  28. data/docs/LogsApi.md +78 -0
  29. data/docs/MediaApi.md +382 -0
  30. data/docs/MediaDto.md +30 -0
  31. data/docs/MediaType.md +15 -0
  32. data/docs/NotificationFormattingDto.md +32 -0
  33. data/docs/NotificationSend.md +15 -0
  34. data/docs/NotificationSettingDto.md +20 -0
  35. data/docs/ProfileDto.md +32 -0
  36. data/docs/PublishDto.md +36 -0
  37. data/docs/PublishManyDto.md +18 -0
  38. data/docs/ResizeMode.md +15 -0
  39. data/docs/SchedulingDto.md +24 -0
  40. data/docs/SchedulingType.md +15 -0
  41. data/docs/SubscriptionDto.md +20 -0
  42. data/docs/TemplateDto.md +22 -0
  43. data/docs/TemplatesApi.md +208 -0
  44. data/docs/TopicDto.md +22 -0
  45. data/docs/TopicsApi.md +78 -0
  46. data/docs/UpdateProfileDto.md +28 -0
  47. data/docs/UpsertAppDto.md +36 -0
  48. data/docs/UpsertTemplateDto.md +22 -0
  49. data/docs/UpsertTemplatesDto.md +18 -0
  50. data/docs/UpsertUserDto.md +32 -0
  51. data/docs/UpsertUsersDto.md +18 -0
  52. data/docs/UserApi.md +323 -0
  53. data/docs/UserDto.md +36 -0
  54. data/docs/UsersApi.md +610 -0
  55. data/git_push.sh +58 -0
  56. data/lib/notifo.rb +89 -0
  57. data/lib/notifo/api/apps_api.rb +678 -0
  58. data/lib/notifo/api/configs_api.rb +132 -0
  59. data/lib/notifo/api/events_api.rb +161 -0
  60. data/lib/notifo/api/logs_api.rb +92 -0
  61. data/lib/notifo/api/media_api.rb +419 -0
  62. data/lib/notifo/api/templates_api.rb +228 -0
  63. data/lib/notifo/api/topics_api.rb +92 -0
  64. data/lib/notifo/api/user_api.rb +331 -0
  65. data/lib/notifo/api/users_api.rb +667 -0
  66. data/lib/notifo/api_client.rb +389 -0
  67. data/lib/notifo/api_error.rb +57 -0
  68. data/lib/notifo/configuration.rb +270 -0
  69. data/lib/notifo/models/add_allowed_topic_dto.rb +243 -0
  70. data/lib/notifo/models/add_contributor_dto.rb +277 -0
  71. data/lib/notifo/models/app_contributor_dto.rb +311 -0
  72. data/lib/notifo/models/app_details_dto.rb +489 -0
  73. data/lib/notifo/models/app_dto.rb +362 -0
  74. data/lib/notifo/models/confirm_mode.rb +38 -0
  75. data/lib/notifo/models/create_email_template_dto.rb +243 -0
  76. data/lib/notifo/models/email_template_dto.rb +288 -0
  77. data/lib/notifo/models/email_verification_status.rb +39 -0
  78. data/lib/notifo/models/error_dto.rb +265 -0
  79. data/lib/notifo/models/event_dto.rb +456 -0
  80. data/lib/notifo/models/iso_day_of_week.rb +43 -0
  81. data/lib/notifo/models/list_response_dto_of_event_dto.rb +241 -0
  82. data/lib/notifo/models/list_response_dto_of_log_entry_dto.rb +241 -0
  83. data/lib/notifo/models/list_response_dto_of_media_dto.rb +241 -0
  84. data/lib/notifo/models/list_response_dto_of_subscription_dto.rb +241 -0
  85. data/lib/notifo/models/list_response_dto_of_template_dto.rb +241 -0
  86. data/lib/notifo/models/list_response_dto_of_topic_dto.rb +241 -0
  87. data/lib/notifo/models/list_response_dto_of_user_dto.rb +241 -0
  88. data/lib/notifo/models/log_entry_dto.rb +326 -0
  89. data/lib/notifo/models/media_dto.rb +390 -0
  90. data/lib/notifo/models/media_type.rb +39 -0
  91. data/lib/notifo/models/notification_formatting_dto.rb +305 -0
  92. data/lib/notifo/models/notification_send.rb +39 -0
  93. data/lib/notifo/models/notification_setting_dto.rb +234 -0
  94. data/lib/notifo/models/profile_dto.rb +361 -0
  95. data/lib/notifo/models/publish_dto.rb +338 -0
  96. data/lib/notifo/models/publish_many_dto.rb +226 -0
  97. data/lib/notifo/models/resize_mode.rb +42 -0
  98. data/lib/notifo/models/scheduling_dto.rb +248 -0
  99. data/lib/notifo/models/scheduling_type.rb +37 -0
  100. data/lib/notifo/models/subscription_dto.rb +256 -0
  101. data/lib/notifo/models/template_dto.rb +274 -0
  102. data/lib/notifo/models/topic_dto.rb +294 -0
  103. data/lib/notifo/models/update_profile_dto.rb +277 -0
  104. data/lib/notifo/models/upsert_app_dto.rb +321 -0
  105. data/lib/notifo/models/upsert_template_dto.rb +270 -0
  106. data/lib/notifo/models/upsert_templates_dto.rb +226 -0
  107. data/lib/notifo/models/upsert_user_dto.rb +299 -0
  108. data/lib/notifo/models/upsert_users_dto.rb +226 -0
  109. data/lib/notifo/models/user_dto.rb +381 -0
  110. data/lib/notifo/version.rb +15 -0
  111. data/notifo-io-1.0.0.gem +0 -0
  112. data/notifo.gemspec +38 -0
  113. data/spec/api/apps_api_spec.rb +151 -0
  114. data/spec/api/configs_api_spec.rb +55 -0
  115. data/spec/api/events_api_spec.rb +61 -0
  116. data/spec/api/logs_api_spec.rb +49 -0
  117. data/spec/api/media_api_spec.rb +117 -0
  118. data/spec/api/templates_api_spec.rb +73 -0
  119. data/spec/api/topics_api_spec.rb +49 -0
  120. data/spec/api/user_api_spec.rb +92 -0
  121. data/spec/api/users_api_spec.rb +152 -0
  122. data/spec/api_client_spec.rb +226 -0
  123. data/spec/configuration_spec.rb +42 -0
  124. data/spec/models/add_allowed_topic_dto_spec.rb +34 -0
  125. data/spec/models/add_contributor_dto_spec.rb +40 -0
  126. data/spec/models/app_contributor_dto_spec.rb +46 -0
  127. data/spec/models/app_details_dto_spec.rb +124 -0
  128. data/spec/models/app_dto_spec.rb +64 -0
  129. data/spec/models/confirm_mode_spec.rb +28 -0
  130. data/spec/models/create_email_template_dto_spec.rb +34 -0
  131. data/spec/models/email_template_dto_spec.rb +46 -0
  132. data/spec/models/email_verification_status_spec.rb +28 -0
  133. data/spec/models/error_dto_spec.rb +58 -0
  134. data/spec/models/event_dto_spec.rb +100 -0
  135. data/spec/models/iso_day_of_week_spec.rb +28 -0
  136. data/spec/models/list_response_dto_of_event_dto_spec.rb +40 -0
  137. data/spec/models/list_response_dto_of_log_entry_dto_spec.rb +40 -0
  138. data/spec/models/list_response_dto_of_media_dto_spec.rb +40 -0
  139. data/spec/models/list_response_dto_of_subscription_dto_spec.rb +40 -0
  140. data/spec/models/list_response_dto_of_template_dto_spec.rb +40 -0
  141. data/spec/models/list_response_dto_of_topic_dto_spec.rb +40 -0
  142. data/spec/models/list_response_dto_of_user_dto_spec.rb +40 -0
  143. data/spec/models/log_entry_dto_spec.rb +52 -0
  144. data/spec/models/media_dto_spec.rb +70 -0
  145. data/spec/models/media_type_spec.rb +28 -0
  146. data/spec/models/notification_formatting_dto_spec.rb +76 -0
  147. data/spec/models/notification_send_spec.rb +28 -0
  148. data/spec/models/notification_setting_dto_spec.rb +40 -0
  149. data/spec/models/profile_dto_spec.rb +76 -0
  150. data/spec/models/publish_dto_spec.rb +88 -0
  151. data/spec/models/publish_many_dto_spec.rb +34 -0
  152. data/spec/models/resize_mode_spec.rb +28 -0
  153. data/spec/models/scheduling_dto_spec.rb +52 -0
  154. data/spec/models/scheduling_type_spec.rb +28 -0
  155. data/spec/models/subscription_dto_spec.rb +40 -0
  156. data/spec/models/template_dto_spec.rb +46 -0
  157. data/spec/models/topic_dto_spec.rb +46 -0
  158. data/spec/models/update_profile_dto_spec.rb +64 -0
  159. data/spec/models/upsert_app_dto_spec.rb +88 -0
  160. data/spec/models/upsert_template_dto_spec.rb +46 -0
  161. data/spec/models/upsert_templates_dto_spec.rb +34 -0
  162. data/spec/models/upsert_user_dto_spec.rb +76 -0
  163. data/spec/models/upsert_users_dto_spec.rb +34 -0
  164. data/spec/models/user_dto_spec.rb +88 -0
  165. data/spec/spec_helper.rb +111 -0
  166. metadata +301 -0
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Notifo API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Notifo::UpsertTemplatesDto
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Notifo::UpsertTemplatesDto do
21
+ let(:instance) { Notifo::UpsertTemplatesDto.new }
22
+
23
+ describe 'test an instance of UpsertTemplatesDto' do
24
+ it 'should create an instance of UpsertTemplatesDto' do
25
+ expect(instance).to be_instance_of(Notifo::UpsertTemplatesDto)
26
+ end
27
+ end
28
+ describe 'test attribute "requests"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,76 @@
1
+ =begin
2
+ #Notifo API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Notifo::UpsertUserDto
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Notifo::UpsertUserDto do
21
+ let(:instance) { Notifo::UpsertUserDto.new }
22
+
23
+ describe 'test an instance of UpsertUserDto' do
24
+ it 'should create an instance of UpsertUserDto' do
25
+ expect(instance).to be_instance_of(Notifo::UpsertUserDto)
26
+ end
27
+ end
28
+ describe 'test attribute "id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "full_name"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "email_address"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "phone_number"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "preferred_language"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "preferred_timezone"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "requires_whitelisted_topics"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "settings"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Notifo API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Notifo::UpsertUsersDto
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Notifo::UpsertUsersDto do
21
+ let(:instance) { Notifo::UpsertUsersDto.new }
22
+
23
+ describe 'test an instance of UpsertUsersDto' do
24
+ it 'should create an instance of UpsertUsersDto' do
25
+ expect(instance).to be_instance_of(Notifo::UpsertUsersDto)
26
+ end
27
+ end
28
+ describe 'test attribute "requests"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -0,0 +1,88 @@
1
+ =begin
2
+ #Notifo API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Notifo::UserDto
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Notifo::UserDto do
21
+ let(:instance) { Notifo::UserDto.new }
22
+
23
+ describe 'test an instance of UserDto' do
24
+ it 'should create an instance of UserDto' do
25
+ expect(instance).to be_instance_of(Notifo::UserDto)
26
+ end
27
+ end
28
+ describe 'test attribute "id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "api_key"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "full_name"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "email_address"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "phone_number"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "preferred_language"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "preferred_timezone"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "requires_whitelisted_topics"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "settings"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "counters"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
88
+ end
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #Notifo API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ # load the gem
14
+ require 'notifo'
15
+
16
+ # The following was generated by the `rspec --init` command. Conventionally, all
17
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
18
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
19
+ # this file to always be loaded, without a need to explicitly require it in any
20
+ # files.
21
+ #
22
+ # Given that it is always loaded, you are encouraged to keep this file as
23
+ # light-weight as possible. Requiring heavyweight dependencies from this file
24
+ # will add to the boot time of your test suite on EVERY test run, even for an
25
+ # individual file that may not need all of that loaded. Instead, consider making
26
+ # a separate helper file that requires the additional dependencies and performs
27
+ # the additional setup, and require it from the spec files that actually need
28
+ # it.
29
+ #
30
+ # The `.rspec` file also contains a few flags that are not defaults but that
31
+ # users commonly want.
32
+ #
33
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
34
+ RSpec.configure do |config|
35
+ # rspec-expectations config goes here. You can use an alternate
36
+ # assertion/expectation library such as wrong or the stdlib/minitest
37
+ # assertions if you prefer.
38
+ config.expect_with :rspec do |expectations|
39
+ # This option will default to `true` in RSpec 4. It makes the `description`
40
+ # and `failure_message` of custom matchers include text for helper methods
41
+ # defined using `chain`, e.g.:
42
+ # be_bigger_than(2).and_smaller_than(4).description
43
+ # # => "be bigger than 2 and smaller than 4"
44
+ # ...rather than:
45
+ # # => "be bigger than 2"
46
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
47
+ end
48
+
49
+ # rspec-mocks config goes here. You can use an alternate test double
50
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
51
+ config.mock_with :rspec do |mocks|
52
+ # Prevents you from mocking or stubbing a method that does not exist on
53
+ # a real object. This is generally recommended, and will default to
54
+ # `true` in RSpec 4.
55
+ mocks.verify_partial_doubles = true
56
+ end
57
+
58
+ # The settings below are suggested to provide a good initial experience
59
+ # with RSpec, but feel free to customize to your heart's content.
60
+ =begin
61
+ # These two settings work together to allow you to limit a spec run
62
+ # to individual examples or groups you care about by tagging them with
63
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
64
+ # get run.
65
+ config.filter_run :focus
66
+ config.run_all_when_everything_filtered = true
67
+
68
+ # Allows RSpec to persist some state between runs in order to support
69
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
70
+ # you configure your source control system to ignore this file.
71
+ config.example_status_persistence_file_path = "spec/examples.txt"
72
+
73
+ # Limits the available syntax to the non-monkey patched syntax that is
74
+ # recommended. For more details, see:
75
+ # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
76
+ # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
77
+ # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
78
+ config.disable_monkey_patching!
79
+
80
+ # This setting enables warnings. It's recommended, but in some cases may
81
+ # be too noisy due to issues in dependencies.
82
+ config.warnings = true
83
+
84
+ # Many RSpec users commonly either run the entire suite or an individual
85
+ # file, and it's useful to allow more verbose output when running an
86
+ # individual spec file.
87
+ if config.files_to_run.one?
88
+ # Use the documentation formatter for detailed output,
89
+ # unless a formatter has already been configured
90
+ # (e.g. via a command-line flag).
91
+ config.default_formatter = 'doc'
92
+ end
93
+
94
+ # Print the 10 slowest examples and example groups at the
95
+ # end of the spec run, to help surface which specs are running
96
+ # particularly slow.
97
+ config.profile_examples = 10
98
+
99
+ # Run specs in random order to surface order dependencies. If you find an
100
+ # order dependency and want to debug it, you can fix the order by providing
101
+ # the seed, which is printed after each run.
102
+ # --seed 1234
103
+ config.order = :random
104
+
105
+ # Seed global randomization in this process using the `--seed` CLI option.
106
+ # Setting this allows you to use `--seed` to deterministically reproduce
107
+ # test failures related to randomization by passing the same `--seed` value
108
+ # as the one that triggered the failure.
109
+ Kernel.srand config.seed
110
+ =end
111
+ end
metadata ADDED
@@ -0,0 +1,301 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: notifo-io-easierlife
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Squidex UG
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-02-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: rspec
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 3.6.0
40
+ - - "~>"
41
+ - !ruby/object:Gem::Version
42
+ version: '3.6'
43
+ type: :development
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 3.6.0
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: '3.6'
53
+ description: Notifo is a multi-channel notification service for collaboration tools,
54
+ e-commerce, news, magazines and everybody who wants to notify their users.
55
+ email:
56
+ - ''
57
+ executables: []
58
+ extensions: []
59
+ extra_rdoc_files: []
60
+ files:
61
+ - Gemfile
62
+ - README.md
63
+ - Rakefile
64
+ - docs/AddAllowedTopicDto.md
65
+ - docs/AddContributorDto.md
66
+ - docs/AppContributorDto.md
67
+ - docs/AppDetailsDto.md
68
+ - docs/AppDto.md
69
+ - docs/AppsApi.md
70
+ - docs/ConfigsApi.md
71
+ - docs/ConfirmMode.md
72
+ - docs/CreateEmailTemplateDto.md
73
+ - docs/EmailTemplateDto.md
74
+ - docs/EmailVerificationStatus.md
75
+ - docs/ErrorDto.md
76
+ - docs/EventDto.md
77
+ - docs/EventsApi.md
78
+ - docs/IsoDayOfWeek.md
79
+ - docs/ListResponseDtoOfEventDto.md
80
+ - docs/ListResponseDtoOfLogEntryDto.md
81
+ - docs/ListResponseDtoOfMediaDto.md
82
+ - docs/ListResponseDtoOfSubscriptionDto.md
83
+ - docs/ListResponseDtoOfTemplateDto.md
84
+ - docs/ListResponseDtoOfTopicDto.md
85
+ - docs/ListResponseDtoOfUserDto.md
86
+ - docs/LogEntryDto.md
87
+ - docs/LogsApi.md
88
+ - docs/MediaApi.md
89
+ - docs/MediaDto.md
90
+ - docs/MediaType.md
91
+ - docs/NotificationFormattingDto.md
92
+ - docs/NotificationSend.md
93
+ - docs/NotificationSettingDto.md
94
+ - docs/ProfileDto.md
95
+ - docs/PublishDto.md
96
+ - docs/PublishManyDto.md
97
+ - docs/ResizeMode.md
98
+ - docs/SchedulingDto.md
99
+ - docs/SchedulingType.md
100
+ - docs/SubscriptionDto.md
101
+ - docs/TemplateDto.md
102
+ - docs/TemplatesApi.md
103
+ - docs/TopicDto.md
104
+ - docs/TopicsApi.md
105
+ - docs/UpdateProfileDto.md
106
+ - docs/UpsertAppDto.md
107
+ - docs/UpsertTemplateDto.md
108
+ - docs/UpsertTemplatesDto.md
109
+ - docs/UpsertUserDto.md
110
+ - docs/UpsertUsersDto.md
111
+ - docs/UserApi.md
112
+ - docs/UserDto.md
113
+ - docs/UsersApi.md
114
+ - git_push.sh
115
+ - lib/notifo.rb
116
+ - lib/notifo/api/apps_api.rb
117
+ - lib/notifo/api/configs_api.rb
118
+ - lib/notifo/api/events_api.rb
119
+ - lib/notifo/api/logs_api.rb
120
+ - lib/notifo/api/media_api.rb
121
+ - lib/notifo/api/templates_api.rb
122
+ - lib/notifo/api/topics_api.rb
123
+ - lib/notifo/api/user_api.rb
124
+ - lib/notifo/api/users_api.rb
125
+ - lib/notifo/api_client.rb
126
+ - lib/notifo/api_error.rb
127
+ - lib/notifo/configuration.rb
128
+ - lib/notifo/models/add_allowed_topic_dto.rb
129
+ - lib/notifo/models/add_contributor_dto.rb
130
+ - lib/notifo/models/app_contributor_dto.rb
131
+ - lib/notifo/models/app_details_dto.rb
132
+ - lib/notifo/models/app_dto.rb
133
+ - lib/notifo/models/confirm_mode.rb
134
+ - lib/notifo/models/create_email_template_dto.rb
135
+ - lib/notifo/models/email_template_dto.rb
136
+ - lib/notifo/models/email_verification_status.rb
137
+ - lib/notifo/models/error_dto.rb
138
+ - lib/notifo/models/event_dto.rb
139
+ - lib/notifo/models/iso_day_of_week.rb
140
+ - lib/notifo/models/list_response_dto_of_event_dto.rb
141
+ - lib/notifo/models/list_response_dto_of_log_entry_dto.rb
142
+ - lib/notifo/models/list_response_dto_of_media_dto.rb
143
+ - lib/notifo/models/list_response_dto_of_subscription_dto.rb
144
+ - lib/notifo/models/list_response_dto_of_template_dto.rb
145
+ - lib/notifo/models/list_response_dto_of_topic_dto.rb
146
+ - lib/notifo/models/list_response_dto_of_user_dto.rb
147
+ - lib/notifo/models/log_entry_dto.rb
148
+ - lib/notifo/models/media_dto.rb
149
+ - lib/notifo/models/media_type.rb
150
+ - lib/notifo/models/notification_formatting_dto.rb
151
+ - lib/notifo/models/notification_send.rb
152
+ - lib/notifo/models/notification_setting_dto.rb
153
+ - lib/notifo/models/profile_dto.rb
154
+ - lib/notifo/models/publish_dto.rb
155
+ - lib/notifo/models/publish_many_dto.rb
156
+ - lib/notifo/models/resize_mode.rb
157
+ - lib/notifo/models/scheduling_dto.rb
158
+ - lib/notifo/models/scheduling_type.rb
159
+ - lib/notifo/models/subscription_dto.rb
160
+ - lib/notifo/models/template_dto.rb
161
+ - lib/notifo/models/topic_dto.rb
162
+ - lib/notifo/models/update_profile_dto.rb
163
+ - lib/notifo/models/upsert_app_dto.rb
164
+ - lib/notifo/models/upsert_template_dto.rb
165
+ - lib/notifo/models/upsert_templates_dto.rb
166
+ - lib/notifo/models/upsert_user_dto.rb
167
+ - lib/notifo/models/upsert_users_dto.rb
168
+ - lib/notifo/models/user_dto.rb
169
+ - lib/notifo/version.rb
170
+ - notifo-io-1.0.0.gem
171
+ - notifo.gemspec
172
+ - spec/api/apps_api_spec.rb
173
+ - spec/api/configs_api_spec.rb
174
+ - spec/api/events_api_spec.rb
175
+ - spec/api/logs_api_spec.rb
176
+ - spec/api/media_api_spec.rb
177
+ - spec/api/templates_api_spec.rb
178
+ - spec/api/topics_api_spec.rb
179
+ - spec/api/user_api_spec.rb
180
+ - spec/api/users_api_spec.rb
181
+ - spec/api_client_spec.rb
182
+ - spec/configuration_spec.rb
183
+ - spec/models/add_allowed_topic_dto_spec.rb
184
+ - spec/models/add_contributor_dto_spec.rb
185
+ - spec/models/app_contributor_dto_spec.rb
186
+ - spec/models/app_details_dto_spec.rb
187
+ - spec/models/app_dto_spec.rb
188
+ - spec/models/confirm_mode_spec.rb
189
+ - spec/models/create_email_template_dto_spec.rb
190
+ - spec/models/email_template_dto_spec.rb
191
+ - spec/models/email_verification_status_spec.rb
192
+ - spec/models/error_dto_spec.rb
193
+ - spec/models/event_dto_spec.rb
194
+ - spec/models/iso_day_of_week_spec.rb
195
+ - spec/models/list_response_dto_of_event_dto_spec.rb
196
+ - spec/models/list_response_dto_of_log_entry_dto_spec.rb
197
+ - spec/models/list_response_dto_of_media_dto_spec.rb
198
+ - spec/models/list_response_dto_of_subscription_dto_spec.rb
199
+ - spec/models/list_response_dto_of_template_dto_spec.rb
200
+ - spec/models/list_response_dto_of_topic_dto_spec.rb
201
+ - spec/models/list_response_dto_of_user_dto_spec.rb
202
+ - spec/models/log_entry_dto_spec.rb
203
+ - spec/models/media_dto_spec.rb
204
+ - spec/models/media_type_spec.rb
205
+ - spec/models/notification_formatting_dto_spec.rb
206
+ - spec/models/notification_send_spec.rb
207
+ - spec/models/notification_setting_dto_spec.rb
208
+ - spec/models/profile_dto_spec.rb
209
+ - spec/models/publish_dto_spec.rb
210
+ - spec/models/publish_many_dto_spec.rb
211
+ - spec/models/resize_mode_spec.rb
212
+ - spec/models/scheduling_dto_spec.rb
213
+ - spec/models/scheduling_type_spec.rb
214
+ - spec/models/subscription_dto_spec.rb
215
+ - spec/models/template_dto_spec.rb
216
+ - spec/models/topic_dto_spec.rb
217
+ - spec/models/update_profile_dto_spec.rb
218
+ - spec/models/upsert_app_dto_spec.rb
219
+ - spec/models/upsert_template_dto_spec.rb
220
+ - spec/models/upsert_templates_dto_spec.rb
221
+ - spec/models/upsert_user_dto_spec.rb
222
+ - spec/models/upsert_users_dto_spec.rb
223
+ - spec/models/user_dto_spec.rb
224
+ - spec/spec_helper.rb
225
+ homepage: https://app.notifo.io
226
+ licenses:
227
+ - Unlicense
228
+ metadata: {}
229
+ post_install_message:
230
+ rdoc_options: []
231
+ require_paths:
232
+ - lib
233
+ required_ruby_version: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - ">="
236
+ - !ruby/object:Gem::Version
237
+ version: '2.4'
238
+ required_rubygems_version: !ruby/object:Gem::Requirement
239
+ requirements:
240
+ - - ">="
241
+ - !ruby/object:Gem::Version
242
+ version: '0'
243
+ requirements: []
244
+ rubygems_version: 3.0.9
245
+ signing_key:
246
+ specification_version: 4
247
+ summary: ''
248
+ test_files:
249
+ - spec/api/logs_api_spec.rb
250
+ - spec/api/media_api_spec.rb
251
+ - spec/api/topics_api_spec.rb
252
+ - spec/api/apps_api_spec.rb
253
+ - spec/api/user_api_spec.rb
254
+ - spec/api/users_api_spec.rb
255
+ - spec/api/events_api_spec.rb
256
+ - spec/api/configs_api_spec.rb
257
+ - spec/api/templates_api_spec.rb
258
+ - spec/api_client_spec.rb
259
+ - spec/configuration_spec.rb
260
+ - spec/models/user_dto_spec.rb
261
+ - spec/models/email_template_dto_spec.rb
262
+ - spec/models/error_dto_spec.rb
263
+ - spec/models/email_verification_status_spec.rb
264
+ - spec/models/create_email_template_dto_spec.rb
265
+ - spec/models/app_dto_spec.rb
266
+ - spec/models/template_dto_spec.rb
267
+ - spec/models/profile_dto_spec.rb
268
+ - spec/models/upsert_user_dto_spec.rb
269
+ - spec/models/upsert_templates_dto_spec.rb
270
+ - spec/models/list_response_dto_of_media_dto_spec.rb
271
+ - spec/models/list_response_dto_of_subscription_dto_spec.rb
272
+ - spec/models/add_contributor_dto_spec.rb
273
+ - spec/models/update_profile_dto_spec.rb
274
+ - spec/models/topic_dto_spec.rb
275
+ - spec/models/upsert_users_dto_spec.rb
276
+ - spec/models/resize_mode_spec.rb
277
+ - spec/models/scheduling_type_spec.rb
278
+ - spec/models/log_entry_dto_spec.rb
279
+ - spec/models/list_response_dto_of_event_dto_spec.rb
280
+ - spec/models/app_details_dto_spec.rb
281
+ - spec/models/list_response_dto_of_log_entry_dto_spec.rb
282
+ - spec/models/scheduling_dto_spec.rb
283
+ - spec/models/publish_many_dto_spec.rb
284
+ - spec/models/add_allowed_topic_dto_spec.rb
285
+ - spec/models/upsert_template_dto_spec.rb
286
+ - spec/models/confirm_mode_spec.rb
287
+ - spec/models/media_dto_spec.rb
288
+ - spec/models/notification_send_spec.rb
289
+ - spec/models/notification_setting_dto_spec.rb
290
+ - spec/models/notification_formatting_dto_spec.rb
291
+ - spec/models/list_response_dto_of_topic_dto_spec.rb
292
+ - spec/models/subscription_dto_spec.rb
293
+ - spec/models/media_type_spec.rb
294
+ - spec/models/iso_day_of_week_spec.rb
295
+ - spec/models/app_contributor_dto_spec.rb
296
+ - spec/models/publish_dto_spec.rb
297
+ - spec/models/event_dto_spec.rb
298
+ - spec/models/upsert_app_dto_spec.rb
299
+ - spec/models/list_response_dto_of_template_dto_spec.rb
300
+ - spec/models/list_response_dto_of_user_dto_spec.rb
301
+ - spec/spec_helper.rb