rrx_api 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2c2ca699f1c99096a426dcddbf8a44befe271308ba55d0e006a021b7b1b55d82
4
+ data.tar.gz: 1a50a0b62160658bd5fa5926c9ec99fbb870798bf0e51819cb9d1ad8892d6122
5
+ SHA512:
6
+ metadata.gz: 47db15f33ce5a696f80b35a1b1fb60eddb20037c11bf1b2792acc63ae7ff7f852f82146386f04530ba2203ab34fdcb243fade3681b06eded984078dc73c92eab
7
+ data.tar.gz: 3bd316ff0e570750e5246cdb09fd15b6c2c9b101775c6d377db1cc4331b68fc858df8b73f4f164a23309c7db4961db3ce44488cea61f990d5d7fafcfe0146740
data/.editorconfig ADDED
@@ -0,0 +1,109 @@
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ indent_size = 2
7
+ indent_style = space
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
10
+ max_line_length = 120
11
+ tab_width = 2
12
+ ij_continuation_indent_size = 4
13
+ ij_formatter_off_tag = @formatter:off
14
+ ij_formatter_on_tag = @formatter:on
15
+ ij_formatter_tags_enabled = true
16
+ ij_smart_tabs = false
17
+ ij_visual_guides =
18
+ ij_wrap_on_typing = false
19
+
20
+ [.editorconfig]
21
+ ij_editorconfig_align_group_field_declarations = false
22
+ ij_editorconfig_space_after_colon = false
23
+ ij_editorconfig_space_after_comma = true
24
+ ij_editorconfig_space_before_colon = false
25
+ ij_editorconfig_space_before_comma = false
26
+ ij_editorconfig_spaces_around_assignment_operators = true
27
+
28
+ [{*.bash,*.sh,*.zsh}]
29
+ ij_shell_binary_ops_start_line = false
30
+ ij_shell_keep_column_alignment_padding = false
31
+ ij_shell_minify_program = false
32
+ ij_shell_redirect_followed_by_space = false
33
+ ij_shell_switch_cases_indented = false
34
+ ij_shell_use_unix_line_separator = true
35
+
36
+ [{*.gemspec,*.jbuilder,*.rake,*.rb,*.rbi,*.rbw,*.ru,*.thor,.simplecov,capfile,gemfile,guardfile,isolate,rakefile,steepfile,vagrantfile}]
37
+ ij_ruby_align_group_field_declarations = true
38
+ ij_ruby_align_multiline_parameters = true
39
+ ij_ruby_blank_lines_around_class = 1
40
+ ij_ruby_blank_lines_around_method = 1
41
+ ij_ruby_chain_calls_alignment = 2
42
+ ij_ruby_convert_brace_block_by_enter = true
43
+ ij_ruby_empty_declarations_style = 1
44
+ ij_ruby_force_newlines_around_visibility_mods = true
45
+ ij_ruby_indent_private_methods = false
46
+ ij_ruby_indent_protected_methods = false
47
+ ij_ruby_indent_public_methods = false
48
+ ij_ruby_indent_visibility_modifiers = true
49
+ ij_ruby_indent_when_cases = false
50
+ ij_ruby_keep_blank_lines_in_code = 1
51
+ ij_ruby_keep_blank_lines_in_declarations = 1
52
+ ij_ruby_keep_line_breaks = true
53
+ ij_ruby_parentheses_around_method_arguments = true
54
+ ij_ruby_spaces_around_assignment_operators = true
55
+ ij_ruby_spaces_around_hashrocket = true
56
+ ij_ruby_spaces_around_other_operators = true
57
+ ij_ruby_spaces_around_pow_operators = true
58
+ ij_ruby_spaces_around_range_operators = false
59
+ ij_ruby_spaces_around_relational_operators = true
60
+ ij_ruby_spaces_within_array_initializer_braces = true
61
+ ij_ruby_spaces_within_braces = true
62
+ ij_ruby_spaces_within_pipes = false
63
+ ij_ruby_use_external_formatter = false
64
+
65
+ [{*.har,*.json}]
66
+ ij_json_array_wrapping = split_into_lines
67
+ ij_json_keep_blank_lines_in_code = 0
68
+ ij_json_keep_indents_on_empty_lines = false
69
+ ij_json_keep_line_breaks = true
70
+ ij_json_keep_trailing_comma = false
71
+ ij_json_object_wrapping = split_into_lines
72
+ ij_json_property_alignment = do_not_align
73
+ ij_json_space_after_colon = true
74
+ ij_json_space_after_comma = true
75
+ ij_json_space_before_colon = false
76
+ ij_json_space_before_comma = false
77
+ ij_json_spaces_within_braces = false
78
+ ij_json_spaces_within_brackets = false
79
+ ij_json_wrap_long_lines = false
80
+
81
+ [{*.markdown,*.md}]
82
+ ij_markdown_force_one_space_after_blockquote_symbol = true
83
+ ij_markdown_force_one_space_after_header_symbol = true
84
+ ij_markdown_force_one_space_after_list_bullet = true
85
+ ij_markdown_force_one_space_between_words = true
86
+ ij_markdown_format_tables = true
87
+ ij_markdown_insert_quote_arrows_on_wrap = true
88
+ ij_markdown_keep_indents_on_empty_lines = false
89
+ ij_markdown_keep_line_breaks_inside_text_blocks = true
90
+ ij_markdown_max_lines_around_block_elements = 1
91
+ ij_markdown_max_lines_around_header = 1
92
+ ij_markdown_max_lines_between_paragraphs = 1
93
+ ij_markdown_min_lines_around_block_elements = 1
94
+ ij_markdown_min_lines_around_header = 1
95
+ ij_markdown_min_lines_between_paragraphs = 1
96
+ ij_markdown_wrap_text_if_long = true
97
+ ij_markdown_wrap_text_inside_blockquotes = true
98
+
99
+ [{*.yaml,*.yml}]
100
+ ij_yaml_align_values_properties = do_not_align
101
+ ij_yaml_autoinsert_sequence_marker = true
102
+ ij_yaml_block_mapping_on_new_line = false
103
+ ij_yaml_indent_sequence_value = true
104
+ ij_yaml_keep_indents_on_empty_lines = false
105
+ ij_yaml_keep_line_breaks = true
106
+ ij_yaml_sequence_on_new_line = false
107
+ ij_yaml_space_before_colon = false
108
+ ij_yaml_spaces_within_braces = true
109
+ ij_yaml_spaces_within_brackets = true
data/.idea/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Datasource local storage ignored files
7
+ /dataSources/
8
+ /dataSources.local.xml
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="RbsMissingTypeSignature" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
5
+ </profile>
6
+ </component>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/rrx_api.iml" filepath="$PROJECT_DIR$/.idea/rrx_api.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
data/.idea/rrx_api.iml ADDED
@@ -0,0 +1,255 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="ModuleRunConfigurationManager">
4
+ <shared />
5
+ </component>
6
+ <component name="NewModuleRootManager">
7
+ <content url="file://$MODULE_DIR$">
8
+ <sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
9
+ <sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
10
+ <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
11
+ </content>
12
+ <orderEntry type="jdk" jdkName="Remote-asdf: ruby-3.2.2 (-p53" jdkType="RUBY_SDK" />
13
+ <orderEntry type="sourceFolder" forTests="false" />
14
+ <orderEntry type="module-library">
15
+ <library name="rrx_dev (v0.1.0) [path][gem]" type="rubylib">
16
+ <properties>
17
+ <option name="version" value="4" />
18
+ </properties>
19
+ <CLASSES>
20
+ <root url="file://$MODULE_DIR$/../rrx_dev/bin" />
21
+ <root url="file://$MODULE_DIR$/../rrx_dev/exe" />
22
+ <root url="file://$MODULE_DIR$/../rrx_dev/lib" />
23
+ <root url="file://$MODULE_DIR$/../rrx_dev/pkg" />
24
+ <root url="file://$MODULE_DIR$/../rrx_dev/sig" />
25
+ <root url="file://$MODULE_DIR$/../rrx_dev/.git" />
26
+ <root url="file://$MODULE_DIR$/../rrx_dev/spec" />
27
+ <root url="file://$MODULE_DIR$/../rrx_dev/.idea" />
28
+ <root url="file://$MODULE_DIR$/../rrx_dev/config" />
29
+ </CLASSES>
30
+ <JAVADOC />
31
+ <SOURCES>
32
+ <root url="file://$MODULE_DIR$/../rrx_dev/bin" />
33
+ <root url="file://$MODULE_DIR$/../rrx_dev/exe" />
34
+ <root url="file://$MODULE_DIR$/../rrx_dev/lib" />
35
+ <root url="file://$MODULE_DIR$/../rrx_dev/pkg" />
36
+ <root url="file://$MODULE_DIR$/../rrx_dev/sig" />
37
+ <root url="file://$MODULE_DIR$/../rrx_dev/.git" />
38
+ <root url="file://$MODULE_DIR$/../rrx_dev/spec" />
39
+ <root url="file://$MODULE_DIR$/../rrx_dev/.idea" />
40
+ <root url="file://$MODULE_DIR$/../rrx_dev/config" />
41
+ </SOURCES>
42
+ <excluded>
43
+ <root url="file://$MODULE_DIR$/../rrx_dev/bin" />
44
+ <root url="file://$MODULE_DIR$/../rrx_dev/exe" />
45
+ <root url="file://$MODULE_DIR$/../rrx_dev/pkg" />
46
+ <root url="file://$MODULE_DIR$/../rrx_dev/.git" />
47
+ <root url="file://$MODULE_DIR$/../rrx_dev/spec" />
48
+ <root url="file://$MODULE_DIR$/../rrx_dev/.idea" />
49
+ </excluded>
50
+ </library>
51
+ </orderEntry>
52
+ <orderEntry type="module-library">
53
+ <library name="rrx_logging (v0.1.0) [path][gem]" type="rubylib">
54
+ <properties>
55
+ <option name="version" value="4" />
56
+ </properties>
57
+ <CLASSES>
58
+ <root url="file://$MODULE_DIR$/../rrx_logging/bin" />
59
+ <root url="file://$MODULE_DIR$/../rrx_logging/lib" />
60
+ <root url="file://$MODULE_DIR$/../rrx_logging/pkg" />
61
+ <root url="file://$MODULE_DIR$/../rrx_logging/sig" />
62
+ <root url="file://$MODULE_DIR$/../rrx_logging/.git" />
63
+ <root url="file://$MODULE_DIR$/../rrx_logging/spec" />
64
+ <root url="file://$MODULE_DIR$/../rrx_logging/.idea" />
65
+ </CLASSES>
66
+ <JAVADOC />
67
+ <SOURCES>
68
+ <root url="file://$MODULE_DIR$/../rrx_logging/bin" />
69
+ <root url="file://$MODULE_DIR$/../rrx_logging/lib" />
70
+ <root url="file://$MODULE_DIR$/../rrx_logging/pkg" />
71
+ <root url="file://$MODULE_DIR$/../rrx_logging/sig" />
72
+ <root url="file://$MODULE_DIR$/../rrx_logging/.git" />
73
+ <root url="file://$MODULE_DIR$/../rrx_logging/spec" />
74
+ <root url="file://$MODULE_DIR$/../rrx_logging/.idea" />
75
+ </SOURCES>
76
+ <excluded>
77
+ <root url="file://$MODULE_DIR$/../rrx_logging/bin" />
78
+ <root url="file://$MODULE_DIR$/../rrx_logging/pkg" />
79
+ <root url="file://$MODULE_DIR$/../rrx_logging/.git" />
80
+ <root url="file://$MODULE_DIR$/../rrx_logging/spec" />
81
+ <root url="file://$MODULE_DIR$/../rrx_logging/.idea" />
82
+ </excluded>
83
+ </library>
84
+ </orderEntry>
85
+ <orderEntry type="library" scope="PROVIDED" name="actioncable (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
86
+ <orderEntry type="library" scope="PROVIDED" name="actionmailbox (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
87
+ <orderEntry type="library" scope="PROVIDED" name="actionmailer (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
88
+ <orderEntry type="library" scope="PROVIDED" name="actionpack (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
89
+ <orderEntry type="library" scope="PROVIDED" name="actionpack-action_caching (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
90
+ <orderEntry type="library" scope="PROVIDED" name="actiontext (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
91
+ <orderEntry type="library" scope="PROVIDED" name="actionview (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
92
+ <orderEntry type="library" scope="PROVIDED" name="active_record_query_trace (v1.8.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
93
+ <orderEntry type="library" scope="PROVIDED" name="activejob (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
94
+ <orderEntry type="library" scope="PROVIDED" name="activemodel (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
95
+ <orderEntry type="library" scope="PROVIDED" name="activerecord (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
96
+ <orderEntry type="library" scope="PROVIDED" name="activestorage (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
97
+ <orderEntry type="library" scope="PROVIDED" name="activesupport (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
98
+ <orderEntry type="library" scope="PROVIDED" name="addressable (v2.8.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
99
+ <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
100
+ <orderEntry type="library" scope="PROVIDED" name="base64 (v0.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
101
+ <orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
102
+ <orderEntry type="library" scope="PROVIDED" name="binding_of_caller (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
103
+ <orderEntry type="library" scope="PROVIDED" name="bootsnap (v1.17.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
104
+ <orderEntry type="library" scope="PROVIDED" name="builder (v3.2.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
105
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v2.4.10, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
106
+ <orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
107
+ <orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
108
+ <orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.4.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
109
+ <orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
110
+ <orderEntry type="library" scope="PROVIDED" name="date (v3.3.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
111
+ <orderEntry type="library" scope="PROVIDED" name="debug (v1.9.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
112
+ <orderEntry type="library" scope="PROVIDED" name="debug_inspector (v1.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
113
+ <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
114
+ <orderEntry type="library" scope="PROVIDED" name="drb (v2.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
115
+ <orderEntry type="library" scope="PROVIDED" name="erubi (v1.12.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
116
+ <orderEntry type="library" scope="PROVIDED" name="factory_bot (v6.4.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
117
+ <orderEntry type="library" scope="PROVIDED" name="factory_bot_rails (v6.4.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
118
+ <orderEntry type="library" scope="PROVIDED" name="faraday (v1.10.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
119
+ <orderEntry type="library" scope="PROVIDED" name="faraday-em_http (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
120
+ <orderEntry type="library" scope="PROVIDED" name="faraday-em_synchrony (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
121
+ <orderEntry type="library" scope="PROVIDED" name="faraday-excon (v1.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
122
+ <orderEntry type="library" scope="PROVIDED" name="faraday-httpclient (v1.0.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
123
+ <orderEntry type="library" scope="PROVIDED" name="faraday-multipart (v1.0.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
124
+ <orderEntry type="library" scope="PROVIDED" name="faraday-net_http (v1.0.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
125
+ <orderEntry type="library" scope="PROVIDED" name="faraday-net_http_persistent (v1.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
126
+ <orderEntry type="library" scope="PROVIDED" name="faraday-patron (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
127
+ <orderEntry type="library" scope="PROVIDED" name="faraday-rack (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
128
+ <orderEntry type="library" scope="PROVIDED" name="faraday-retry (v1.0.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
129
+ <orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v1.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
130
+ <orderEntry type="library" scope="PROVIDED" name="ffi (v1.16.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
131
+ <orderEntry type="library" scope="PROVIDED" name="globalid (v1.2.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
132
+ <orderEntry type="library" scope="PROVIDED" name="i18n (v1.14.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
133
+ <orderEntry type="library" scope="PROVIDED" name="io-console (v0.7.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
134
+ <orderEntry type="library" scope="PROVIDED" name="irb (v1.11.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
135
+ <orderEntry type="library" scope="PROVIDED" name="jbuilder (v2.11.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
136
+ <orderEntry type="library" scope="PROVIDED" name="json (v2.7.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
137
+ <orderEntry type="library" scope="PROVIDED" name="json-schema (v4.1.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
138
+ <orderEntry type="library" scope="PROVIDED" name="kaminari (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
139
+ <orderEntry type="library" scope="PROVIDED" name="kaminari-actionview (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
140
+ <orderEntry type="library" scope="PROVIDED" name="kaminari-activerecord (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
141
+ <orderEntry type="library" scope="PROVIDED" name="kaminari-core (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
142
+ <orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
143
+ <orderEntry type="library" scope="PROVIDED" name="listen (v3.8.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
144
+ <orderEntry type="library" scope="PROVIDED" name="loofah (v2.22.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
145
+ <orderEntry type="library" scope="PROVIDED" name="mail (v2.8.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
146
+ <orderEntry type="library" scope="PROVIDED" name="marcel (v1.0.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
147
+ <orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.1.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
148
+ <orderEntry type="library" scope="PROVIDED" name="minitest (v5.20.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
149
+ <orderEntry type="library" scope="PROVIDED" name="msgpack (v1.7.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
150
+ <orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.3.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
151
+ <orderEntry type="library" scope="PROVIDED" name="mutex_m (v0.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
152
+ <orderEntry type="library" scope="PROVIDED" name="net-imap (v0.4.9, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
153
+ <orderEntry type="library" scope="PROVIDED" name="net-pop (v0.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
154
+ <orderEntry type="library" scope="PROVIDED" name="net-protocol (v0.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
155
+ <orderEntry type="library" scope="PROVIDED" name="net-smtp (v0.4.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
156
+ <orderEntry type="library" scope="PROVIDED" name="nio4r (v2.7.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
157
+ <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.16.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
158
+ <orderEntry type="library" scope="PROVIDED" name="parallel (v1.24.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
159
+ <orderEntry type="library" scope="PROVIDED" name="parser (v3.2.2.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
160
+ <orderEntry type="library" scope="PROVIDED" name="proc_to_ast (v0.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
161
+ <orderEntry type="library" scope="PROVIDED" name="psych (v5.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
162
+ <orderEntry type="library" scope="PROVIDED" name="public_suffix (v5.0.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
163
+ <orderEntry type="library" scope="PROVIDED" name="puma (v6.4.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
164
+ <orderEntry type="library" scope="PROVIDED" name="racc (v1.7.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
165
+ <orderEntry type="library" scope="PROVIDED" name="rack (v3.0.8, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
166
+ <orderEntry type="library" scope="PROVIDED" name="rack-cors (v2.0.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
167
+ <orderEntry type="library" scope="PROVIDED" name="rack-session (v2.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
168
+ <orderEntry type="library" scope="PROVIDED" name="rack-test (v2.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
169
+ <orderEntry type="library" scope="PROVIDED" name="rackup (v2.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
170
+ <orderEntry type="library" scope="PROVIDED" name="rails (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
171
+ <orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
172
+ <orderEntry type="library" scope="PROVIDED" name="rails-healthcheck (v1.4.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
173
+ <orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.6.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
174
+ <orderEntry type="library" scope="PROVIDED" name="railties (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
175
+ <orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
176
+ <orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
177
+ <orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.11.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
178
+ <orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.10.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
179
+ <orderEntry type="library" scope="PROVIDED" name="rdoc (v6.6.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
180
+ <orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.8.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
181
+ <orderEntry type="library" scope="PROVIDED" name="reline (v0.4.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
182
+ <orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
183
+ <orderEntry type="library" scope="PROVIDED" name="rrx_config (v0.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
184
+ <orderEntry type="library" scope="PROVIDED" name="rspec (v3.12.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
185
+ <orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.12.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
186
+ <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.12.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
187
+ <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.12.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
188
+ <orderEntry type="library" scope="PROVIDED" name="rspec-parameterized (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
189
+ <orderEntry type="library" scope="PROVIDED" name="rspec-parameterized-core (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
190
+ <orderEntry type="library" scope="PROVIDED" name="rspec-parameterized-table_syntax (v1.0.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
191
+ <orderEntry type="library" scope="PROVIDED" name="rspec-rails (v6.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
192
+ <orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.12.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
193
+ <orderEntry type="library" scope="PROVIDED" name="rswag-api (v2.13.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
194
+ <orderEntry type="library" scope="PROVIDED" name="rswag-specs (v2.13.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
195
+ <orderEntry type="library" scope="PROVIDED" name="rswag-ui (v2.13.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
196
+ <orderEntry type="library" scope="PROVIDED" name="rubocop (v1.59.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
197
+ <orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.30.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
198
+ <orderEntry type="library" scope="PROVIDED" name="rubocop-rails (v2.23.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
199
+ <orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
200
+ <orderEntry type="library" scope="PROVIDED" name="spring (v4.1.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
201
+ <orderEntry type="library" scope="PROVIDED" name="sqlite3 (v1.7.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
202
+ <orderEntry type="library" scope="PROVIDED" name="stringio (v3.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
203
+ <orderEntry type="library" scope="PROVIDED" name="thor (v1.3.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
204
+ <orderEntry type="library" scope="PROVIDED" name="timeout (v0.4.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
205
+ <orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
206
+ <orderEntry type="library" scope="PROVIDED" name="tzinfo-data (v1.2023.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
207
+ <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.5.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
208
+ <orderEntry type="library" scope="PROVIDED" name="unparser (v0.6.10, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
209
+ <orderEntry type="library" scope="PROVIDED" name="webrick (v1.8.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
210
+ <orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.7.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
211
+ <orderEntry type="library" scope="PROVIDED" name="websocket-extensions (v0.1.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
212
+ <orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.6.12, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
213
+ </component>
214
+ <component name="RakeTasksCache">
215
+ <option name="myRootTask">
216
+ <RakeTaskImpl id="rake">
217
+ <subtasks>
218
+ <RakeTaskImpl description="Build rrx_api-0.1.0.gem into the pkg directory" fullCommand="build" id="build" />
219
+ <RakeTaskImpl id="build">
220
+ <subtasks>
221
+ <RakeTaskImpl description="Generate SHA512 checksum if rrx_api-0.1.0.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
222
+ </subtasks>
223
+ </RakeTaskImpl>
224
+ <RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
225
+ <RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
226
+ <RakeTaskImpl description="Build and install rrx_api-0.1.0.gem into system gems" fullCommand="install" id="install" />
227
+ <RakeTaskImpl id="install">
228
+ <subtasks>
229
+ <RakeTaskImpl description="Build and install rrx_api-0.1.0.gem into system gems without network access" fullCommand="install:local" id="local" />
230
+ </subtasks>
231
+ </RakeTaskImpl>
232
+ <RakeTaskImpl description="Create tag v0.1.0 and build and push rrx_api-0.1.0.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
233
+ <RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
234
+ <RakeTaskImpl id="rubocop">
235
+ <subtasks>
236
+ <RakeTaskImpl description="Autocorrect RuboCop offenses (only when it's safe)" fullCommand="rubocop:autocorrect" id="autocorrect" />
237
+ <RakeTaskImpl description="Autocorrect RuboCop offenses (safe and unsafe)" fullCommand="rubocop:autocorrect_all" id="autocorrect_all" />
238
+ <RakeTaskImpl description="" fullCommand="rubocop:auto_correct" id="auto_correct" />
239
+ </subtasks>
240
+ </RakeTaskImpl>
241
+ <RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
242
+ <RakeTaskImpl description="" fullCommand="default" id="default" />
243
+ <RakeTaskImpl description="" fullCommand="release" id="release" />
244
+ <RakeTaskImpl id="release">
245
+ <subtasks>
246
+ <RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
247
+ <RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
248
+ <RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
249
+ </subtasks>
250
+ </RakeTaskImpl>
251
+ </subtasks>
252
+ </RakeTaskImpl>
253
+ </option>
254
+ </component>
255
+ </module>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require rails_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,5 @@
1
+ inherit_gem:
2
+ rrx_dev: config/rubocop.yml
3
+
4
+ ##
5
+ # Add project specific cops below
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at dan.drew@hotmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+ gemspec
5
+
6
+ gem 'sqlite3'
7
+
8
+ gem 'rrx_dev', path: '~/dev/rrx/rrx_dev'
9
+ gem 'rrx_logging', path: '~/dev/rrx/rrx_logging'