bitrix24_cloud_api 0.1.0 → 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 +5 -5
- data/.gitignore +1 -1
- data/README.md +18 -41
- data/bitrix24_cloud_api.gemspec +7 -10
- data/lib/bitrix24_cloud_api/CRM/activity.rb +5 -0
- data/lib/bitrix24_cloud_api/CRM/additional_entities.rb +58 -18
- data/lib/bitrix24_cloud_api/CRM/address.rb +9 -0
- data/lib/bitrix24_cloud_api/CRM/deal_category.rb +22 -0
- data/lib/bitrix24_cloud_api/CRM/externalchannel.rb +30 -0
- data/lib/bitrix24_cloud_api/CRM/invoice.rb +10 -0
- data/lib/bitrix24_cloud_api/CRM/live_feed_message.rb +11 -0
- data/lib/bitrix24_cloud_api/CRM/measure.rb +6 -0
- data/lib/bitrix24_cloud_api/CRM/product.rb +20 -0
- data/lib/bitrix24_cloud_api/CRM/product_row.rb +11 -0
- data/lib/bitrix24_cloud_api/CRM/property.rb +11 -0
- data/lib/bitrix24_cloud_api/CRM/requisite.rb +54 -0
- data/lib/bitrix24_cloud_api/CRM/status.rb +16 -0
- data/lib/bitrix24_cloud_api/CRM/userfield.rb +22 -0
- data/lib/bitrix24_cloud_api/CRM/vat.rb +6 -0
- data/lib/bitrix24_cloud_api/aliases.rb +7 -0
- data/lib/bitrix24_cloud_api/base.rb +10 -4
- data/lib/bitrix24_cloud_api/client.rb +27 -26
- data/lib/bitrix24_cloud_api/common_methods/common_methods.rb +62 -0
- data/lib/bitrix24_cloud_api/crm.rb +11 -1
- data/lib/bitrix24_cloud_api/hash_conversions.rb +37 -0
- data/lib/bitrix24_cloud_api/version.rb +1 -1
- data/lib/bitrix24_cloud_api.rb +3 -1
- metadata +72 -24
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/bitrix24_cloud_api.iml +0 -19
- data/.idea/misc.xml +0 -29
- data/.idea/modules.xml +0 -8
- data/.idea/vcs.xml +0 -6
- data/.idea/workspace.xml +0 -998
data/.idea/workspace.xml
DELETED
@@ -1,998 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="71d7d2ab-9773-4b5d-8d5f-c4ebb65d499f" name="Default" comment="">
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/bitrix24_cloud_api.gemspec" afterPath="$PROJECT_DIR$/bitrix24_cloud_api.gemspec" />
|
6
|
-
</list>
|
7
|
-
<list id="ed6a9720-4992-4f4b-82e4-549fbf7665a4" name="New changelist" comment="">
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
9
|
-
</list>
|
10
|
-
<ignored path="bitrix24_cloud_api.iws" />
|
11
|
-
<ignored path=".idea/workspace.xml" />
|
12
|
-
<ignored path=".idea/dataSources.local.xml" />
|
13
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
14
|
-
<file path="$PROJECT_DIR$/.idea/workspace.xml" ignored="false" />
|
15
|
-
<option name="TRACKING_ENABLED" value="true" />
|
16
|
-
<option name="SHOW_DIALOG" value="false" />
|
17
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
18
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
19
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
20
|
-
</component>
|
21
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
22
|
-
<component name="CreatePatchCommitExecutor">
|
23
|
-
<option name="PATCH_PATH" value="" />
|
24
|
-
</component>
|
25
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
26
|
-
<component name="FavoritesManager">
|
27
|
-
<favorites_list name="bitrix24_cloud_api" />
|
28
|
-
</component>
|
29
|
-
<component name="FileEditorManager">
|
30
|
-
<leaf>
|
31
|
-
<file leaf-file-name="additional_entities.rb" pinned="false" current-in-tab="false">
|
32
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/additional_entities.rb">
|
33
|
-
<provider selected="true" editor-type-id="text-editor">
|
34
|
-
<state vertical-scroll-proportion="0.0">
|
35
|
-
<caret line="49" column="0" selection-start-line="49" selection-start-column="0" selection-end-line="49" selection-end-column="0" />
|
36
|
-
<folding />
|
37
|
-
</state>
|
38
|
-
</provider>
|
39
|
-
</entry>
|
40
|
-
</file>
|
41
|
-
<file leaf-file-name="base.rb" pinned="false" current-in-tab="false">
|
42
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/base.rb">
|
43
|
-
<provider selected="true" editor-type-id="text-editor">
|
44
|
-
<state vertical-scroll-proportion="0.0">
|
45
|
-
<caret line="11" column="76" selection-start-line="11" selection-start-column="76" selection-end-line="11" selection-end-column="76" />
|
46
|
-
<folding />
|
47
|
-
</state>
|
48
|
-
</provider>
|
49
|
-
</entry>
|
50
|
-
</file>
|
51
|
-
<file leaf-file-name="console" pinned="false" current-in-tab="false">
|
52
|
-
<entry file="file://$PROJECT_DIR$/bin/console">
|
53
|
-
<provider selected="true" editor-type-id="text-editor">
|
54
|
-
<state vertical-scroll-proportion="0.0">
|
55
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
56
|
-
<folding />
|
57
|
-
</state>
|
58
|
-
</provider>
|
59
|
-
</entry>
|
60
|
-
</file>
|
61
|
-
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
|
62
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
63
|
-
<provider selected="true" editor-type-id="text-editor">
|
64
|
-
<state vertical-scroll-proportion="0.0">
|
65
|
-
<caret line="10" column="29" selection-start-line="10" selection-start-column="29" selection-end-line="10" selection-end-column="29" />
|
66
|
-
<folding />
|
67
|
-
</state>
|
68
|
-
</provider>
|
69
|
-
</entry>
|
70
|
-
</file>
|
71
|
-
<file leaf-file-name="quote.rb" pinned="false" current-in-tab="false">
|
72
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/quote.rb">
|
73
|
-
<provider selected="true" editor-type-id="text-editor">
|
74
|
-
<state vertical-scroll-proportion="0.0">
|
75
|
-
<caret line="4" column="22" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="22" />
|
76
|
-
<folding />
|
77
|
-
</state>
|
78
|
-
</provider>
|
79
|
-
</entry>
|
80
|
-
</file>
|
81
|
-
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
82
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
83
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
84
|
-
<state split_layout="FIRST">
|
85
|
-
<first_editor vertical-scroll-proportion="0.0">
|
86
|
-
<caret line="29" column="44" selection-start-line="29" selection-start-column="44" selection-end-line="29" selection-end-column="44" />
|
87
|
-
<folding />
|
88
|
-
</first_editor>
|
89
|
-
<second_editor />
|
90
|
-
</state>
|
91
|
-
</provider>
|
92
|
-
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
93
|
-
<state />
|
94
|
-
</provider>
|
95
|
-
</entry>
|
96
|
-
</file>
|
97
|
-
<file leaf-file-name="crm.rb" pinned="false" current-in-tab="false">
|
98
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/crm.rb">
|
99
|
-
<provider selected="true" editor-type-id="text-editor">
|
100
|
-
<state vertical-scroll-proportion="0.0">
|
101
|
-
<caret line="11" column="8" selection-start-line="11" selection-start-column="5" selection-end-line="11" selection-end-column="8" />
|
102
|
-
<folding />
|
103
|
-
</state>
|
104
|
-
</provider>
|
105
|
-
</entry>
|
106
|
-
</file>
|
107
|
-
<file leaf-file-name="client.rb" pinned="false" current-in-tab="false">
|
108
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/client.rb">
|
109
|
-
<provider selected="true" editor-type-id="text-editor">
|
110
|
-
<state vertical-scroll-proportion="0.0">
|
111
|
-
<caret line="9" column="28" selection-start-line="9" selection-start-column="28" selection-end-line="9" selection-end-column="28" />
|
112
|
-
<folding />
|
113
|
-
</state>
|
114
|
-
</provider>
|
115
|
-
</entry>
|
116
|
-
</file>
|
117
|
-
<file leaf-file-name="bitrix24_cloud_api.gemspec" pinned="false" current-in-tab="true">
|
118
|
-
<entry file="file://$PROJECT_DIR$/bitrix24_cloud_api.gemspec">
|
119
|
-
<provider selected="true" editor-type-id="text-editor">
|
120
|
-
<state vertical-scroll-proportion="0.6331169">
|
121
|
-
<caret line="13" column="69" selection-start-line="13" selection-start-column="69" selection-end-line="13" selection-end-column="69" />
|
122
|
-
<folding />
|
123
|
-
</state>
|
124
|
-
</provider>
|
125
|
-
</entry>
|
126
|
-
</file>
|
127
|
-
</leaf>
|
128
|
-
</component>
|
129
|
-
<component name="Git.Settings">
|
130
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
131
|
-
</component>
|
132
|
-
<component name="IdeDocumentHistory">
|
133
|
-
<option name="CHANGED_PATHS">
|
134
|
-
<list>
|
135
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/deal.rb" />
|
136
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/currency.rb" />
|
137
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/activity.rb" />
|
138
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/catalog.rb" />
|
139
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/quote.rb" />
|
140
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/lead.rb" />
|
141
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/product_section.rb" />
|
142
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/invoice.rb" />
|
143
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/invoice._status.rb" />
|
144
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/product_row.rb" />
|
145
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/product.rb" />
|
146
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice._status.rb" />
|
147
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api.rb" />
|
148
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/catalog.rb" />
|
149
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice.rb" />
|
150
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice_status.rb" />
|
151
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product.rb" />
|
152
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product_section.rb" />
|
153
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product_row.rb" />
|
154
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product_rows.rb" />
|
155
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/userfield.rb" />
|
156
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/company.rb" />
|
157
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/contact.rb" />
|
158
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/currency.rb" />
|
159
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/lead.rb" />
|
160
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/quote.rb" />
|
161
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/oauth.rb" />
|
162
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/deal.rb" />
|
163
|
-
<option value="$PROJECT_DIR$/.idea/workspace.xml" />
|
164
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/exceptions.rb" />
|
165
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/activity.rb" />
|
166
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/enum.rb" />
|
167
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/crm.rb" />
|
168
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/additional_entities.rb" />
|
169
|
-
<option value="$PROJECT_DIR$/Rakefile" />
|
170
|
-
<option value="$PROJECT_DIR$/.gitignore" />
|
171
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/base.rb" />
|
172
|
-
<option value="$PROJECT_DIR$/lib/bitrix24_cloud_api/client.rb" />
|
173
|
-
<option value="$PROJECT_DIR$/README.md" />
|
174
|
-
<option value="$PROJECT_DIR$/bitrix24_cloud_api.gemspec" />
|
175
|
-
</list>
|
176
|
-
</option>
|
177
|
-
</component>
|
178
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
179
|
-
<component name="JsGulpfileManager">
|
180
|
-
<detection-done>true</detection-done>
|
181
|
-
</component>
|
182
|
-
<component name="NamedScopeManager">
|
183
|
-
<order />
|
184
|
-
</component>
|
185
|
-
<component name="ProjectFrameBounds">
|
186
|
-
<option name="y" value="-4" />
|
187
|
-
<option name="width" value="1366" />
|
188
|
-
<option name="height" value="772" />
|
189
|
-
</component>
|
190
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
191
|
-
<OptionsSetting value="true" id="Add" />
|
192
|
-
<OptionsSetting value="true" id="Remove" />
|
193
|
-
<OptionsSetting value="true" id="Checkout" />
|
194
|
-
<OptionsSetting value="true" id="Update" />
|
195
|
-
<OptionsSetting value="true" id="Status" />
|
196
|
-
<OptionsSetting value="true" id="Edit" />
|
197
|
-
<ConfirmationsSetting value="0" id="Add" />
|
198
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
199
|
-
</component>
|
200
|
-
<component name="ProjectView">
|
201
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
202
|
-
<flattenPackages />
|
203
|
-
<showMembers />
|
204
|
-
<showModules />
|
205
|
-
<showLibraryContents />
|
206
|
-
<hideEmptyPackages />
|
207
|
-
<abbreviatePackageNames />
|
208
|
-
<autoscrollToSource />
|
209
|
-
<autoscrollFromSource />
|
210
|
-
<sortByType />
|
211
|
-
</navigator>
|
212
|
-
<panes>
|
213
|
-
<pane id="ProjectPane">
|
214
|
-
<subPane>
|
215
|
-
<PATH>
|
216
|
-
<PATH_ELEMENT>
|
217
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
218
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
219
|
-
</PATH_ELEMENT>
|
220
|
-
</PATH>
|
221
|
-
<PATH>
|
222
|
-
<PATH_ELEMENT>
|
223
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
224
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
225
|
-
</PATH_ELEMENT>
|
226
|
-
<PATH_ELEMENT>
|
227
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
228
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
229
|
-
</PATH_ELEMENT>
|
230
|
-
</PATH>
|
231
|
-
<PATH>
|
232
|
-
<PATH_ELEMENT>
|
233
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
234
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
235
|
-
</PATH_ELEMENT>
|
236
|
-
<PATH_ELEMENT>
|
237
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
238
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
239
|
-
</PATH_ELEMENT>
|
240
|
-
<PATH_ELEMENT>
|
241
|
-
<option name="myItemId" value="lib" />
|
242
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
243
|
-
</PATH_ELEMENT>
|
244
|
-
</PATH>
|
245
|
-
<PATH>
|
246
|
-
<PATH_ELEMENT>
|
247
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
248
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
249
|
-
</PATH_ELEMENT>
|
250
|
-
<PATH_ELEMENT>
|
251
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
252
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
253
|
-
</PATH_ELEMENT>
|
254
|
-
<PATH_ELEMENT>
|
255
|
-
<option name="myItemId" value="lib" />
|
256
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
257
|
-
</PATH_ELEMENT>
|
258
|
-
<PATH_ELEMENT>
|
259
|
-
<option name="myItemId" value="bitrix24_cloud_api" />
|
260
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
261
|
-
</PATH_ELEMENT>
|
262
|
-
</PATH>
|
263
|
-
</subPane>
|
264
|
-
</pane>
|
265
|
-
<pane id="Scope" />
|
266
|
-
<pane id="Scratches" />
|
267
|
-
</panes>
|
268
|
-
</component>
|
269
|
-
<component name="PropertiesComponent">
|
270
|
-
<property name="settings.editor.selected.configurable" value="vcs.Git" />
|
271
|
-
<property name="settings.editor.splitter.proportion" value="0.2" />
|
272
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
273
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
274
|
-
<property name="FullScreen" value="false" />
|
275
|
-
</component>
|
276
|
-
<component name="RecentsManager">
|
277
|
-
<key name="CopyFile.RECENT_KEYS">
|
278
|
-
<recent name="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM" />
|
279
|
-
<recent name="$PROJECT_DIR$/lib/bitrix24_cloud_api" />
|
280
|
-
</key>
|
281
|
-
<key name="MoveFile.RECENT_KEYS">
|
282
|
-
<recent name="$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM" />
|
283
|
-
</key>
|
284
|
-
</component>
|
285
|
-
<component name="RunManager">
|
286
|
-
<configuration default="true" type="#PerlConfigurationType" factoryName="Perl">
|
287
|
-
<option name="SCRIPT_PATH" />
|
288
|
-
<option name="PROGRAM_PARAMETERS" />
|
289
|
-
<option name="WORKING_DIRECTORY" />
|
290
|
-
<option name="PASS_PARENT_ENVS" value="true" />
|
291
|
-
<option name="CHARSET" />
|
292
|
-
<option name="USE_ALTERNATIVE_SDK" value="false" />
|
293
|
-
<option name="ALTERNATIVE_SDK_PATH" />
|
294
|
-
<method />
|
295
|
-
</configuration>
|
296
|
-
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
297
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
298
|
-
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
299
|
-
<option name="WORKING_DIRECTORY" value="" />
|
300
|
-
<option name="PARENT_ENVS" value="true" />
|
301
|
-
<option name="SCRIPT_NAME" value="" />
|
302
|
-
<option name="PARAMETERS" value="" />
|
303
|
-
<module name="" />
|
304
|
-
<envs />
|
305
|
-
<method />
|
306
|
-
</configuration>
|
307
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
308
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
309
|
-
<module name="" />
|
310
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
311
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
312
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
313
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
314
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
315
|
-
<envs />
|
316
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
317
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
318
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
319
|
-
<COVERAGE_PATTERN ENABLED="true">
|
320
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
321
|
-
</COVERAGE_PATTERN>
|
322
|
-
</EXTENSION>
|
323
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
324
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
325
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
326
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
327
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
328
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
329
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
330
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
331
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
332
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
333
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
334
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
335
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
336
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
337
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
338
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
339
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
340
|
-
<method />
|
341
|
-
</configuration>
|
342
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
343
|
-
<method />
|
344
|
-
</configuration>
|
345
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
346
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
347
|
-
<module name="" />
|
348
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
349
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
350
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
351
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
352
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
353
|
-
<envs />
|
354
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
355
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
356
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
357
|
-
<COVERAGE_PATTERN ENABLED="true">
|
358
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
359
|
-
</COVERAGE_PATTERN>
|
360
|
-
</EXTENSION>
|
361
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
362
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
363
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
364
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
365
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
366
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
367
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
368
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
369
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
370
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
371
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
372
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
373
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
374
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
375
|
-
<method />
|
376
|
-
</configuration>
|
377
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
378
|
-
<module name="" />
|
379
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
380
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
381
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
382
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
383
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
384
|
-
<envs />
|
385
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
386
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
387
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
388
|
-
<COVERAGE_PATTERN ENABLED="true">
|
389
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
390
|
-
</COVERAGE_PATTERN>
|
391
|
-
</EXTENSION>
|
392
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
393
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
394
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
395
|
-
<method />
|
396
|
-
</configuration>
|
397
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
398
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
399
|
-
<module name="" />
|
400
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
401
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
402
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
403
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
404
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
405
|
-
<envs />
|
406
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
407
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
408
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
409
|
-
<COVERAGE_PATTERN ENABLED="true">
|
410
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
411
|
-
</COVERAGE_PATTERN>
|
412
|
-
</EXTENSION>
|
413
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
414
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
415
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
416
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
417
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
418
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
419
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
420
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
421
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
422
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
423
|
-
<method />
|
424
|
-
</configuration>
|
425
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
426
|
-
<node-options />
|
427
|
-
<gulpfile />
|
428
|
-
<tasks />
|
429
|
-
<arguments />
|
430
|
-
<pass-parent-envs>true</pass-parent-envs>
|
431
|
-
<envs />
|
432
|
-
<method />
|
433
|
-
</configuration>
|
434
|
-
</component>
|
435
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
436
|
-
<component name="SvnConfiguration">
|
437
|
-
<configuration />
|
438
|
-
</component>
|
439
|
-
<component name="TaskManager">
|
440
|
-
<task active="true" id="Default" summary="Default task">
|
441
|
-
<changelist id="71d7d2ab-9773-4b5d-8d5f-c4ebb65d499f" name="Default" comment="" />
|
442
|
-
<changelist id="ed6a9720-4992-4f4b-82e4-549fbf7665a4" name="New changelist" comment="" />
|
443
|
-
<created>1463728233003</created>
|
444
|
-
<option name="number" value="Default" />
|
445
|
-
<updated>1463728233003</updated>
|
446
|
-
</task>
|
447
|
-
<task id="LOCAL-00001" summary="first commit">
|
448
|
-
<created>1463752884621</created>
|
449
|
-
<option name="number" value="00001" />
|
450
|
-
<option name="project" value="LOCAL" />
|
451
|
-
<updated>1463752884621</updated>
|
452
|
-
</task>
|
453
|
-
<task id="LOCAL-00002" summary="first commit">
|
454
|
-
<created>1463752906942</created>
|
455
|
-
<option name="number" value="00002" />
|
456
|
-
<option name="project" value="LOCAL" />
|
457
|
-
<updated>1463752906942</updated>
|
458
|
-
</task>
|
459
|
-
<task id="LOCAL-00003" summary="+oauth2 +fixes">
|
460
|
-
<created>1463864427077</created>
|
461
|
-
<option name="number" value="00003" />
|
462
|
-
<option name="project" value="LOCAL" />
|
463
|
-
<updated>1463864427077</updated>
|
464
|
-
</task>
|
465
|
-
<task id="LOCAL-00004" summary="+ response logic fixes">
|
466
|
-
<created>1463917318202</created>
|
467
|
-
<option name="number" value="00004" />
|
468
|
-
<option name="project" value="LOCAL" />
|
469
|
-
<updated>1463917318202</updated>
|
470
|
-
</task>
|
471
|
-
<task id="LOCAL-00005" summary="+ duplicate_class, some query fixes">
|
472
|
-
<created>1464014375909</created>
|
473
|
-
<option name="number" value="00005" />
|
474
|
-
<option name="project" value="LOCAL" />
|
475
|
-
<updated>1464014375909</updated>
|
476
|
-
</task>
|
477
|
-
<task id="LOCAL-00006" summary="+ response fix">
|
478
|
-
<created>1464076728561</created>
|
479
|
-
<option name="number" value="00006" />
|
480
|
-
<option name="project" value="LOCAL" />
|
481
|
-
<updated>1464076728561</updated>
|
482
|
-
</task>
|
483
|
-
<task id="LOCAL-00007" summary="+ activity communication fields route">
|
484
|
-
<created>1464693160940</created>
|
485
|
-
<option name="number" value="00007" />
|
486
|
-
<option name="project" value="LOCAL" />
|
487
|
-
<updated>1464693160940</updated>
|
488
|
-
</task>
|
489
|
-
<task id="LOCAL-00008" summary="- activity communication fields route">
|
490
|
-
<created>1464693561576</created>
|
491
|
-
<option name="number" value="00008" />
|
492
|
-
<option name="project" value="LOCAL" />
|
493
|
-
<updated>1464693561576</updated>
|
494
|
-
</task>
|
495
|
-
<task id="LOCAL-00009" summary="+ enum model">
|
496
|
-
<created>1464694366051</created>
|
497
|
-
<option name="number" value="00009" />
|
498
|
-
<option name="project" value="LOCAL" />
|
499
|
-
<updated>1464694366051</updated>
|
500
|
-
</task>
|
501
|
-
<task id="LOCAL-00010" summary="+ httparty post query">
|
502
|
-
<created>1464703350688</created>
|
503
|
-
<option name="number" value="00010" />
|
504
|
-
<option name="project" value="LOCAL" />
|
505
|
-
<updated>1464703350688</updated>
|
506
|
-
</task>
|
507
|
-
<task id="LOCAL-00011" summary="+ readme.md">
|
508
|
-
<created>1464805106006</created>
|
509
|
-
<option name="number" value="00011" />
|
510
|
-
<option name="project" value="LOCAL" />
|
511
|
-
<updated>1464805106006</updated>
|
512
|
-
</task>
|
513
|
-
<task id="LOCAL-00012" summary="+ some httparty and Rakefile improvements">
|
514
|
-
<created>1464807479233</created>
|
515
|
-
<option name="number" value="00012" />
|
516
|
-
<option name="project" value="LOCAL" />
|
517
|
-
<updated>1464807479233</updated>
|
518
|
-
</task>
|
519
|
-
<option name="localTasksCounter" value="13" />
|
520
|
-
<servers />
|
521
|
-
</component>
|
522
|
-
<component name="ToolWindowManager">
|
523
|
-
<frame x="0" y="-4" width="1366" height="772" extended-state="6" />
|
524
|
-
<editor active="false" />
|
525
|
-
<layout>
|
526
|
-
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.46508172" sideWeight="0.4909091" order="9" side_tool="false" content_ui="tabs" />
|
527
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32986626" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
528
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32954547" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
529
|
-
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
530
|
-
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
531
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2439394" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
532
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
533
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4383358" sideWeight="0.5090909" order="7" side_tool="true" content_ui="tabs" />
|
534
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.43387815" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
535
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
536
|
-
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
537
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.2971768" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
538
|
-
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
539
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
540
|
-
<window_info id="Messages" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32986626" sideWeight="0.4969697" order="10" side_tool="false" content_ui="tabs" />
|
541
|
-
<window_info id="Coverage" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
|
542
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
543
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
544
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
545
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32986626" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
546
|
-
</layout>
|
547
|
-
<layout-to-restore>
|
548
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
549
|
-
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
550
|
-
<window_info id="Terminal" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.4383358" sideWeight="0.4939394" order="9" side_tool="false" content_ui="tabs" />
|
551
|
-
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
552
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.2986627" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
553
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32954547" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
554
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
555
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4383358" sideWeight="0.5060606" order="7" side_tool="true" content_ui="tabs" />
|
556
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
557
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4294205" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
558
|
-
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32986626" sideWeight="0.4969697" order="10" side_tool="false" content_ui="tabs" />
|
559
|
-
<window_info id="Coverage" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" />
|
560
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32986626" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
561
|
-
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
562
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
563
|
-
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
564
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19621213" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
565
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
566
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
567
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32986626" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
568
|
-
</layout-to-restore>
|
569
|
-
</component>
|
570
|
-
<component name="Vcs.Log.UiProperties">
|
571
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
572
|
-
<collection />
|
573
|
-
</option>
|
574
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
575
|
-
<collection />
|
576
|
-
</option>
|
577
|
-
</component>
|
578
|
-
<component name="VcsContentAnnotationSettings">
|
579
|
-
<option name="myLimit" value="2678400000" />
|
580
|
-
</component>
|
581
|
-
<component name="VcsManagerConfiguration">
|
582
|
-
<MESSAGE value="first commit" />
|
583
|
-
<MESSAGE value="+oauth2 +fixes" />
|
584
|
-
<MESSAGE value="+ response logic fixes" />
|
585
|
-
<MESSAGE value="+ duplicate_class, some query fixes" />
|
586
|
-
<MESSAGE value="+ response fix" />
|
587
|
-
<MESSAGE value="+ activity communication fields route" />
|
588
|
-
<MESSAGE value="- activity communication fields route" />
|
589
|
-
<MESSAGE value="+ enum model" />
|
590
|
-
<MESSAGE value="+ httparty post query" />
|
591
|
-
<MESSAGE value="+ readme.md" />
|
592
|
-
<MESSAGE value="+ some httparty and Rakefile improvements" />
|
593
|
-
<option name="LAST_COMMIT_MESSAGE" value="+ some httparty and Rakefile improvements" />
|
594
|
-
</component>
|
595
|
-
<component name="XDebuggerManager">
|
596
|
-
<breakpoint-manager />
|
597
|
-
<watches-manager />
|
598
|
-
</component>
|
599
|
-
<component name="editorHistoryManager">
|
600
|
-
<entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
|
601
|
-
<provider selected="true" editor-type-id="text-editor">
|
602
|
-
<state vertical-scroll-proportion="0.0">
|
603
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
604
|
-
</state>
|
605
|
-
</provider>
|
606
|
-
</entry>
|
607
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/base.rb">
|
608
|
-
<provider selected="true" editor-type-id="text-editor">
|
609
|
-
<state vertical-scroll-proportion="0.0">
|
610
|
-
<caret line="14" column="10" selection-start-line="14" selection-start-column="10" selection-end-line="14" selection-end-column="10" />
|
611
|
-
<folding />
|
612
|
-
</state>
|
613
|
-
</provider>
|
614
|
-
</entry>
|
615
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/client.rb">
|
616
|
-
<provider selected="true" editor-type-id="text-editor">
|
617
|
-
<state vertical-scroll-proportion="0.0">
|
618
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
619
|
-
<folding />
|
620
|
-
</state>
|
621
|
-
</provider>
|
622
|
-
</entry>
|
623
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/activity.rb">
|
624
|
-
<provider selected="true" editor-type-id="text-editor">
|
625
|
-
<state vertical-scroll-proportion="0.0">
|
626
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
627
|
-
</state>
|
628
|
-
</provider>
|
629
|
-
</entry>
|
630
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/contact.rb">
|
631
|
-
<provider selected="true" editor-type-id="text-editor">
|
632
|
-
<state vertical-scroll-proportion="0.0">
|
633
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
634
|
-
</state>
|
635
|
-
</provider>
|
636
|
-
</entry>
|
637
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice_status.rb">
|
638
|
-
<provider selected="true" editor-type-id="text-editor">
|
639
|
-
<state vertical-scroll-proportion="0.0">
|
640
|
-
<caret line="2" column="47" selection-start-line="2" selection-start-column="47" selection-end-line="2" selection-end-column="47" />
|
641
|
-
</state>
|
642
|
-
</provider>
|
643
|
-
</entry>
|
644
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/lead.rb">
|
645
|
-
<provider selected="true" editor-type-id="text-editor">
|
646
|
-
<state vertical-scroll-proportion="0.0">
|
647
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
648
|
-
</state>
|
649
|
-
</provider>
|
650
|
-
</entry>
|
651
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product.rb">
|
652
|
-
<provider selected="true" editor-type-id="text-editor">
|
653
|
-
<state vertical-scroll-proportion="0.0">
|
654
|
-
<caret line="2" column="41" selection-start-line="2" selection-start-column="41" selection-end-line="2" selection-end-column="41" />
|
655
|
-
</state>
|
656
|
-
</provider>
|
657
|
-
</entry>
|
658
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product_section.rb">
|
659
|
-
<provider selected="true" editor-type-id="text-editor">
|
660
|
-
<state vertical-scroll-proportion="0.0">
|
661
|
-
<caret line="2" column="48" selection-start-line="2" selection-start-column="48" selection-end-line="2" selection-end-column="48" />
|
662
|
-
</state>
|
663
|
-
</provider>
|
664
|
-
</entry>
|
665
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/quote.rb">
|
666
|
-
<provider selected="true" editor-type-id="text-editor">
|
667
|
-
<state vertical-scroll-proportion="0.0">
|
668
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
669
|
-
</state>
|
670
|
-
</provider>
|
671
|
-
</entry>
|
672
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
673
|
-
<provider selected="true" editor-type-id="text-editor">
|
674
|
-
<state vertical-scroll-proportion="0.0">
|
675
|
-
<caret line="9" column="6" selection-start-line="9" selection-start-column="6" selection-end-line="9" selection-end-column="6" />
|
676
|
-
</state>
|
677
|
-
</provider>
|
678
|
-
</entry>
|
679
|
-
<entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
|
680
|
-
<provider selected="true" editor-type-id="text-editor">
|
681
|
-
<state vertical-scroll-proportion="0.0">
|
682
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
683
|
-
</state>
|
684
|
-
</provider>
|
685
|
-
</entry>
|
686
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice.rb">
|
687
|
-
<provider selected="true" editor-type-id="text-editor">
|
688
|
-
<state vertical-scroll-proportion="0.0">
|
689
|
-
<caret line="2" column="41" selection-start-line="2" selection-start-column="41" selection-end-line="2" selection-end-column="41" />
|
690
|
-
</state>
|
691
|
-
</provider>
|
692
|
-
</entry>
|
693
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/base.rb">
|
694
|
-
<provider selected="true" editor-type-id="text-editor">
|
695
|
-
<state vertical-scroll-proportion="0.0">
|
696
|
-
<caret line="14" column="18" selection-start-line="14" selection-start-column="10" selection-end-line="14" selection-end-column="18" />
|
697
|
-
<folding />
|
698
|
-
</state>
|
699
|
-
</provider>
|
700
|
-
</entry>
|
701
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/client.rb">
|
702
|
-
<provider selected="true" editor-type-id="text-editor">
|
703
|
-
<state vertical-scroll-proportion="0.0">
|
704
|
-
<caret line="53" column="0" selection-start-line="53" selection-start-column="0" selection-end-line="53" selection-end-column="0" />
|
705
|
-
<folding />
|
706
|
-
</state>
|
707
|
-
</provider>
|
708
|
-
</entry>
|
709
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/lead.rb">
|
710
|
-
<provider selected="true" editor-type-id="text-editor">
|
711
|
-
<state vertical-scroll-proportion="0.0">
|
712
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
713
|
-
</state>
|
714
|
-
</provider>
|
715
|
-
</entry>
|
716
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product.rb">
|
717
|
-
<provider selected="true" editor-type-id="text-editor">
|
718
|
-
<state vertical-scroll-proportion="0.0">
|
719
|
-
<caret line="2" column="41" selection-start-line="2" selection-start-column="41" selection-end-line="2" selection-end-column="41" />
|
720
|
-
</state>
|
721
|
-
</provider>
|
722
|
-
</entry>
|
723
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product_section.rb">
|
724
|
-
<provider selected="true" editor-type-id="text-editor">
|
725
|
-
<state vertical-scroll-proportion="0.0">
|
726
|
-
<caret line="2" column="48" selection-start-line="2" selection-start-column="48" selection-end-line="2" selection-end-column="48" />
|
727
|
-
</state>
|
728
|
-
</provider>
|
729
|
-
</entry>
|
730
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/quote.rb">
|
731
|
-
<provider selected="true" editor-type-id="text-editor">
|
732
|
-
<state vertical-scroll-proportion="0.0">
|
733
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
734
|
-
</state>
|
735
|
-
</provider>
|
736
|
-
</entry>
|
737
|
-
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
738
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
739
|
-
<state split_layout="FIRST">
|
740
|
-
<first_editor vertical-scroll-proportion="0.0">
|
741
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
742
|
-
</first_editor>
|
743
|
-
<second_editor />
|
744
|
-
</state>
|
745
|
-
</provider>
|
746
|
-
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
747
|
-
<state />
|
748
|
-
</provider>
|
749
|
-
</entry>
|
750
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
751
|
-
<provider selected="true" editor-type-id="text-editor">
|
752
|
-
<state vertical-scroll-proportion="0.0">
|
753
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
754
|
-
</state>
|
755
|
-
</provider>
|
756
|
-
</entry>
|
757
|
-
<entry file="file://$PROJECT_DIR$/bitrix24_cloud_api.gemspec">
|
758
|
-
<provider selected="true" editor-type-id="text-editor">
|
759
|
-
<state vertical-scroll-proportion="0.0">
|
760
|
-
<caret line="11" column="74" selection-start-line="11" selection-start-column="24" selection-end-line="11" selection-end-column="74" />
|
761
|
-
</state>
|
762
|
-
</provider>
|
763
|
-
</entry>
|
764
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
765
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
766
|
-
<state split_layout="FIRST">
|
767
|
-
<first_editor vertical-scroll-proportion="0.0">
|
768
|
-
<caret line="39" column="4" selection-start-line="39" selection-start-column="4" selection-end-line="39" selection-end-column="4" />
|
769
|
-
</first_editor>
|
770
|
-
<second_editor />
|
771
|
-
</state>
|
772
|
-
</provider>
|
773
|
-
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
774
|
-
<state />
|
775
|
-
</provider>
|
776
|
-
</entry>
|
777
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/base.rb">
|
778
|
-
<provider selected="true" editor-type-id="text-editor">
|
779
|
-
<state vertical-scroll-proportion="0.0">
|
780
|
-
<caret line="21" column="12" selection-start-line="21" selection-start-column="12" selection-end-line="21" selection-end-column="12" />
|
781
|
-
<folding />
|
782
|
-
</state>
|
783
|
-
</provider>
|
784
|
-
</entry>
|
785
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/crm.rb">
|
786
|
-
<provider selected="true" editor-type-id="text-editor">
|
787
|
-
<state vertical-scroll-proportion="0.0">
|
788
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
789
|
-
<folding />
|
790
|
-
</state>
|
791
|
-
</provider>
|
792
|
-
</entry>
|
793
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api.rb">
|
794
|
-
<provider selected="true" editor-type-id="text-editor">
|
795
|
-
<state vertical-scroll-proportion="0.0">
|
796
|
-
<caret line="7" column="3" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
|
797
|
-
</state>
|
798
|
-
</provider>
|
799
|
-
</entry>
|
800
|
-
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
801
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
802
|
-
<state split_layout="FIRST">
|
803
|
-
<first_editor vertical-scroll-proportion="0.0">
|
804
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
805
|
-
</first_editor>
|
806
|
-
<second_editor />
|
807
|
-
</state>
|
808
|
-
</provider>
|
809
|
-
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
810
|
-
<state />
|
811
|
-
</provider>
|
812
|
-
</entry>
|
813
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/version.rb">
|
814
|
-
<provider selected="true" editor-type-id="text-editor">
|
815
|
-
<state vertical-scroll-proportion="0.0">
|
816
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
817
|
-
</state>
|
818
|
-
</provider>
|
819
|
-
</entry>
|
820
|
-
<entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
|
821
|
-
<provider selected="true" editor-type-id="text-editor">
|
822
|
-
<state vertical-scroll-proportion="0.0">
|
823
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
824
|
-
</state>
|
825
|
-
</provider>
|
826
|
-
</entry>
|
827
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
828
|
-
<provider selected="true" editor-type-id="text-editor">
|
829
|
-
<state vertical-scroll-proportion="0.0">
|
830
|
-
<caret line="3" column="7" selection-start-line="3" selection-start-column="7" selection-end-line="3" selection-end-column="7" />
|
831
|
-
<folding />
|
832
|
-
</state>
|
833
|
-
</provider>
|
834
|
-
</entry>
|
835
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/activity.rb">
|
836
|
-
<provider selected="true" editor-type-id="text-editor">
|
837
|
-
<state vertical-scroll-proportion="0.27863777">
|
838
|
-
<caret line="12" column="18" selection-start-line="12" selection-start-column="10" selection-end-line="12" selection-end-column="18" />
|
839
|
-
</state>
|
840
|
-
</provider>
|
841
|
-
</entry>
|
842
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/catalog.rb">
|
843
|
-
<provider selected="true" editor-type-id="text-editor">
|
844
|
-
<state vertical-scroll-proportion="0.0">
|
845
|
-
<caret line="2" column="17" selection-start-line="2" selection-start-column="10" selection-end-line="2" selection-end-column="17" />
|
846
|
-
</state>
|
847
|
-
</provider>
|
848
|
-
</entry>
|
849
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/company.rb">
|
850
|
-
<provider selected="true" editor-type-id="text-editor">
|
851
|
-
<state vertical-scroll-proportion="0.0">
|
852
|
-
<caret line="12" column="17" selection-start-line="12" selection-start-column="10" selection-end-line="12" selection-end-column="17" />
|
853
|
-
</state>
|
854
|
-
</provider>
|
855
|
-
</entry>
|
856
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/contact.rb">
|
857
|
-
<provider selected="true" editor-type-id="text-editor">
|
858
|
-
<state vertical-scroll-proportion="0.04643963">
|
859
|
-
<caret line="2" column="18" selection-start-line="2" selection-start-column="11" selection-end-line="2" selection-end-column="18" />
|
860
|
-
</state>
|
861
|
-
</provider>
|
862
|
-
</entry>
|
863
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/currency.rb">
|
864
|
-
<provider selected="true" editor-type-id="text-editor">
|
865
|
-
<state vertical-scroll-proportion="0.0">
|
866
|
-
<caret line="4" column="30" selection-start-line="4" selection-start-column="17" selection-end-line="4" selection-end-column="30" />
|
867
|
-
</state>
|
868
|
-
</provider>
|
869
|
-
</entry>
|
870
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/deal.rb">
|
871
|
-
<provider selected="true" editor-type-id="text-editor">
|
872
|
-
<state vertical-scroll-proportion="0.09287926">
|
873
|
-
<caret line="4" column="36" selection-start-line="4" selection-start-column="25" selection-end-line="4" selection-end-column="36" />
|
874
|
-
</state>
|
875
|
-
</provider>
|
876
|
-
</entry>
|
877
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice.rb">
|
878
|
-
<provider selected="true" editor-type-id="text-editor">
|
879
|
-
<state vertical-scroll-proportion="0.0">
|
880
|
-
<caret line="2" column="17" selection-start-line="2" selection-start-column="10" selection-end-line="2" selection-end-column="17" />
|
881
|
-
</state>
|
882
|
-
</provider>
|
883
|
-
</entry>
|
884
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/invoice_status.rb">
|
885
|
-
<provider selected="true" editor-type-id="text-editor">
|
886
|
-
<state vertical-scroll-proportion="0.0">
|
887
|
-
<caret line="2" column="23" selection-start-line="2" selection-start-column="10" selection-end-line="2" selection-end-column="23" />
|
888
|
-
</state>
|
889
|
-
</provider>
|
890
|
-
</entry>
|
891
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/lead.rb">
|
892
|
-
<provider selected="true" editor-type-id="text-editor">
|
893
|
-
<state vertical-scroll-proportion="0.0">
|
894
|
-
<caret line="2" column="15" selection-start-line="2" selection-start-column="11" selection-end-line="2" selection-end-column="15" />
|
895
|
-
</state>
|
896
|
-
</provider>
|
897
|
-
</entry>
|
898
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product.rb">
|
899
|
-
<provider selected="true" editor-type-id="text-editor">
|
900
|
-
<state vertical-scroll-proportion="0.04643963">
|
901
|
-
<caret line="2" column="17" selection-start-line="2" selection-start-column="10" selection-end-line="2" selection-end-column="17" />
|
902
|
-
</state>
|
903
|
-
</provider>
|
904
|
-
</entry>
|
905
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/product_section.rb">
|
906
|
-
<provider selected="true" editor-type-id="text-editor">
|
907
|
-
<state vertical-scroll-proportion="0.0">
|
908
|
-
<caret line="2" column="24" selection-start-line="2" selection-start-column="10" selection-end-line="2" selection-end-column="24" />
|
909
|
-
</state>
|
910
|
-
</provider>
|
911
|
-
</entry>
|
912
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/quote.rb">
|
913
|
-
<provider selected="true" editor-type-id="text-editor">
|
914
|
-
<state vertical-scroll-proportion="0.0">
|
915
|
-
<caret line="4" column="22" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="22" />
|
916
|
-
<folding />
|
917
|
-
</state>
|
918
|
-
</provider>
|
919
|
-
</entry>
|
920
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/CRM/additional_entities.rb">
|
921
|
-
<provider selected="true" editor-type-id="text-editor">
|
922
|
-
<state vertical-scroll-proportion="0.0">
|
923
|
-
<caret line="49" column="0" selection-start-line="49" selection-start-column="0" selection-end-line="49" selection-end-column="0" />
|
924
|
-
<folding />
|
925
|
-
</state>
|
926
|
-
</provider>
|
927
|
-
</entry>
|
928
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
929
|
-
<provider selected="true" editor-type-id="text-editor">
|
930
|
-
<state vertical-scroll-proportion="0.4383117">
|
931
|
-
<caret line="9" column="6" selection-start-line="9" selection-start-column="6" selection-end-line="9" selection-end-column="6" />
|
932
|
-
</state>
|
933
|
-
</provider>
|
934
|
-
</entry>
|
935
|
-
<entry file="file://$PROJECT_DIR$/bin/console">
|
936
|
-
<provider selected="true" editor-type-id="text-editor">
|
937
|
-
<state vertical-scroll-proportion="0.0">
|
938
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
939
|
-
<folding />
|
940
|
-
</state>
|
941
|
-
</provider>
|
942
|
-
</entry>
|
943
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/crm.rb">
|
944
|
-
<provider selected="true" editor-type-id="text-editor">
|
945
|
-
<state vertical-scroll-proportion="0.0">
|
946
|
-
<caret line="11" column="8" selection-start-line="11" selection-start-column="5" selection-end-line="11" selection-end-column="8" />
|
947
|
-
<folding />
|
948
|
-
</state>
|
949
|
-
</provider>
|
950
|
-
</entry>
|
951
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
952
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
953
|
-
<state split_layout="FIRST">
|
954
|
-
<first_editor vertical-scroll-proportion="0.0">
|
955
|
-
<caret line="29" column="44" selection-start-line="29" selection-start-column="44" selection-end-line="29" selection-end-column="44" />
|
956
|
-
<folding />
|
957
|
-
</first_editor>
|
958
|
-
<second_editor />
|
959
|
-
</state>
|
960
|
-
</provider>
|
961
|
-
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
962
|
-
<state />
|
963
|
-
</provider>
|
964
|
-
</entry>
|
965
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
966
|
-
<provider selected="true" editor-type-id="text-editor">
|
967
|
-
<state vertical-scroll-proportion="0.0">
|
968
|
-
<caret line="10" column="29" selection-start-line="10" selection-start-column="29" selection-end-line="10" selection-end-column="29" />
|
969
|
-
<folding />
|
970
|
-
</state>
|
971
|
-
</provider>
|
972
|
-
</entry>
|
973
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/base.rb">
|
974
|
-
<provider selected="true" editor-type-id="text-editor">
|
975
|
-
<state vertical-scroll-proportion="0.0">
|
976
|
-
<caret line="11" column="76" selection-start-line="11" selection-start-column="76" selection-end-line="11" selection-end-column="76" />
|
977
|
-
<folding />
|
978
|
-
</state>
|
979
|
-
</provider>
|
980
|
-
</entry>
|
981
|
-
<entry file="file://$PROJECT_DIR$/lib/bitrix24_cloud_api/client.rb">
|
982
|
-
<provider selected="true" editor-type-id="text-editor">
|
983
|
-
<state vertical-scroll-proportion="0.0">
|
984
|
-
<caret line="9" column="28" selection-start-line="9" selection-start-column="28" selection-end-line="9" selection-end-column="28" />
|
985
|
-
<folding />
|
986
|
-
</state>
|
987
|
-
</provider>
|
988
|
-
</entry>
|
989
|
-
<entry file="file://$PROJECT_DIR$/bitrix24_cloud_api.gemspec">
|
990
|
-
<provider selected="true" editor-type-id="text-editor">
|
991
|
-
<state vertical-scroll-proportion="0.6331169">
|
992
|
-
<caret line="13" column="69" selection-start-line="13" selection-start-column="69" selection-end-line="13" selection-end-column="69" />
|
993
|
-
<folding />
|
994
|
-
</state>
|
995
|
-
</provider>
|
996
|
-
</entry>
|
997
|
-
</component>
|
998
|
-
</project>
|