standard_exceptions 0.1.3
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 +7 -0
- data/.gitignore +11 -0
- data/.idea/.name +1 -0
- data/.idea/compiler.xml +23 -0
- data/.idea/copyright/profiles_settings.xml +3 -0
- data/.idea/encodings.xml +6 -0
- data/.idea/misc.xml +39 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +1285 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +32 -0
- data/Rakefile +1 -0
- data/lib/standard_exceptions/application.rb +16 -0
- data/lib/standard_exceptions/application_methods.rb +15 -0
- data/lib/standard_exceptions/http.rb +55 -0
- data/lib/standard_exceptions/http_methods.rb +26 -0
- data/lib/standard_exceptions/version.rb +3 -0
- data/lib/standard_exceptions.rb +45 -0
- data/standard_exceptions.gemspec +24 -0
- data/standard_exceptions.iml +23 -0
- metadata +100 -0
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,1285 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="c28650ea-2285-461a-af18-a54ab08d1550" name="Default" comment="added StandardExceptions::Methods">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/standard_exceptions.gemspec" afterPath="$PROJECT_DIR$/standard_exceptions.gemspec" />
|
7
|
+
</list>
|
8
|
+
<ignored path="standard_exceptions.iws" />
|
9
|
+
<ignored path=".idea/workspace.xml" />
|
10
|
+
<ignored path="$PROJECT_DIR$/out/" />
|
11
|
+
<ignored path=".idea/dataSources.local.xml" />
|
12
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
13
|
+
<option name="TRACKING_ENABLED" value="true" />
|
14
|
+
<option name="SHOW_DIALOG" value="false" />
|
15
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
16
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
17
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
18
|
+
</component>
|
19
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
20
|
+
<component name="CreatePatchCommitExecutor">
|
21
|
+
<option name="PATCH_PATH" value="" />
|
22
|
+
</component>
|
23
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
24
|
+
<component name="FavoritesManager">
|
25
|
+
<favorites_list name="standard_exceptions" />
|
26
|
+
</component>
|
27
|
+
<component name="FileEditorManager">
|
28
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
29
|
+
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
30
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
31
|
+
<provider selected="true" editor-type-id="text-editor">
|
32
|
+
<state vertical-scroll-proportion="0.0">
|
33
|
+
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
34
|
+
<folding />
|
35
|
+
</state>
|
36
|
+
</provider>
|
37
|
+
</entry>
|
38
|
+
</file>
|
39
|
+
<file leaf-file-name="standard_exceptions.gemspec" pinned="false" current-in-tab="true">
|
40
|
+
<entry file="file://$PROJECT_DIR$/standard_exceptions.gemspec">
|
41
|
+
<provider selected="true" editor-type-id="text-editor">
|
42
|
+
<state vertical-scroll-proportion="0.26486486">
|
43
|
+
<caret line="14" column="28" selection-start-line="14" selection-start-column="28" selection-end-line="14" selection-end-column="28" />
|
44
|
+
<folding />
|
45
|
+
</state>
|
46
|
+
</provider>
|
47
|
+
</entry>
|
48
|
+
</file>
|
49
|
+
</leaf>
|
50
|
+
</component>
|
51
|
+
<component name="Git.Settings">
|
52
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
53
|
+
</component>
|
54
|
+
<component name="GradleLocalSettings">
|
55
|
+
<option name="externalProjectsViewState">
|
56
|
+
<projects_view />
|
57
|
+
</option>
|
58
|
+
</component>
|
59
|
+
<component name="IdeDocumentHistory">
|
60
|
+
<option name="CHANGED_PATHS">
|
61
|
+
<list>
|
62
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
63
|
+
<option value="$PROJECT_DIR$/README.md" />
|
64
|
+
<option value="$PROJECT_DIR$/lib/standard_exceptions/application.rb" />
|
65
|
+
<option value="$PROJECT_DIR$/lib/standard_exceptions/http.rb" />
|
66
|
+
<option value="$PROJECT_DIR$/lib/standard_exceptions/http_methods.rb" />
|
67
|
+
<option value="$PROJECT_DIR$/lib/standard_exceptions/application_methods.rb" />
|
68
|
+
<option value="$PROJECT_DIR$/lib/standard_exceptions/version.rb" />
|
69
|
+
<option value="$PROJECT_DIR$/standard_exceptions.gemspec" />
|
70
|
+
</list>
|
71
|
+
</option>
|
72
|
+
</component>
|
73
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
74
|
+
<component name="JsBuildToolPackageJson" detection-done="true" />
|
75
|
+
<component name="JsGulpfileManager">
|
76
|
+
<detection-done>true</detection-done>
|
77
|
+
</component>
|
78
|
+
<component name="ProjectFrameBounds">
|
79
|
+
<option name="y" value="23" />
|
80
|
+
<option name="width" value="1409" />
|
81
|
+
<option name="height" value="877" />
|
82
|
+
</component>
|
83
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
84
|
+
<OptionsSetting value="true" id="Add" />
|
85
|
+
<OptionsSetting value="true" id="Remove" />
|
86
|
+
<OptionsSetting value="true" id="Checkout" />
|
87
|
+
<OptionsSetting value="true" id="Update" />
|
88
|
+
<OptionsSetting value="true" id="Status" />
|
89
|
+
<OptionsSetting value="true" id="Edit" />
|
90
|
+
<ConfirmationsSetting value="0" id="Add" />
|
91
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
92
|
+
</component>
|
93
|
+
<component name="ProjectView">
|
94
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
95
|
+
<flattenPackages />
|
96
|
+
<showMembers />
|
97
|
+
<showModules />
|
98
|
+
<showLibraryContents />
|
99
|
+
<hideEmptyPackages />
|
100
|
+
<abbreviatePackageNames />
|
101
|
+
<autoscrollToSource />
|
102
|
+
<autoscrollFromSource />
|
103
|
+
<sortByType />
|
104
|
+
<manualOrder />
|
105
|
+
<foldersAlwaysOnTop value="true" />
|
106
|
+
</navigator>
|
107
|
+
<panes>
|
108
|
+
<pane id="Scratches" />
|
109
|
+
<pane id="Scope" />
|
110
|
+
<pane id="ProjectPane">
|
111
|
+
<subPane>
|
112
|
+
<PATH>
|
113
|
+
<PATH_ELEMENT>
|
114
|
+
<option name="myItemId" value="standard_exceptions" />
|
115
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
116
|
+
</PATH_ELEMENT>
|
117
|
+
</PATH>
|
118
|
+
<PATH>
|
119
|
+
<PATH_ELEMENT>
|
120
|
+
<option name="myItemId" value="standard_exceptions" />
|
121
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
122
|
+
</PATH_ELEMENT>
|
123
|
+
<PATH_ELEMENT>
|
124
|
+
<option name="myItemId" value="standard_exceptions" />
|
125
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
126
|
+
</PATH_ELEMENT>
|
127
|
+
</PATH>
|
128
|
+
<PATH>
|
129
|
+
<PATH_ELEMENT>
|
130
|
+
<option name="myItemId" value="standard_exceptions" />
|
131
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
132
|
+
</PATH_ELEMENT>
|
133
|
+
<PATH_ELEMENT>
|
134
|
+
<option name="myItemId" value="standard_exceptions" />
|
135
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
136
|
+
</PATH_ELEMENT>
|
137
|
+
<PATH_ELEMENT>
|
138
|
+
<option name="myItemId" value="lib" />
|
139
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
140
|
+
</PATH_ELEMENT>
|
141
|
+
</PATH>
|
142
|
+
<PATH>
|
143
|
+
<PATH_ELEMENT>
|
144
|
+
<option name="myItemId" value="standard_exceptions" />
|
145
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
146
|
+
</PATH_ELEMENT>
|
147
|
+
<PATH_ELEMENT>
|
148
|
+
<option name="myItemId" value="standard_exceptions" />
|
149
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
150
|
+
</PATH_ELEMENT>
|
151
|
+
<PATH_ELEMENT>
|
152
|
+
<option name="myItemId" value="lib" />
|
153
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
154
|
+
</PATH_ELEMENT>
|
155
|
+
<PATH_ELEMENT>
|
156
|
+
<option name="myItemId" value="standard_exceptions" />
|
157
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
158
|
+
</PATH_ELEMENT>
|
159
|
+
</PATH>
|
160
|
+
</subPane>
|
161
|
+
</pane>
|
162
|
+
<pane id="PackagesPane" />
|
163
|
+
</panes>
|
164
|
+
</component>
|
165
|
+
<component name="PropertiesComponent">
|
166
|
+
<property name="GoToClass.includeLibraries" value="false" />
|
167
|
+
<property name="GoToClass.toSaveIncludeLibraries" value="false" />
|
168
|
+
<property name="GoToFile.includeJavaFiles" value="false" />
|
169
|
+
<property name="MemberChooser.sorted" value="false" />
|
170
|
+
<property name="MemberChooser.showClasses" value="true" />
|
171
|
+
<property name="MemberChooser.copyJavadoc" value="false" />
|
172
|
+
<property name="android.sdk.path" value="$USER_HOME$/android-sdk-macosx" />
|
173
|
+
<property name="settings.editor.selected.configurable" value="settings.github" />
|
174
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
175
|
+
<property name="aspect.path.notification.shown" value="true" />
|
176
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
177
|
+
<property name="ChangesBrowser.SHOW_FLATTEN" value="true" />
|
178
|
+
<property name="js-jscs-nodeInterpreter" value="$USER_HOME$/.nvm/versions/node/v0.12.15/bin/node" />
|
179
|
+
</component>
|
180
|
+
<component name="RunManager">
|
181
|
+
<configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
|
182
|
+
<module name="" />
|
183
|
+
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
|
184
|
+
<option name="PROGRAM_PARAMETERS" />
|
185
|
+
<method />
|
186
|
+
</configuration>
|
187
|
+
<configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application">
|
188
|
+
<module name="" />
|
189
|
+
<option name="ACTIVITY_CLASS" value="" />
|
190
|
+
<option name="MODE" value="default_activity" />
|
191
|
+
<option name="DEPLOY" value="true" />
|
192
|
+
<option name="ARTIFACT_NAME" value="" />
|
193
|
+
<option name="TARGET_SELECTION_MODE" value="EMULATOR" />
|
194
|
+
<option name="USE_LAST_SELECTED_DEVICE" value="false" />
|
195
|
+
<option name="PREFERRED_AVD" value="" />
|
196
|
+
<option name="USE_COMMAND_LINE" value="true" />
|
197
|
+
<option name="COMMAND_LINE" value="" />
|
198
|
+
<option name="WIPE_USER_DATA" value="false" />
|
199
|
+
<option name="DISABLE_BOOT_ANIMATION" value="false" />
|
200
|
+
<option name="NETWORK_SPEED" value="full" />
|
201
|
+
<option name="NETWORK_LATENCY" value="none" />
|
202
|
+
<option name="CLEAR_LOGCAT" value="false" />
|
203
|
+
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
|
204
|
+
<option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" />
|
205
|
+
<option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="0" />
|
206
|
+
<option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
|
207
|
+
<option name="SELECTED_CLOUD_DEVICE_CONFIGURATION_ID" value="0" />
|
208
|
+
<option name="SELECTED_CLOUD_DEVICE_PROJECT_ID" value="" />
|
209
|
+
<option name="IS_VALID_CLOUD_MATRIX_SELECTION" value="false" />
|
210
|
+
<option name="INVALID_CLOUD_MATRIX_SELECTION_ERROR" value="" />
|
211
|
+
<option name="IS_VALID_CLOUD_DEVICE_SELECTION" value="false" />
|
212
|
+
<option name="INVALID_CLOUD_DEVICE_SELECTION_ERROR" value="" />
|
213
|
+
<option name="CLOUD_DEVICE_SERIAL_NUMBER" value="" />
|
214
|
+
<method />
|
215
|
+
</configuration>
|
216
|
+
<configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests">
|
217
|
+
<module name="" />
|
218
|
+
<option name="TESTING_TYPE" value="0" />
|
219
|
+
<option name="INSTRUMENTATION_RUNNER_CLASS" value="" />
|
220
|
+
<option name="METHOD_NAME" value="" />
|
221
|
+
<option name="CLASS_NAME" value="" />
|
222
|
+
<option name="PACKAGE_NAME" value="" />
|
223
|
+
<option name="TARGET_SELECTION_MODE" value="EMULATOR" />
|
224
|
+
<option name="USE_LAST_SELECTED_DEVICE" value="false" />
|
225
|
+
<option name="PREFERRED_AVD" value="" />
|
226
|
+
<option name="USE_COMMAND_LINE" value="true" />
|
227
|
+
<option name="COMMAND_LINE" value="" />
|
228
|
+
<option name="WIPE_USER_DATA" value="false" />
|
229
|
+
<option name="DISABLE_BOOT_ANIMATION" value="false" />
|
230
|
+
<option name="NETWORK_SPEED" value="full" />
|
231
|
+
<option name="NETWORK_LATENCY" value="none" />
|
232
|
+
<option name="CLEAR_LOGCAT" value="false" />
|
233
|
+
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" />
|
234
|
+
<option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" />
|
235
|
+
<option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="0" />
|
236
|
+
<option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
|
237
|
+
<option name="SELECTED_CLOUD_DEVICE_CONFIGURATION_ID" value="0" />
|
238
|
+
<option name="SELECTED_CLOUD_DEVICE_PROJECT_ID" value="" />
|
239
|
+
<option name="IS_VALID_CLOUD_MATRIX_SELECTION" value="false" />
|
240
|
+
<option name="INVALID_CLOUD_MATRIX_SELECTION_ERROR" value="" />
|
241
|
+
<option name="IS_VALID_CLOUD_DEVICE_SELECTION" value="false" />
|
242
|
+
<option name="INVALID_CLOUD_DEVICE_SELECTION_ERROR" value="" />
|
243
|
+
<option name="CLOUD_DEVICE_SERIAL_NUMBER" value="" />
|
244
|
+
<method />
|
245
|
+
</configuration>
|
246
|
+
<configuration default="true" type="Applet" factoryName="Applet">
|
247
|
+
<option name="HTML_USED" value="false" />
|
248
|
+
<option name="WIDTH" value="400" />
|
249
|
+
<option name="HEIGHT" value="300" />
|
250
|
+
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
|
251
|
+
<module />
|
252
|
+
<method />
|
253
|
+
</configuration>
|
254
|
+
<configuration default="true" type="Application" factoryName="Application">
|
255
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
256
|
+
<option name="MAIN_CLASS_NAME" />
|
257
|
+
<option name="VM_PARAMETERS" />
|
258
|
+
<option name="PROGRAM_PARAMETERS" />
|
259
|
+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
260
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
261
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
262
|
+
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
263
|
+
<option name="ENV_VARIABLES" />
|
264
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
265
|
+
<module name="" />
|
266
|
+
<envs />
|
267
|
+
<method />
|
268
|
+
</configuration>
|
269
|
+
<configuration default="true" type="ArquillianJUnit" factoryName="">
|
270
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
271
|
+
<module name="" />
|
272
|
+
<option name="arquillianRunConfiguration">
|
273
|
+
<value>
|
274
|
+
<option name="containerStateName" value="" />
|
275
|
+
</value>
|
276
|
+
</option>
|
277
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
278
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
279
|
+
<option name="PACKAGE_NAME" />
|
280
|
+
<option name="MAIN_CLASS_NAME" />
|
281
|
+
<option name="METHOD_NAME" />
|
282
|
+
<option name="TEST_OBJECT" value="class" />
|
283
|
+
<option name="VM_PARAMETERS" />
|
284
|
+
<option name="PARAMETERS" />
|
285
|
+
<option name="WORKING_DIRECTORY" />
|
286
|
+
<option name="ENV_VARIABLES" />
|
287
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
288
|
+
<option name="TEST_SEARCH_SCOPE">
|
289
|
+
<value defaultName="singleModule" />
|
290
|
+
</option>
|
291
|
+
<envs />
|
292
|
+
<patterns />
|
293
|
+
<method />
|
294
|
+
</configuration>
|
295
|
+
<configuration default="true" type="ArquillianTestNG" factoryName="">
|
296
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
297
|
+
<module name="" />
|
298
|
+
<option name="arquillianRunConfiguration">
|
299
|
+
<value>
|
300
|
+
<option name="containerStateName" value="" />
|
301
|
+
</value>
|
302
|
+
</option>
|
303
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
304
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
305
|
+
<option name="SUITE_NAME" />
|
306
|
+
<option name="PACKAGE_NAME" />
|
307
|
+
<option name="MAIN_CLASS_NAME" />
|
308
|
+
<option name="METHOD_NAME" />
|
309
|
+
<option name="GROUP_NAME" />
|
310
|
+
<option name="TEST_OBJECT" value="CLASS" />
|
311
|
+
<option name="VM_PARAMETERS" />
|
312
|
+
<option name="PARAMETERS" />
|
313
|
+
<option name="WORKING_DIRECTORY" />
|
314
|
+
<option name="OUTPUT_DIRECTORY" />
|
315
|
+
<option name="ANNOTATION_TYPE" />
|
316
|
+
<option name="ENV_VARIABLES" />
|
317
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
318
|
+
<option name="TEST_SEARCH_SCOPE">
|
319
|
+
<value defaultName="singleModule" />
|
320
|
+
</option>
|
321
|
+
<option name="USE_DEFAULT_REPORTERS" value="false" />
|
322
|
+
<option name="PROPERTIES_FILE" />
|
323
|
+
<envs />
|
324
|
+
<properties />
|
325
|
+
<listeners />
|
326
|
+
<method />
|
327
|
+
</configuration>
|
328
|
+
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
329
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
330
|
+
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
331
|
+
<option name="WORKING_DIRECTORY" value="" />
|
332
|
+
<option name="PARENT_ENVS" value="true" />
|
333
|
+
<option name="SCRIPT_NAME" value="" />
|
334
|
+
<option name="PARAMETERS" value="" />
|
335
|
+
<module name="" />
|
336
|
+
<envs />
|
337
|
+
<method />
|
338
|
+
</configuration>
|
339
|
+
<configuration default="true" type="CucumberJavaRunConfigurationType" factoryName="Cucumber java">
|
340
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
341
|
+
<option name="myFilePath" />
|
342
|
+
<option name="GLUE" />
|
343
|
+
<option name="myNameFilter" />
|
344
|
+
<option name="myGeneratedName" />
|
345
|
+
<option name="MAIN_CLASS_NAME" />
|
346
|
+
<option name="VM_PARAMETERS" />
|
347
|
+
<option name="PROGRAM_PARAMETERS" />
|
348
|
+
<option name="WORKING_DIRECTORY" />
|
349
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
350
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
351
|
+
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
352
|
+
<option name="ENV_VARIABLES" />
|
353
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
354
|
+
<module name="" />
|
355
|
+
<envs />
|
356
|
+
<method />
|
357
|
+
</configuration>
|
358
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
359
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
360
|
+
<module name="" />
|
361
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
362
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
363
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
364
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
365
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
366
|
+
<envs />
|
367
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
368
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
369
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
370
|
+
<COVERAGE_PATTERN ENABLED="true">
|
371
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
372
|
+
</COVERAGE_PATTERN>
|
373
|
+
</EXTENSION>
|
374
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
375
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
376
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
377
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
378
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
379
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
380
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
381
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
382
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
383
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
384
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
385
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
386
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
387
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
388
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
389
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
390
|
+
<method />
|
391
|
+
</configuration>
|
392
|
+
<configuration default="true" type="GradleRunConfiguration" factoryName="Gradle">
|
393
|
+
<ExternalSystemSettings>
|
394
|
+
<option name="executionName" />
|
395
|
+
<option name="externalProjectPath" />
|
396
|
+
<option name="externalSystemIdString" value="GRADLE" />
|
397
|
+
<option name="scriptParameters" />
|
398
|
+
<option name="taskDescriptions">
|
399
|
+
<list />
|
400
|
+
</option>
|
401
|
+
<option name="taskNames">
|
402
|
+
<list />
|
403
|
+
</option>
|
404
|
+
<option name="vmOptions" />
|
405
|
+
</ExternalSystemSettings>
|
406
|
+
<method />
|
407
|
+
</configuration>
|
408
|
+
<configuration default="true" type="GrailsRunConfigurationType" factoryName="Grails">
|
409
|
+
<module name="" />
|
410
|
+
<setting name="vmparams" value="" />
|
411
|
+
<setting name="cmdLine" value="run-app" />
|
412
|
+
<setting name="depsClasspath" value="false" />
|
413
|
+
<setting name="passParentEnv" value="true" />
|
414
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
415
|
+
<setting name="launchBrowser" value="false" />
|
416
|
+
<method />
|
417
|
+
</configuration>
|
418
|
+
<configuration default="true" type="JRubyCucumberRunConfigurationType" factoryName="JRuby Cucumber">
|
419
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
420
|
+
<option name="MAIN_CLASS_NAME" />
|
421
|
+
<option name="VM_PARAMETERS" value="-Dforce.jruby.jit=true -Djruby.debug.fullTrace=true" />
|
422
|
+
<option name="PROGRAM_PARAMETERS" />
|
423
|
+
<option name="WORKING_DIRECTORY" />
|
424
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
425
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
426
|
+
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
427
|
+
<option name="ENV_VARIABLES" />
|
428
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
429
|
+
<module name="" />
|
430
|
+
<envs />
|
431
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
432
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
433
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
434
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
435
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
436
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
437
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
438
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
439
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
440
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
441
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
442
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
443
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
444
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
445
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
446
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
447
|
+
<method />
|
448
|
+
</configuration>
|
449
|
+
<configuration default="true" type="JUnit" factoryName="JUnit">
|
450
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
451
|
+
<module name="" />
|
452
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
453
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
454
|
+
<option name="PACKAGE_NAME" />
|
455
|
+
<option name="MAIN_CLASS_NAME" />
|
456
|
+
<option name="METHOD_NAME" />
|
457
|
+
<option name="TEST_OBJECT" value="class" />
|
458
|
+
<option name="VM_PARAMETERS" value="-ea" />
|
459
|
+
<option name="PARAMETERS" />
|
460
|
+
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
461
|
+
<option name="ENV_VARIABLES" />
|
462
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
463
|
+
<option name="TEST_SEARCH_SCOPE">
|
464
|
+
<value defaultName="singleModule" />
|
465
|
+
</option>
|
466
|
+
<envs />
|
467
|
+
<patterns />
|
468
|
+
<method />
|
469
|
+
</configuration>
|
470
|
+
<configuration default="true" type="JUnitTestDiscovery" factoryName="JUnit Test Discovery" changeList="All">
|
471
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
472
|
+
<module name="" />
|
473
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
474
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
475
|
+
<option name="PACKAGE_NAME" />
|
476
|
+
<option name="MAIN_CLASS_NAME" />
|
477
|
+
<option name="METHOD_NAME" />
|
478
|
+
<option name="TEST_OBJECT" value="class" />
|
479
|
+
<option name="VM_PARAMETERS" />
|
480
|
+
<option name="PARAMETERS" />
|
481
|
+
<option name="WORKING_DIRECTORY" />
|
482
|
+
<option name="ENV_VARIABLES" />
|
483
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
484
|
+
<option name="TEST_SEARCH_SCOPE">
|
485
|
+
<value defaultName="singleModule" />
|
486
|
+
</option>
|
487
|
+
<envs />
|
488
|
+
<patterns />
|
489
|
+
<method />
|
490
|
+
</configuration>
|
491
|
+
<configuration default="true" type="JarApplication" factoryName="JAR Application">
|
492
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
493
|
+
<envs />
|
494
|
+
<method />
|
495
|
+
</configuration>
|
496
|
+
<configuration default="true" type="Java Scratch" factoryName="Java Scratch">
|
497
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
498
|
+
<option name="SCRATCH_FILE_ID" value="0" />
|
499
|
+
<option name="MAIN_CLASS_NAME" />
|
500
|
+
<option name="VM_PARAMETERS" />
|
501
|
+
<option name="PROGRAM_PARAMETERS" />
|
502
|
+
<option name="WORKING_DIRECTORY" />
|
503
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
504
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
505
|
+
<option name="ENABLE_SWING_INSPECTOR" value="false" />
|
506
|
+
<option name="ENV_VARIABLES" />
|
507
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
508
|
+
<module name="" />
|
509
|
+
<envs />
|
510
|
+
<method />
|
511
|
+
</configuration>
|
512
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
513
|
+
<method />
|
514
|
+
</configuration>
|
515
|
+
<configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
|
516
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
517
|
+
<option name="MAIN_CLASS_NAME" />
|
518
|
+
<option name="VM_PARAMETERS" />
|
519
|
+
<option name="PROGRAM_PARAMETERS" />
|
520
|
+
<option name="WORKING_DIRECTORY" />
|
521
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
522
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
523
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
524
|
+
<module name="standard_exceptions" />
|
525
|
+
<envs />
|
526
|
+
<method />
|
527
|
+
</configuration>
|
528
|
+
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
|
529
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
530
|
+
<option name="filePath" />
|
531
|
+
<option name="vmParameters" />
|
532
|
+
<option name="alternativeJrePath" />
|
533
|
+
<option name="programParameters" />
|
534
|
+
<option name="passParentEnvs" value="true" />
|
535
|
+
<option name="workingDirectory" />
|
536
|
+
<option name="isAlternativeJrePathEnabled" value="false" />
|
537
|
+
<envs />
|
538
|
+
<method />
|
539
|
+
</configuration>
|
540
|
+
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" working-dir="">
|
541
|
+
<method />
|
542
|
+
</configuration>
|
543
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
544
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
545
|
+
<module name="" />
|
546
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
547
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
548
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
549
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
550
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
551
|
+
<envs />
|
552
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
553
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
554
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
555
|
+
<COVERAGE_PATTERN ENABLED="true">
|
556
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
557
|
+
</COVERAGE_PATTERN>
|
558
|
+
</EXTENSION>
|
559
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
560
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
561
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
562
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
563
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
564
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
565
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
566
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
567
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
568
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
569
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
570
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
571
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
572
|
+
<method />
|
573
|
+
</configuration>
|
574
|
+
<configuration default="true" type="Remote" factoryName="Remote">
|
575
|
+
<option name="USE_SOCKET_TRANSPORT" value="true" />
|
576
|
+
<option name="SERVER_MODE" value="false" />
|
577
|
+
<option name="SHMEM_ADDRESS" value="javadebug" />
|
578
|
+
<option name="HOST" value="localhost" />
|
579
|
+
<option name="PORT" value="5005" />
|
580
|
+
<method />
|
581
|
+
</configuration>
|
582
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
583
|
+
<module name="" />
|
584
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
585
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
586
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
587
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
588
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
589
|
+
<envs />
|
590
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
591
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
592
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
593
|
+
<COVERAGE_PATTERN ENABLED="true">
|
594
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
595
|
+
</COVERAGE_PATTERN>
|
596
|
+
</EXTENSION>
|
597
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
598
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
599
|
+
<method />
|
600
|
+
</configuration>
|
601
|
+
<configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
602
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
603
|
+
<module name="" />
|
604
|
+
<envs />
|
605
|
+
<method />
|
606
|
+
</configuration>
|
607
|
+
<configuration default="true" type="TestNG" factoryName="TestNG">
|
608
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
609
|
+
<module name="" />
|
610
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
611
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
612
|
+
<option name="SUITE_NAME" />
|
613
|
+
<option name="PACKAGE_NAME" />
|
614
|
+
<option name="MAIN_CLASS_NAME" />
|
615
|
+
<option name="METHOD_NAME" />
|
616
|
+
<option name="GROUP_NAME" />
|
617
|
+
<option name="TEST_OBJECT" value="CLASS" />
|
618
|
+
<option name="VM_PARAMETERS" value="-ea" />
|
619
|
+
<option name="PARAMETERS" />
|
620
|
+
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
621
|
+
<option name="OUTPUT_DIRECTORY" />
|
622
|
+
<option name="ANNOTATION_TYPE" />
|
623
|
+
<option name="ENV_VARIABLES" />
|
624
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
625
|
+
<option name="TEST_SEARCH_SCOPE">
|
626
|
+
<value defaultName="singleModule" />
|
627
|
+
</option>
|
628
|
+
<option name="USE_DEFAULT_REPORTERS" value="false" />
|
629
|
+
<option name="PROPERTIES_FILE" />
|
630
|
+
<envs />
|
631
|
+
<properties />
|
632
|
+
<listeners />
|
633
|
+
<method />
|
634
|
+
</configuration>
|
635
|
+
<configuration default="true" type="TestNGTestDiscovery" factoryName="TestNG Test Discovery" changeList="All">
|
636
|
+
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
637
|
+
<module name="" />
|
638
|
+
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
639
|
+
<option name="ALTERNATIVE_JRE_PATH" />
|
640
|
+
<option name="SUITE_NAME" />
|
641
|
+
<option name="PACKAGE_NAME" />
|
642
|
+
<option name="MAIN_CLASS_NAME" />
|
643
|
+
<option name="METHOD_NAME" />
|
644
|
+
<option name="GROUP_NAME" />
|
645
|
+
<option name="TEST_OBJECT" value="CLASS" />
|
646
|
+
<option name="VM_PARAMETERS" />
|
647
|
+
<option name="PARAMETERS" />
|
648
|
+
<option name="WORKING_DIRECTORY" />
|
649
|
+
<option name="OUTPUT_DIRECTORY" />
|
650
|
+
<option name="ANNOTATION_TYPE" />
|
651
|
+
<option name="ENV_VARIABLES" />
|
652
|
+
<option name="PASS_PARENT_ENVS" value="true" />
|
653
|
+
<option name="TEST_SEARCH_SCOPE">
|
654
|
+
<value defaultName="singleModule" />
|
655
|
+
</option>
|
656
|
+
<option name="USE_DEFAULT_REPORTERS" value="false" />
|
657
|
+
<option name="PROPERTIES_FILE" />
|
658
|
+
<envs />
|
659
|
+
<properties />
|
660
|
+
<listeners />
|
661
|
+
<method />
|
662
|
+
</configuration>
|
663
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
664
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
665
|
+
<module name="" />
|
666
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
667
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
668
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
669
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
670
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
671
|
+
<envs />
|
672
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
673
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
674
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
675
|
+
<COVERAGE_PATTERN ENABLED="true">
|
676
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
677
|
+
</COVERAGE_PATTERN>
|
678
|
+
</EXTENSION>
|
679
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
680
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
681
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
682
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
683
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
684
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
685
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
686
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
687
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
688
|
+
<method />
|
689
|
+
</configuration>
|
690
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
691
|
+
<node-options />
|
692
|
+
<gulpfile />
|
693
|
+
<tasks />
|
694
|
+
<arguments />
|
695
|
+
<envs />
|
696
|
+
<method />
|
697
|
+
</configuration>
|
698
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
699
|
+
<command value="run-script" />
|
700
|
+
<scripts />
|
701
|
+
<envs />
|
702
|
+
<method />
|
703
|
+
</configuration>
|
704
|
+
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
|
705
|
+
<node-options />
|
706
|
+
<working-directory>$PROJECT_DIR$</working-directory>
|
707
|
+
<pass-parent-env>true</pass-parent-env>
|
708
|
+
<envs />
|
709
|
+
<ui>bdd</ui>
|
710
|
+
<extra-mocha-options />
|
711
|
+
<test-kind>DIRECTORY</test-kind>
|
712
|
+
<test-directory />
|
713
|
+
<recursive>false</recursive>
|
714
|
+
<method />
|
715
|
+
</configuration>
|
716
|
+
<configuration default="true" type="osgi.bnd.run" factoryName="Run Launcher">
|
717
|
+
<method />
|
718
|
+
</configuration>
|
719
|
+
<configuration default="true" type="osgi.bnd.run" factoryName="Test Launcher (JUnit)">
|
720
|
+
<method />
|
721
|
+
</configuration>
|
722
|
+
</component>
|
723
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
724
|
+
<component name="SvnConfiguration">
|
725
|
+
<configuration />
|
726
|
+
</component>
|
727
|
+
<component name="TaskManager">
|
728
|
+
<task active="true" id="Default" summary="Default task">
|
729
|
+
<changelist id="c28650ea-2285-461a-af18-a54ab08d1550" name="Default" comment="" />
|
730
|
+
<created>1473305764379</created>
|
731
|
+
<option name="number" value="Default" />
|
732
|
+
<updated>1473305764379</updated>
|
733
|
+
<workItem from="1473305765635" duration="749000" />
|
734
|
+
<workItem from="1473312642991" duration="1051000" />
|
735
|
+
<workItem from="1473315178997" duration="1178000" />
|
736
|
+
<workItem from="1473765074518" duration="1355000" />
|
737
|
+
<workItem from="1490911329430" duration="1250000" />
|
738
|
+
</task>
|
739
|
+
<task id="LOCAL-00001" summary="fix address">
|
740
|
+
<created>1473313134384</created>
|
741
|
+
<option name="number" value="00001" />
|
742
|
+
<option name="project" value="LOCAL" />
|
743
|
+
<updated>1473313134384</updated>
|
744
|
+
</task>
|
745
|
+
<task id="LOCAL-00002" summary="added StandardExceptions::Methods">
|
746
|
+
<created>1473315197607</created>
|
747
|
+
<option name="number" value="00002" />
|
748
|
+
<option name="project" value="LOCAL" />
|
749
|
+
<updated>1473315197607</updated>
|
750
|
+
</task>
|
751
|
+
<task id="LOCAL-00003" summary="added StandardExceptions::Methods">
|
752
|
+
<created>1473315381404</created>
|
753
|
+
<option name="number" value="00003" />
|
754
|
+
<option name="project" value="LOCAL" />
|
755
|
+
<updated>1473315381404</updated>
|
756
|
+
</task>
|
757
|
+
<task id="LOCAL-00004" summary="added support for validation errors and inner exceptions">
|
758
|
+
<created>1473768532318</created>
|
759
|
+
<option name="number" value="00004" />
|
760
|
+
<option name="project" value="LOCAL" />
|
761
|
+
<updated>1473768532318</updated>
|
762
|
+
</task>
|
763
|
+
<option name="localTasksCounter" value="5" />
|
764
|
+
<servers />
|
765
|
+
</component>
|
766
|
+
<component name="TimeTrackingManager">
|
767
|
+
<option name="totallyTimeSpent" value="5583000" />
|
768
|
+
</component>
|
769
|
+
<component name="TodoView">
|
770
|
+
<todo-panel id="selected-file">
|
771
|
+
<is-autoscroll-to-source value="true" />
|
772
|
+
</todo-panel>
|
773
|
+
<todo-panel id="all">
|
774
|
+
<are-packages-shown value="true" />
|
775
|
+
<is-autoscroll-to-source value="true" />
|
776
|
+
</todo-panel>
|
777
|
+
</component>
|
778
|
+
<component name="ToolWindowManager">
|
779
|
+
<frame x="0" y="23" width="1409" height="877" extended-state="6" />
|
780
|
+
<editor active="true" />
|
781
|
+
<layout>
|
782
|
+
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
783
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299363" sideWeight="0.4974359" order="6" side_tool="false" content_ui="tabs" />
|
784
|
+
<window_info id="Palette	" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
785
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.49299362" sideWeight="0.55596197" order="7" side_tool="true" content_ui="tabs" />
|
786
|
+
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299045" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
787
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.35159236" sideWeight="0.6605706" order="10" side_tool="false" content_ui="tabs" />
|
788
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.49299362" sideWeight="0.44403803" order="2" side_tool="false" content_ui="tabs" />
|
789
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
790
|
+
<window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
791
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25676665" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
792
|
+
<window_info id="Reviews" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
|
793
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
794
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24973376" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
795
|
+
<window_info id="News Feed" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
796
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
797
|
+
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
798
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
|
799
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.36050954" sideWeight="0.6928729" order="3" side_tool="false" content_ui="tabs" />
|
800
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
801
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
802
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
803
|
+
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
804
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
805
|
+
<window_info id="Atlassian " active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="14" side_tool="false" content_ui="tabs" />
|
806
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32866243" sideWeight="0.4886447" order="9" side_tool="false" content_ui="tabs" />
|
807
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
808
|
+
<window_info id="REST Client" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3299363" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
|
809
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32738853" sideWeight="0.46436444" order="1" side_tool="false" content_ui="tabs" />
|
810
|
+
</layout>
|
811
|
+
</component>
|
812
|
+
<component name="Vcs.Log.UiProperties">
|
813
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
814
|
+
<collection />
|
815
|
+
</option>
|
816
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
817
|
+
<collection />
|
818
|
+
</option>
|
819
|
+
</component>
|
820
|
+
<component name="VcsContentAnnotationSettings">
|
821
|
+
<option name="myLimit" value="2678400000" />
|
822
|
+
</component>
|
823
|
+
<component name="VcsManagerConfiguration">
|
824
|
+
<MESSAGE value="generated by IDEA" />
|
825
|
+
<MESSAGE value="generated by IDEA removed rspec" />
|
826
|
+
<MESSAGE value="fix address" />
|
827
|
+
<MESSAGE value="added StandardExceptions::Methods" />
|
828
|
+
<MESSAGE value="added support for validation errors and inner exceptions" />
|
829
|
+
<option name="LAST_COMMIT_MESSAGE" value="added support for validation errors and inner exceptions" />
|
830
|
+
</component>
|
831
|
+
<component name="XDebuggerManager">
|
832
|
+
<breakpoint-manager />
|
833
|
+
<watches-manager />
|
834
|
+
</component>
|
835
|
+
<component name="antWorkspaceConfiguration">
|
836
|
+
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
837
|
+
<option name="FILTER_TARGETS" value="false" />
|
838
|
+
</component>
|
839
|
+
<component name="atlassian-ide-plugin-workspace-issues">
|
840
|
+
<option name="filtersMap">
|
841
|
+
<map>
|
842
|
+
<entry>
|
843
|
+
<key>
|
844
|
+
<ServerIdImpl>
|
845
|
+
<option name="id" value="833708f4-13f9-45f1-8be2-16fa06928185" />
|
846
|
+
</ServerIdImpl>
|
847
|
+
</key>
|
848
|
+
<value>
|
849
|
+
<JiraCustomFilterMap />
|
850
|
+
</value>
|
851
|
+
</entry>
|
852
|
+
</map>
|
853
|
+
</option>
|
854
|
+
<option name="view">
|
855
|
+
<JiraViewConfigurationBean>
|
856
|
+
<option name="viewFilterId" value="" />
|
857
|
+
</JiraViewConfigurationBean>
|
858
|
+
</option>
|
859
|
+
</component>
|
860
|
+
<component name="editorHistoryManager">
|
861
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
862
|
+
<provider selected="true" editor-type-id="text-editor">
|
863
|
+
<state vertical-scroll-proportion="0.0">
|
864
|
+
<caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="75" />
|
865
|
+
<folding />
|
866
|
+
</state>
|
867
|
+
</provider>
|
868
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
869
|
+
<state />
|
870
|
+
</provider>
|
871
|
+
</entry>
|
872
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
873
|
+
<provider selected="true" editor-type-id="text-editor">
|
874
|
+
<state vertical-scroll-proportion="0.0">
|
875
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
876
|
+
<folding />
|
877
|
+
</state>
|
878
|
+
</provider>
|
879
|
+
</entry>
|
880
|
+
<entry file="file://$PROJECT_DIR$/standard_exceptions.gemspec">
|
881
|
+
<provider selected="true" editor-type-id="text-editor">
|
882
|
+
<state vertical-scroll-proportion="0.0">
|
883
|
+
<caret line="14" column="28" selection-start-line="14" selection-start-column="28" selection-end-line="14" selection-end-column="28" />
|
884
|
+
<folding />
|
885
|
+
</state>
|
886
|
+
</provider>
|
887
|
+
</entry>
|
888
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application.rb">
|
889
|
+
<provider selected="true" editor-type-id="text-editor">
|
890
|
+
<state vertical-scroll-proportion="0.0">
|
891
|
+
<caret line="3" column="19" selection-start-line="3" selection-start-column="19" selection-end-line="3" selection-end-column="19" />
|
892
|
+
<folding />
|
893
|
+
</state>
|
894
|
+
</provider>
|
895
|
+
</entry>
|
896
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application_methods.rb">
|
897
|
+
<provider selected="true" editor-type-id="text-editor">
|
898
|
+
<state vertical-scroll-proportion="0.0">
|
899
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
900
|
+
<folding />
|
901
|
+
</state>
|
902
|
+
</provider>
|
903
|
+
</entry>
|
904
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http.rb">
|
905
|
+
<provider selected="true" editor-type-id="text-editor">
|
906
|
+
<state vertical-scroll-proportion="0.0">
|
907
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
908
|
+
<folding />
|
909
|
+
</state>
|
910
|
+
</provider>
|
911
|
+
</entry>
|
912
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http_methods.rb">
|
913
|
+
<provider selected="true" editor-type-id="text-editor">
|
914
|
+
<state vertical-scroll-proportion="0.0">
|
915
|
+
<caret line="26" column="0" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
|
916
|
+
<folding />
|
917
|
+
</state>
|
918
|
+
</provider>
|
919
|
+
</entry>
|
920
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs22/exception.rb">
|
921
|
+
<provider selected="true" editor-type-id="text-editor">
|
922
|
+
<state vertical-scroll-proportion="0.0">
|
923
|
+
<caret line="80" column="6" selection-start-line="80" selection-start-column="6" selection-end-line="80" selection-end-column="6" />
|
924
|
+
<folding />
|
925
|
+
</state>
|
926
|
+
</provider>
|
927
|
+
</entry>
|
928
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/version.rb">
|
929
|
+
<provider selected="true" editor-type-id="text-editor">
|
930
|
+
<state vertical-scroll-proportion="0.0">
|
931
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
932
|
+
<folding />
|
933
|
+
</state>
|
934
|
+
</provider>
|
935
|
+
</entry>
|
936
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
937
|
+
<provider selected="true" editor-type-id="text-editor">
|
938
|
+
<state vertical-scroll-proportion="0.0">
|
939
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
940
|
+
<folding />
|
941
|
+
</state>
|
942
|
+
</provider>
|
943
|
+
</entry>
|
944
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
945
|
+
<provider selected="true" editor-type-id="text-editor">
|
946
|
+
<state vertical-scroll-proportion="0.0">
|
947
|
+
<caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="75" />
|
948
|
+
<folding />
|
949
|
+
</state>
|
950
|
+
</provider>
|
951
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
952
|
+
<state />
|
953
|
+
</provider>
|
954
|
+
</entry>
|
955
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
956
|
+
<provider selected="true" editor-type-id="text-editor">
|
957
|
+
<state vertical-scroll-proportion="0.0">
|
958
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
959
|
+
<folding />
|
960
|
+
</state>
|
961
|
+
</provider>
|
962
|
+
</entry>
|
963
|
+
<entry file="file://$PROJECT_DIR$/standard_exceptions.gemspec">
|
964
|
+
<provider selected="true" editor-type-id="text-editor">
|
965
|
+
<state vertical-scroll-proportion="0.0">
|
966
|
+
<caret line="14" column="28" selection-start-line="14" selection-start-column="28" selection-end-line="14" selection-end-column="28" />
|
967
|
+
<folding />
|
968
|
+
</state>
|
969
|
+
</provider>
|
970
|
+
</entry>
|
971
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application.rb">
|
972
|
+
<provider selected="true" editor-type-id="text-editor">
|
973
|
+
<state vertical-scroll-proportion="0.0">
|
974
|
+
<caret line="3" column="19" selection-start-line="3" selection-start-column="19" selection-end-line="3" selection-end-column="19" />
|
975
|
+
<folding />
|
976
|
+
</state>
|
977
|
+
</provider>
|
978
|
+
</entry>
|
979
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application_methods.rb">
|
980
|
+
<provider selected="true" editor-type-id="text-editor">
|
981
|
+
<state vertical-scroll-proportion="0.0">
|
982
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
983
|
+
<folding />
|
984
|
+
</state>
|
985
|
+
</provider>
|
986
|
+
</entry>
|
987
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http.rb">
|
988
|
+
<provider selected="true" editor-type-id="text-editor">
|
989
|
+
<state vertical-scroll-proportion="0.0">
|
990
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
991
|
+
<folding />
|
992
|
+
</state>
|
993
|
+
</provider>
|
994
|
+
</entry>
|
995
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http_methods.rb">
|
996
|
+
<provider selected="true" editor-type-id="text-editor">
|
997
|
+
<state vertical-scroll-proportion="0.0">
|
998
|
+
<caret line="26" column="0" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
|
999
|
+
<folding />
|
1000
|
+
</state>
|
1001
|
+
</provider>
|
1002
|
+
</entry>
|
1003
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs22/exception.rb">
|
1004
|
+
<provider selected="true" editor-type-id="text-editor">
|
1005
|
+
<state vertical-scroll-proportion="0.0">
|
1006
|
+
<caret line="80" column="6" selection-start-line="80" selection-start-column="6" selection-end-line="80" selection-end-column="6" />
|
1007
|
+
<folding />
|
1008
|
+
</state>
|
1009
|
+
</provider>
|
1010
|
+
</entry>
|
1011
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/version.rb">
|
1012
|
+
<provider selected="true" editor-type-id="text-editor">
|
1013
|
+
<state vertical-scroll-proportion="0.0">
|
1014
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1015
|
+
<folding />
|
1016
|
+
</state>
|
1017
|
+
</provider>
|
1018
|
+
</entry>
|
1019
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1020
|
+
<provider selected="true" editor-type-id="text-editor">
|
1021
|
+
<state vertical-scroll-proportion="0.0">
|
1022
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
1023
|
+
<folding />
|
1024
|
+
</state>
|
1025
|
+
</provider>
|
1026
|
+
</entry>
|
1027
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1028
|
+
<provider selected="true" editor-type-id="text-editor">
|
1029
|
+
<state vertical-scroll-proportion="0.0">
|
1030
|
+
<caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="75" />
|
1031
|
+
<folding />
|
1032
|
+
</state>
|
1033
|
+
</provider>
|
1034
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1035
|
+
<state />
|
1036
|
+
</provider>
|
1037
|
+
</entry>
|
1038
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
1039
|
+
<provider selected="true" editor-type-id="text-editor">
|
1040
|
+
<state vertical-scroll-proportion="0.0">
|
1041
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1042
|
+
<folding />
|
1043
|
+
</state>
|
1044
|
+
</provider>
|
1045
|
+
</entry>
|
1046
|
+
<entry file="file://$PROJECT_DIR$/standard_exceptions.gemspec">
|
1047
|
+
<provider selected="true" editor-type-id="text-editor">
|
1048
|
+
<state vertical-scroll-proportion="0.0">
|
1049
|
+
<caret line="8" column="38" selection-start-line="8" selection-start-column="38" selection-end-line="8" selection-end-column="38" />
|
1050
|
+
<folding />
|
1051
|
+
</state>
|
1052
|
+
</provider>
|
1053
|
+
</entry>
|
1054
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application.rb">
|
1055
|
+
<provider selected="true" editor-type-id="text-editor">
|
1056
|
+
<state vertical-scroll-proportion="0.0">
|
1057
|
+
<caret line="3" column="19" selection-start-line="3" selection-start-column="19" selection-end-line="3" selection-end-column="19" />
|
1058
|
+
<folding />
|
1059
|
+
</state>
|
1060
|
+
</provider>
|
1061
|
+
</entry>
|
1062
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application_methods.rb">
|
1063
|
+
<provider selected="true" editor-type-id="text-editor">
|
1064
|
+
<state vertical-scroll-proportion="0.0">
|
1065
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
1066
|
+
<folding />
|
1067
|
+
</state>
|
1068
|
+
</provider>
|
1069
|
+
</entry>
|
1070
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http.rb">
|
1071
|
+
<provider selected="true" editor-type-id="text-editor">
|
1072
|
+
<state vertical-scroll-proportion="0.0">
|
1073
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
1074
|
+
<folding />
|
1075
|
+
</state>
|
1076
|
+
</provider>
|
1077
|
+
</entry>
|
1078
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http_methods.rb">
|
1079
|
+
<provider selected="true" editor-type-id="text-editor">
|
1080
|
+
<state vertical-scroll-proportion="0.0">
|
1081
|
+
<caret line="26" column="0" selection-start-line="26" selection-start-column="0" selection-end-line="26" selection-end-column="0" />
|
1082
|
+
<folding />
|
1083
|
+
</state>
|
1084
|
+
</provider>
|
1085
|
+
</entry>
|
1086
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs22/exception.rb">
|
1087
|
+
<provider selected="true" editor-type-id="text-editor">
|
1088
|
+
<state vertical-scroll-proportion="0.0">
|
1089
|
+
<caret line="80" column="6" selection-start-line="80" selection-start-column="6" selection-end-line="80" selection-end-column="6" />
|
1090
|
+
<folding />
|
1091
|
+
</state>
|
1092
|
+
</provider>
|
1093
|
+
</entry>
|
1094
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/version.rb">
|
1095
|
+
<provider selected="true" editor-type-id="text-editor">
|
1096
|
+
<state vertical-scroll-proportion="0.0">
|
1097
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1098
|
+
<folding />
|
1099
|
+
</state>
|
1100
|
+
</provider>
|
1101
|
+
</entry>
|
1102
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1103
|
+
<provider selected="true" editor-type-id="text-editor">
|
1104
|
+
<state vertical-scroll-proportion="0.0">
|
1105
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
1106
|
+
<folding />
|
1107
|
+
</state>
|
1108
|
+
</provider>
|
1109
|
+
</entry>
|
1110
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1111
|
+
<provider selected="true" editor-type-id="text-editor">
|
1112
|
+
<state vertical-scroll-proportion="0.0">
|
1113
|
+
<caret line="2" column="0" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="75" />
|
1114
|
+
<folding />
|
1115
|
+
</state>
|
1116
|
+
</provider>
|
1117
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1118
|
+
<state />
|
1119
|
+
</provider>
|
1120
|
+
</entry>
|
1121
|
+
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
1122
|
+
<provider selected="true" editor-type-id="text-editor">
|
1123
|
+
<state vertical-scroll-proportion="0.0">
|
1124
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1125
|
+
</state>
|
1126
|
+
</provider>
|
1127
|
+
</entry>
|
1128
|
+
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
1129
|
+
<provider selected="true" editor-type-id="text-editor">
|
1130
|
+
<state vertical-scroll-proportion="0.0">
|
1131
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1132
|
+
</state>
|
1133
|
+
</provider>
|
1134
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1135
|
+
<state />
|
1136
|
+
</provider>
|
1137
|
+
</entry>
|
1138
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
1139
|
+
<provider selected="true" editor-type-id="text-editor">
|
1140
|
+
<state vertical-scroll-proportion="0.0">
|
1141
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1142
|
+
<folding />
|
1143
|
+
</state>
|
1144
|
+
</provider>
|
1145
|
+
</entry>
|
1146
|
+
<entry file="file://$PROJECT_DIR$/standard_exceptions.gemspec">
|
1147
|
+
<provider selected="true" editor-type-id="text-editor">
|
1148
|
+
<state vertical-scroll-proportion="0.0">
|
1149
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1150
|
+
<folding />
|
1151
|
+
</state>
|
1152
|
+
</provider>
|
1153
|
+
</entry>
|
1154
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/version.rb">
|
1155
|
+
<provider selected="true" editor-type-id="text-editor">
|
1156
|
+
<state vertical-scroll-proportion="0.0">
|
1157
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1158
|
+
<folding />
|
1159
|
+
</state>
|
1160
|
+
</provider>
|
1161
|
+
</entry>
|
1162
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
1163
|
+
<provider selected="true" editor-type-id="text-editor">
|
1164
|
+
<state vertical-scroll-proportion="0.0">
|
1165
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1166
|
+
</state>
|
1167
|
+
</provider>
|
1168
|
+
</entry>
|
1169
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1170
|
+
<provider selected="true" editor-type-id="text-editor">
|
1171
|
+
<state vertical-scroll-proportion="0.0">
|
1172
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
1173
|
+
<folding />
|
1174
|
+
</state>
|
1175
|
+
</provider>
|
1176
|
+
</entry>
|
1177
|
+
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
1178
|
+
<provider selected="true" editor-type-id="text-editor">
|
1179
|
+
<state vertical-scroll-proportion="0.0">
|
1180
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1181
|
+
</state>
|
1182
|
+
</provider>
|
1183
|
+
</entry>
|
1184
|
+
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
1185
|
+
<provider selected="true" editor-type-id="text-editor">
|
1186
|
+
<state vertical-scroll-proportion="0.0">
|
1187
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1188
|
+
</state>
|
1189
|
+
</provider>
|
1190
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1191
|
+
<state />
|
1192
|
+
</provider>
|
1193
|
+
</entry>
|
1194
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
1195
|
+
<provider selected="true" editor-type-id="text-editor">
|
1196
|
+
<state vertical-scroll-proportion="0.0">
|
1197
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1198
|
+
</state>
|
1199
|
+
</provider>
|
1200
|
+
</entry>
|
1201
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1202
|
+
<provider selected="true" editor-type-id="text-editor">
|
1203
|
+
<state vertical-scroll-proportion="0.03526971">
|
1204
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
1205
|
+
<folding />
|
1206
|
+
</state>
|
1207
|
+
</provider>
|
1208
|
+
</entry>
|
1209
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs22/exception.rb">
|
1210
|
+
<provider selected="true" editor-type-id="text-editor">
|
1211
|
+
<state vertical-scroll-proportion="2.8215768">
|
1212
|
+
<caret line="80" column="6" selection-start-line="80" selection-start-column="6" selection-end-line="80" selection-end-column="6" />
|
1213
|
+
<folding />
|
1214
|
+
</state>
|
1215
|
+
</provider>
|
1216
|
+
</entry>
|
1217
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http.rb">
|
1218
|
+
<provider selected="true" editor-type-id="text-editor">
|
1219
|
+
<state vertical-scroll-proportion="0.0">
|
1220
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
1221
|
+
<folding />
|
1222
|
+
</state>
|
1223
|
+
</provider>
|
1224
|
+
</entry>
|
1225
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application.rb">
|
1226
|
+
<provider selected="true" editor-type-id="text-editor">
|
1227
|
+
<state vertical-scroll-proportion="0.0">
|
1228
|
+
<caret line="3" column="19" selection-start-line="3" selection-start-column="19" selection-end-line="3" selection-end-column="19" />
|
1229
|
+
<folding />
|
1230
|
+
</state>
|
1231
|
+
</provider>
|
1232
|
+
</entry>
|
1233
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/version.rb">
|
1234
|
+
<provider selected="true" editor-type-id="text-editor">
|
1235
|
+
<state vertical-scroll-proportion="0.10580913">
|
1236
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
1237
|
+
<folding />
|
1238
|
+
</state>
|
1239
|
+
</provider>
|
1240
|
+
</entry>
|
1241
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1242
|
+
<provider selected="true" editor-type-id="text-editor">
|
1243
|
+
<state vertical-scroll-proportion="0.5862069">
|
1244
|
+
<caret line="8" column="7" selection-start-line="8" selection-start-column="7" selection-end-line="8" selection-end-column="7" />
|
1245
|
+
<folding />
|
1246
|
+
</state>
|
1247
|
+
</provider>
|
1248
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1249
|
+
<state />
|
1250
|
+
</provider>
|
1251
|
+
</entry>
|
1252
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/application_methods.rb">
|
1253
|
+
<provider selected="true" editor-type-id="text-editor">
|
1254
|
+
<state vertical-scroll-proportion="0.0">
|
1255
|
+
<caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
|
1256
|
+
<folding />
|
1257
|
+
</state>
|
1258
|
+
</provider>
|
1259
|
+
</entry>
|
1260
|
+
<entry file="file://$PROJECT_DIR$/lib/standard_exceptions/http_methods.rb">
|
1261
|
+
<provider selected="true" editor-type-id="text-editor">
|
1262
|
+
<state vertical-scroll-proportion="0.6473029">
|
1263
|
+
<caret line="20" column="28" selection-start-line="20" selection-start-column="6" selection-end-line="20" selection-end-column="28" />
|
1264
|
+
<folding />
|
1265
|
+
</state>
|
1266
|
+
</provider>
|
1267
|
+
</entry>
|
1268
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
1269
|
+
<provider selected="true" editor-type-id="text-editor">
|
1270
|
+
<state vertical-scroll-proportion="0.0">
|
1271
|
+
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
1272
|
+
<folding />
|
1273
|
+
</state>
|
1274
|
+
</provider>
|
1275
|
+
</entry>
|
1276
|
+
<entry file="file://$PROJECT_DIR$/standard_exceptions.gemspec">
|
1277
|
+
<provider selected="true" editor-type-id="text-editor">
|
1278
|
+
<state vertical-scroll-proportion="0.26486486">
|
1279
|
+
<caret line="14" column="28" selection-start-line="14" selection-start-column="28" selection-end-line="14" selection-end-column="28" />
|
1280
|
+
<folding />
|
1281
|
+
</state>
|
1282
|
+
</provider>
|
1283
|
+
</entry>
|
1284
|
+
</component>
|
1285
|
+
</project>
|