openpay 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.idea/.rakeTasks +1 -1
  3. data/.idea/OpenPay.iml +63 -28
  4. data/.idea/workspace.xml +1501 -0
  5. data/Gemfile +7 -2
  6. data/README.md +6 -15
  7. data/Rakefile +10 -7
  8. data/lib/OpenPay/Cards.rb +1 -2
  9. data/lib/OpenPay/Customers.rb +0 -1
  10. data/lib/OpenPay/Plans.rb +0 -5
  11. data/lib/OpenPay/bankaccounts.rb +0 -7
  12. data/lib/OpenPay/errors/openpay_exception_factory.rb +2 -0
  13. data/lib/OpenPay/open_pay_resource.rb +3 -3
  14. data/lib/OpenPay/openpay_api.rb +3 -6
  15. data/lib/openpay/bankaccounts.rb +59 -0
  16. data/lib/openpay/cards.rb +75 -0
  17. data/lib/openpay/charges.rb +77 -0
  18. data/lib/openpay/customers.rb +194 -0
  19. data/lib/openpay/errors/openpay_connection_exception.rb +3 -0
  20. data/lib/openpay/errors/openpay_exception.rb +29 -0
  21. data/lib/openpay/errors/openpay_exception_factory.rb +60 -0
  22. data/lib/openpay/errors/openpay_transaction_exception.rb +5 -0
  23. data/lib/openpay/fees.rb +5 -0
  24. data/lib/openpay/open_pay_resource.rb +242 -0
  25. data/lib/openpay/open_pay_resource_factory.rb +10 -0
  26. data/lib/openpay/openpay_api.rb +60 -0
  27. data/lib/openpay/payouts.rb +59 -0
  28. data/lib/openpay/plans.rb +23 -0
  29. data/lib/openpay/subscriptions.rb +58 -0
  30. data/lib/openpay/transfers.rb +43 -0
  31. data/lib/openpay.rb +5 -5
  32. data/lib/version.rb +2 -2
  33. data/openpay.gemspec +17 -5
  34. data/test/spec/bankaccounts_spec.rb +1 -2
  35. data/test/spec/cards_spec.rb +1 -1
  36. data/test/spec/charges_spec.rb +1 -2
  37. data/test/spec/customers_spec.rb +2 -2
  38. data/test/spec/exceptions_spec.rb +1 -1
  39. data/test/spec/fees_spec.rb +2 -2
  40. data/test/spec/openpayresource_spec.rb +1 -1
  41. data/test/spec/payouts_spec.rb +1 -1
  42. data/test/spec/plans_spec.rb +1 -1
  43. data/test/spec/subscriptions_spec.rb +1 -1
  44. data/test/spec/transfers_spec.rb +1 -1
  45. data/test/spec_helper.rb +7 -2
  46. metadata +91 -3
@@ -0,0 +1,1501 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="8d164914-f0e2-44e7-b004-3376b178b23a" name="Default" comment="Turned off debug mode.&#10;">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/openpay/bankaccounts.rb" afterPath="$PROJECT_DIR$/lib/openpay/bankaccounts.rb" />
6
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/openpay/open_pay_resource.rb" afterPath="$PROJECT_DIR$/lib/openpay/open_pay_resource.rb" />
7
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/openpay/openpay_api.rb" afterPath="$PROJECT_DIR$/lib/openpay/openpay_api.rb" />
8
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/openpay/errors/openpay_exception_factory.rb" afterPath="$PROJECT_DIR$/lib/openpay/errors/openpay_exception_factory.rb" />
9
+ </list>
10
+ <ignored path="OpenPay.iws" />
11
+ <ignored path=".idea/workspace.xml" />
12
+ <option name="TRACKING_ENABLED" value="true" />
13
+ <option name="SHOW_DIALOG" value="false" />
14
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
15
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
16
+ <option name="LAST_RESOLUTION" value="IGNORE" />
17
+ </component>
18
+ <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
19
+ <component name="CoverageDataManager">
20
+ <SUITE FILE_PATH="coverage/OpenPay@Run_spec__fees_spec___OpenPay.coverage" NAME="Run spec 'fees_spec': OpenPay Coverage Results" MODIFIED="1389245613248" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/" MODULE_NAME="OpenPay" />
21
+ <SUITE FILE_PATH="coverage/OpenPay@Run_spec__charges_spec___OpenPay.coverage" NAME="Run spec 'charges_spec': OpenPay Coverage Results" MODIFIED="1388462054310" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/" MODULE_NAME="OpenPay" />
22
+ <SUITE FILE_PATH="coverage/OpenPay@Run_spec__cards_spec___OpenPay.coverage" NAME="Run spec 'cards_spec': OpenPay Coverage Results" MODIFIED="1388510843415" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/" MODULE_NAME="OpenPay" />
23
+ <SUITE FILE_PATH="coverage/OpenPay@Customers__OpenPay.coverage" NAME="Customers: OpenPay Coverage Results" MODIFIED="1389243277948" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="OpenPay" />
24
+ <SUITE FILE_PATH="coverage/OpenPay@Rakefile.coverage" NAME="Rakefile Coverage Results" MODIFIED="1388955064708" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="OpenPay" />
25
+ <SUITE FILE_PATH="coverage/OpenPay@all_specs.coverage" NAME="all_specs Coverage Results" MODIFIED="1389244802892" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="OpenPay" />
26
+ <SUITE FILE_PATH="coverage/OpenPay@Run_spec__bankaccounts_spec___OpenPay.coverage" NAME="Run spec 'bankaccounts_spec': OpenPay Coverage Results" MODIFIED="1388549380140" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/" MODULE_NAME="OpenPay" />
27
+ </component>
28
+ <component name="CreatePatchCommitExecutor">
29
+ <option name="PATCH_PATH" value="" />
30
+ </component>
31
+ <component name="DaemonCodeAnalyzer">
32
+ <disable_hints />
33
+ </component>
34
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
35
+ <component name="FavoritesManager">
36
+ <favorites_list name="OpenPay" />
37
+ </component>
38
+ <component name="FileEditorManager">
39
+ <splitter split-orientation="horizontal" split-proportion="0.57726955">
40
+ <split-first>
41
+ <leaf>
42
+ <file leaf-file-name="Factories.rb" pinned="false" current="false" current-in-tab="false">
43
+ <entry file="file://$PROJECT_DIR$/test/Factories.rb">
44
+ <provider selected="true" editor-type-id="text-editor">
45
+ <state line="176" column="32" selection-start="3247" selection-end="3248" vertical-scroll-proportion="0.0" vertical-offset="2975" max-vertical-offset="4488">
46
+ <folding />
47
+ </state>
48
+ </provider>
49
+ </entry>
50
+ </file>
51
+ <file leaf-file-name="openpay.gemspec" pinned="false" current="false" current-in-tab="false">
52
+ <entry file="file://$PROJECT_DIR$/openpay.gemspec">
53
+ <provider selected="true" editor-type-id="text-editor">
54
+ <state line="22" column="56" selection-start="852" selection-end="852" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="748">
55
+ <folding />
56
+ </state>
57
+ </provider>
58
+ </entry>
59
+ </file>
60
+ <file leaf-file-name="openpay.rb" pinned="false" current="false" current-in-tab="false">
61
+ <entry file="file://$PROJECT_DIR$/lib/openpay.rb">
62
+ <provider selected="true" editor-type-id="text-editor">
63
+ <state line="16" column="20" selection-start="267" selection-end="267" vertical-scroll-proportion="0.0" vertical-offset="17" max-vertical-offset="663">
64
+ <folding />
65
+ </state>
66
+ </provider>
67
+ </entry>
68
+ </file>
69
+ <file leaf-file-name="openpay_api.rb" pinned="false" current="true" current-in-tab="true">
70
+ <entry file="file://$PROJECT_DIR$/lib/openpay/openpay_api.rb">
71
+ <provider selected="true" editor-type-id="text-editor">
72
+ <state line="13" column="73" selection-start="338" selection-end="338" vertical-scroll-proportion="0.34263566" vertical-offset="0" max-vertical-offset="1105">
73
+ <folding />
74
+ </state>
75
+ </provider>
76
+ </entry>
77
+ </file>
78
+ <file leaf-file-name="README.md" pinned="false" current="false" current-in-tab="false">
79
+ <entry file="file://$PROJECT_DIR$/README.md">
80
+ <provider selected="true" editor-type-id="text-editor">
81
+ <state line="680" column="2" selection-start="15402" selection-end="15402" vertical-scroll-proportion="-56.653847" vertical-offset="10087" max-vertical-offset="12529">
82
+ <folding />
83
+ </state>
84
+ </provider>
85
+ <provider editor-type-id="MarkdownPreviewEditor">
86
+ <state />
87
+ </provider>
88
+ </entry>
89
+ </file>
90
+ <file leaf-file-name="open_pay_resource_factory.rb" pinned="false" current="false" current-in-tab="false">
91
+ <entry file="file://$PROJECT_DIR$/lib/openpay/open_pay_resource_factory.rb">
92
+ <provider selected="true" editor-type-id="text-editor">
93
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="272">
94
+ <folding />
95
+ </state>
96
+ </provider>
97
+ </entry>
98
+ </file>
99
+ <file leaf-file-name="spec_helper.rb" pinned="false" current="false" current-in-tab="false">
100
+ <entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
101
+ <provider selected="true" editor-type-id="text-editor">
102
+ <state line="2" column="19" selection-start="41" selection-end="41" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="442">
103
+ <folding />
104
+ </state>
105
+ </provider>
106
+ </entry>
107
+ </file>
108
+ <file leaf-file-name="Rakefile" pinned="false" current="false" current-in-tab="false">
109
+ <entry file="file://$PROJECT_DIR$/Rakefile">
110
+ <provider selected="true" editor-type-id="text-editor">
111
+ <state line="4" column="0" selection-start="76" selection-end="76" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="357">
112
+ <folding />
113
+ </state>
114
+ </provider>
115
+ </entry>
116
+ </file>
117
+ <file leaf-file-name=".travis.yml" pinned="false" current="false" current-in-tab="false">
118
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
119
+ <provider selected="true" editor-type-id="text-editor">
120
+ <state line="3" column="0" selection-start="30" selection-end="30" vertical-scroll-proportion="0.0" vertical-offset="51" max-vertical-offset="153">
121
+ <folding />
122
+ </state>
123
+ </provider>
124
+ </entry>
125
+ </file>
126
+ </leaf>
127
+ </split-first>
128
+ <split-second>
129
+ <leaf>
130
+ <file leaf-file-name="payouts_spec.rb" pinned="false" current="false" current-in-tab="false">
131
+ <entry file="file://$PROJECT_DIR$/test/spec/payouts_spec.rb">
132
+ <provider selected="true" editor-type-id="text-editor">
133
+ <state line="149" column="37" selection-start="4259" selection-end="4259" vertical-scroll-proportion="0.0" vertical-offset="765" max-vertical-offset="3434">
134
+ <folding />
135
+ </state>
136
+ </provider>
137
+ </entry>
138
+ </file>
139
+ <file leaf-file-name="fees_spec.rb" pinned="false" current="false" current-in-tab="false">
140
+ <entry file="file://$PROJECT_DIR$/test/spec/fees_spec.rb">
141
+ <provider selected="true" editor-type-id="text-editor">
142
+ <state line="103" column="53" selection-start="2829" selection-end="2829" vertical-scroll-proportion="0.0" vertical-offset="819" max-vertical-offset="2074">
143
+ <folding />
144
+ </state>
145
+ </provider>
146
+ </entry>
147
+ </file>
148
+ <file leaf-file-name="exceptions_spec.rb" pinned="false" current="false" current-in-tab="false">
149
+ <entry file="file://$PROJECT_DIR$/test/spec/exceptions_spec.rb">
150
+ <provider selected="true" editor-type-id="text-editor">
151
+ <state line="29" column="51" selection-start="785" selection-end="800" vertical-scroll-proportion="0.0" vertical-offset="323" max-vertical-offset="2431">
152
+ <folding />
153
+ </state>
154
+ </provider>
155
+ </entry>
156
+ </file>
157
+ <file leaf-file-name="open_pay_resource.rb" pinned="false" current="false" current-in-tab="true">
158
+ <entry file="file://$PROJECT_DIR$/lib/openpay/open_pay_resource.rb">
159
+ <provider selected="true" editor-type-id="text-editor">
160
+ <state line="187" column="5" selection-start="3835" selection-end="3835" vertical-scroll-proportion="3.75" vertical-offset="809" max-vertical-offset="4199">
161
+ <folding />
162
+ </state>
163
+ </provider>
164
+ </entry>
165
+ </file>
166
+ <file leaf-file-name="bankaccounts.rb" pinned="false" current="false" current-in-tab="false">
167
+ <entry file="file://$PROJECT_DIR$/lib/openpay/bankaccounts.rb">
168
+ <provider selected="true" editor-type-id="text-editor">
169
+ <state line="22" column="0" selection-start="455" selection-end="455" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1105">
170
+ <folding />
171
+ </state>
172
+ </provider>
173
+ </entry>
174
+ </file>
175
+ <file leaf-file-name="plans_spec.rb" pinned="false" current="false" current-in-tab="false">
176
+ <entry file="file://$PROJECT_DIR$/test/spec/plans_spec.rb">
177
+ <provider selected="true" editor-type-id="text-editor">
178
+ <state line="168" column="0" selection-start="2996" selection-end="2996" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="3077">
179
+ <folding />
180
+ </state>
181
+ </provider>
182
+ </entry>
183
+ </file>
184
+ <file leaf-file-name="customers.rb" pinned="false" current="false" current-in-tab="false">
185
+ <entry file="file://$PROJECT_DIR$/lib/openpay/customers.rb">
186
+ <provider selected="true" editor-type-id="text-editor">
187
+ <state line="39" column="0" selection-start="867" selection-end="867" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="3383">
188
+ <folding />
189
+ </state>
190
+ </provider>
191
+ </entry>
192
+ </file>
193
+ <file leaf-file-name="charges.rb" pinned="false" current="false" current-in-tab="false">
194
+ <entry file="file://$PROJECT_DIR$/lib/openpay/charges.rb">
195
+ <provider selected="true" editor-type-id="text-editor">
196
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="731" max-vertical-offset="1394">
197
+ <folding />
198
+ </state>
199
+ </provider>
200
+ </entry>
201
+ </file>
202
+ <file leaf-file-name="payouts.rb" pinned="false" current="false" current-in-tab="false">
203
+ <entry file="file://$PROJECT_DIR$/lib/openpay/payouts.rb">
204
+ <provider selected="true" editor-type-id="text-editor">
205
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="74" max-vertical-offset="1088">
206
+ <folding />
207
+ </state>
208
+ </provider>
209
+ </entry>
210
+ </file>
211
+ <file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
212
+ <entry file="file://$PROJECT_DIR$/Gemfile">
213
+ <provider selected="true" editor-type-id="text-editor">
214
+ <state line="4" column="19" selection-start="63" selection-end="73" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="357">
215
+ <folding />
216
+ </state>
217
+ </provider>
218
+ </entry>
219
+ </file>
220
+ </leaf>
221
+ </split-second>
222
+ </splitter>
223
+ </component>
224
+ <component name="FindManager">
225
+ <FindUsagesManager>
226
+ <setting name="OPEN_NEW_TAB" value="false" />
227
+ </FindUsagesManager>
228
+ </component>
229
+ <component name="Git.Settings">
230
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
231
+ </component>
232
+ <component name="IdeDocumentHistory">
233
+ <option name="changedFiles">
234
+ <list>
235
+ <option value="$PROJECT_DIR$/OpenPay.gemspec" />
236
+ <option value="$PROJECT_DIR$/test/spec/charges_spec.rb" />
237
+ <option value="$PROJECT_DIR$/test/spec/exceptions_spec.rb" />
238
+ <option value="$PROJECT_DIR$/test/spec/subscriptions_spec.rb" />
239
+ <option value="$PROJECT_DIR$/test/spec/transfers_spec.rb" />
240
+ <option value="$PROJECT_DIR$/test/spec/cards_spec.rb" />
241
+ <option value="$PROJECT_DIR$/test/spec/payouts_spec.rb" />
242
+ <option value="$PROJECT_DIR$/test/spec/plans_spec.rb" />
243
+ <option value="$PROJECT_DIR$/test/Factories.rb" />
244
+ <option value="$PROJECT_DIR$/lib/version.rb" />
245
+ <option value="$PROJECT_DIR$/lib/openpay/Plans.rb" />
246
+ <option value="$PROJECT_DIR$/.travis.yml" />
247
+ <option value="$PROJECT_DIR$/test/spec_helper.rb" />
248
+ <option value="$PROJECT_DIR$/lib/openpay.rb" />
249
+ <option value="$PROJECT_DIR$/lib/openpay/customers.rb" />
250
+ <option value="$PROJECT_DIR$/test/spec/bankaccounts_spec.rb" />
251
+ <option value="$PROJECT_DIR$/Rakefile" />
252
+ <option value="$PROJECT_DIR$/Gemfile" />
253
+ <option value="$PROJECT_DIR$/openpay.gemspec" />
254
+ <option value="$PROJECT_DIR$/test/spec/customers_spec.rb" />
255
+ <option value="$PROJECT_DIR$/README.md" />
256
+ <option value="$PROJECT_DIR$/test/spec/fees_spec.rb" />
257
+ <option value="$PROJECT_DIR$/lib/openpay/open_pay_resource.rb" />
258
+ <option value="$PROJECT_DIR$/lib/openpay/openpay_api.rb" />
259
+ </list>
260
+ </option>
261
+ </component>
262
+ <component name="ProjectFrameBounds">
263
+ <option name="x" value="17" />
264
+ <option name="y" value="23" />
265
+ <option name="width" value="1834" />
266
+ <option name="height" value="1058" />
267
+ </component>
268
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
269
+ <OptionsSetting value="true" id="Add" />
270
+ <OptionsSetting value="true" id="Remove" />
271
+ <OptionsSetting value="true" id="Checkout" />
272
+ <OptionsSetting value="true" id="Update" />
273
+ <OptionsSetting value="true" id="Status" />
274
+ <OptionsSetting value="true" id="Edit" />
275
+ <ConfirmationsSetting value="0" id="Add" />
276
+ <ConfirmationsSetting value="0" id="Remove" />
277
+ </component>
278
+ <component name="ProjectReloadState">
279
+ <option name="STATE" value="0" />
280
+ </component>
281
+ <component name="ProjectView">
282
+ <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
283
+ <flattenPackages />
284
+ <showMembers />
285
+ <showModules />
286
+ <showLibraryContents />
287
+ <hideEmptyPackages />
288
+ <abbreviatePackageNames />
289
+ <autoscrollToSource />
290
+ <autoscrollFromSource />
291
+ <sortByType />
292
+ </navigator>
293
+ <panes>
294
+ <pane id="Scope" />
295
+ <pane id="ProjectPane">
296
+ <subPane>
297
+ <PATH>
298
+ <PATH_ELEMENT>
299
+ <option name="myItemId" value="OpenPay" />
300
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
301
+ </PATH_ELEMENT>
302
+ <PATH_ELEMENT>
303
+ <option name="myItemId" value="External Libraries" />
304
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ExternalLibrariesNode" />
305
+ </PATH_ELEMENT>
306
+ </PATH>
307
+ <PATH>
308
+ <PATH_ELEMENT>
309
+ <option name="myItemId" value="OpenPay" />
310
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
311
+ </PATH_ELEMENT>
312
+ <PATH_ELEMENT>
313
+ <option name="myItemId" value="openpay-ruby" />
314
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
315
+ </PATH_ELEMENT>
316
+ </PATH>
317
+ <PATH>
318
+ <PATH_ELEMENT>
319
+ <option name="myItemId" value="OpenPay" />
320
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
321
+ </PATH_ELEMENT>
322
+ <PATH_ELEMENT>
323
+ <option name="myItemId" value="openpay-ruby" />
324
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
325
+ </PATH_ELEMENT>
326
+ <PATH_ELEMENT>
327
+ <option name="myItemId" value="test" />
328
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
329
+ </PATH_ELEMENT>
330
+ </PATH>
331
+ <PATH>
332
+ <PATH_ELEMENT>
333
+ <option name="myItemId" value="OpenPay" />
334
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
335
+ </PATH_ELEMENT>
336
+ <PATH_ELEMENT>
337
+ <option name="myItemId" value="openpay-ruby" />
338
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
339
+ </PATH_ELEMENT>
340
+ <PATH_ELEMENT>
341
+ <option name="myItemId" value="test" />
342
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
343
+ </PATH_ELEMENT>
344
+ <PATH_ELEMENT>
345
+ <option name="myItemId" value="spec" />
346
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
347
+ </PATH_ELEMENT>
348
+ </PATH>
349
+ <PATH>
350
+ <PATH_ELEMENT>
351
+ <option name="myItemId" value="OpenPay" />
352
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
353
+ </PATH_ELEMENT>
354
+ <PATH_ELEMENT>
355
+ <option name="myItemId" value="openpay-ruby" />
356
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
357
+ </PATH_ELEMENT>
358
+ <PATH_ELEMENT>
359
+ <option name="myItemId" value="lib" />
360
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
361
+ </PATH_ELEMENT>
362
+ </PATH>
363
+ <PATH>
364
+ <PATH_ELEMENT>
365
+ <option name="myItemId" value="OpenPay" />
366
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
367
+ </PATH_ELEMENT>
368
+ <PATH_ELEMENT>
369
+ <option name="myItemId" value="openpay-ruby" />
370
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
371
+ </PATH_ELEMENT>
372
+ <PATH_ELEMENT>
373
+ <option name="myItemId" value="lib" />
374
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
375
+ </PATH_ELEMENT>
376
+ <PATH_ELEMENT>
377
+ <option name="myItemId" value="openpay" />
378
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
379
+ </PATH_ELEMENT>
380
+ </PATH>
381
+ </subPane>
382
+ </pane>
383
+ </panes>
384
+ </component>
385
+ <component name="PropertiesComponent">
386
+ <property name="recentsLimit" value="5" />
387
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
388
+ <property name="WebServerToolWindowFactoryState" value="false" />
389
+ <property name="restartRequiresConfirmation" value="true" />
390
+ </component>
391
+ <component name="RecentsManager">
392
+ <key name="MoveFile.RECENT_KEYS">
393
+ <recent name="$PROJECT_DIR$/lib" />
394
+ </key>
395
+ </component>
396
+ <component name="RunManager" selected="RSpec.Run spec 'fees_spec': OpenPay">
397
+ <configuration default="false" name="Bank_accounts: OpenPay" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
398
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
399
+ <module name="OpenPay" />
400
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
401
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test/spec" />
402
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
403
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
404
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
405
+ <envs>
406
+ <env name="JRUBY_OPTS" value="-X+O" />
407
+ </envs>
408
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
409
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
410
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
411
+ <COVERAGE_PATTERN ENABLED="true">
412
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
413
+ </COVERAGE_PATTERN>
414
+ </EXTENSION>
415
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
416
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
417
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/spec/bankaccounts_spec.rb" />
418
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
419
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
420
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Bank_accounts" />
421
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
422
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
423
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
424
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
425
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
426
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
427
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
428
+ <RunnerSettings RunnerId="RubyRunner" />
429
+ <ConfigurationWrapper RunnerId="RubyRunner" />
430
+ <method />
431
+ </configuration>
432
+ <configuration default="false" name="Charges.create: OpenPay" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
433
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
434
+ <module name="OpenPay" />
435
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
436
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
437
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
438
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
439
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
440
+ <envs>
441
+ <env name="JRUBY_OPTS" value="-X+O" />
442
+ </envs>
443
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
444
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
445
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
446
+ <COVERAGE_PATTERN ENABLED="true">
447
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
448
+ </COVERAGE_PATTERN>
449
+ </EXTENSION>
450
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
451
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
452
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/spec/charges_spec.rb" />
453
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
454
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
455
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Charges.create" />
456
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
457
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
458
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
459
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
460
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
461
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
462
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
463
+ <RunnerSettings RunnerId="RubyRunner" />
464
+ <ConfigurationWrapper RunnerId="RubyRunner" />
465
+ <method />
466
+ </configuration>
467
+ <configuration default="false" name="Plans.each: OpenPay" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
468
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
469
+ <module name="OpenPay" />
470
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
471
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
472
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
473
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
474
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
475
+ <envs>
476
+ <env name="JRUBY_OPTS" value="-X+O" />
477
+ </envs>
478
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
479
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
480
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
481
+ <COVERAGE_PATTERN ENABLED="true">
482
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
483
+ </COVERAGE_PATTERN>
484
+ </EXTENSION>
485
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
486
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
487
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/spec/plans_spec.rb" />
488
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
489
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
490
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Plans.each" />
491
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
492
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
493
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
494
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
495
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
496
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
497
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
498
+ <RunnerSettings RunnerId="RubyRunner" />
499
+ <ConfigurationWrapper RunnerId="RubyRunner" />
500
+ <method />
501
+ </configuration>
502
+ <configuration default="false" name="Rakefile" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
503
+ <module name="OpenPay" />
504
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
505
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
506
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
507
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
508
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
509
+ <envs />
510
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
511
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
512
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
513
+ <COVERAGE_PATTERN ENABLED="true">
514
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
515
+ </COVERAGE_PATTERN>
516
+ </EXTENSION>
517
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
518
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/Rakefile" />
519
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
520
+ <RunnerSettings RunnerId="RubyRunner" />
521
+ <ConfigurationWrapper RunnerId="RubyRunner" />
522
+ <method />
523
+ </configuration>
524
+ <configuration default="false" name="Customers: OpenPay" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
525
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
526
+ <module name="OpenPay" />
527
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
528
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
529
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
530
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
531
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
532
+ <envs>
533
+ <env name="JRUBY_OPTS" value="-X+O" />
534
+ </envs>
535
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
536
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
537
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
538
+ <COVERAGE_PATTERN ENABLED="true">
539
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
540
+ </COVERAGE_PATTERN>
541
+ </EXTENSION>
542
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
543
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
544
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/spec/customers_spec.rb" />
545
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
546
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
547
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Customers" />
548
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
549
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
550
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
551
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
552
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
553
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
554
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
555
+ <RunnerSettings RunnerId="RubyRunner" />
556
+ <ConfigurationWrapper RunnerId="RubyRunner" />
557
+ <method />
558
+ </configuration>
559
+ <configuration default="true" type="CommandRunConfigurationType" factoryName="Gem Command">
560
+ <module name="" />
561
+ <COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
562
+ <COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="" />
563
+ <COMMAND_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="false" />
564
+ <COMMAND_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="" />
565
+ <COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
566
+ <envs />
567
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
568
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
569
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
570
+ <COVERAGE_PATTERN ENABLED="true">
571
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
572
+ </COVERAGE_PATTERN>
573
+ </EXTENSION>
574
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
575
+ <COMMAND_CONFIG_SETTINGS_ID NAME="GEM_NAME" VALUE="" />
576
+ <COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_NAME" VALUE="" />
577
+ <COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_ARGS" VALUE="" />
578
+ <COMMAND_CONFIG_SETTINGS_ID NAME="WORKING_DIR" VALUE="" />
579
+ <method />
580
+ </configuration>
581
+ <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
582
+ <predefined_log_file id="RUBY_RSPEC" enabled="true" />
583
+ <module name="" />
584
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
585
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
586
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
587
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
588
+ <RSPEC_RUN_CONFIG_SETTINGS_ID 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
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
598
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
599
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
600
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
601
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
602
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
603
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
604
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
605
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
606
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
607
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
608
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
609
+ <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
610
+ <method />
611
+ </configuration>
612
+ <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
613
+ <module name="" />
614
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
615
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
616
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
617
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
618
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
619
+ <envs />
620
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
621
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
622
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
623
+ <COVERAGE_PATTERN ENABLED="true">
624
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
625
+ </COVERAGE_PATTERN>
626
+ </EXTENSION>
627
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
628
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
629
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
630
+ <method />
631
+ </configuration>
632
+ <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug" singleton="true">
633
+ <method />
634
+ </configuration>
635
+ <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
636
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
637
+ <module name="" />
638
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
639
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
640
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
641
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
642
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
643
+ <envs />
644
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
645
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
646
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
647
+ <COVERAGE_PATTERN ENABLED="true">
648
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
649
+ </COVERAGE_PATTERN>
650
+ </EXTENSION>
651
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
652
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
653
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
654
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
655
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
656
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
657
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
658
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
659
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
660
+ <method />
661
+ </configuration>
662
+ <configuration default="true" type="IrbRunConfigurationType" factoryName="IRB console">
663
+ <module name="" />
664
+ <IRB_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
665
+ <IRB_RUN_CONFIG NAME="WORK DIR" VALUE="" />
666
+ <IRB_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
667
+ <IRB_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
668
+ <IRB_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
669
+ <envs />
670
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
671
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
672
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
673
+ <COVERAGE_PATTERN ENABLED="true">
674
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
675
+ </COVERAGE_PATTERN>
676
+ </EXTENSION>
677
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
678
+ <IRB_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
679
+ <IRB_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
680
+ <IRB_RUN_CONFIG NAME="IS_RAILS_CONSOLE" VALUE="false" />
681
+ <method />
682
+ </configuration>
683
+ <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
684
+ <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
685
+ <module name="" />
686
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
687
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
688
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
689
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
690
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
691
+ <envs>
692
+ <env name="ANSICON" value="" />
693
+ </envs>
694
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
695
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
696
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
697
+ <COVERAGE_PATTERN ENABLED="true">
698
+ <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
699
+ </COVERAGE_PATTERN>
700
+ </EXTENSION>
701
+ <EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
702
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
703
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
704
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
705
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
706
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
707
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
708
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
709
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
710
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
711
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
712
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
713
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
714
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
715
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
716
+ <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
717
+ <method />
718
+ </configuration>
719
+ <list size="18">
720
+ <item index="0" class="java.lang.String" itemvalue="Gem Command.install open pay" />
721
+ <item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'bankaccounts_spec': OpenPay" />
722
+ <item index="2" class="java.lang.String" itemvalue="RSpec.Run spec 'charges_spec': OpenPay" />
723
+ <item index="3" class="java.lang.String" itemvalue="RSpec.Run spec 'customers_spec': OpenPay" />
724
+ <item index="4" class="java.lang.String" itemvalue="RSpec.Run spec 'exceptions_spec': OpenPay" />
725
+ <item index="5" class="java.lang.String" itemvalue="RSpec.Run spec 'fees_spec': OpenPay" />
726
+ <item index="6" class="java.lang.String" itemvalue="RSpec.Run spec 'payouts_spec': OpenPay" />
727
+ <item index="7" class="java.lang.String" itemvalue="RSpec.Run spec 'plans_spec': OpenPay" />
728
+ <item index="8" class="java.lang.String" itemvalue="RSpec.Run spec 'subscriptions_spec': OpenPay" />
729
+ <item index="9" class="java.lang.String" itemvalue="RSpec.Run spec 'transfers_spec': OpenPay" />
730
+ <item index="10" class="java.lang.String" itemvalue="RSpec.all_specs" />
731
+ <item index="11" class="java.lang.String" itemvalue="RSpec.Run spec 'cards_spec': OpenPay" />
732
+ <item index="12" class="java.lang.String" itemvalue="Ruby.scrapbook" />
733
+ <item index="13" class="java.lang.String" itemvalue="RSpec.Bank_accounts: OpenPay" />
734
+ <item index="14" class="java.lang.String" itemvalue="RSpec.Charges.create: OpenPay" />
735
+ <item index="15" class="java.lang.String" itemvalue="RSpec.Plans.each: OpenPay" />
736
+ <item index="16" class="java.lang.String" itemvalue="Ruby.Rakefile" />
737
+ <item index="17" class="java.lang.String" itemvalue="RSpec.Customers: OpenPay" />
738
+ </list>
739
+ <recent_temporary>
740
+ <list size="5">
741
+ <item index="0" class="java.lang.String" itemvalue="RSpec.Customers: OpenPay" />
742
+ <item index="1" class="java.lang.String" itemvalue="Ruby.Rakefile" />
743
+ <item index="2" class="java.lang.String" itemvalue="RSpec.Plans.each: OpenPay" />
744
+ <item index="3" class="java.lang.String" itemvalue="RSpec.Charges.create: OpenPay" />
745
+ <item index="4" class="java.lang.String" itemvalue="RSpec.Bank_accounts: OpenPay" />
746
+ </list>
747
+ </recent_temporary>
748
+ </component>
749
+ <component name="ShelveChangesManager" show_recycled="false" />
750
+ <component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="sslv3">
751
+ <option name="USER" value="" />
752
+ <option name="PASSWORD" value="" />
753
+ <option name="mySSHConnectionTimeout" value="30000" />
754
+ <option name="mySSHReadTimeout" value="30000" />
755
+ <option name="LAST_MERGED_REVISION" />
756
+ <option name="MERGE_DRY_RUN" value="false" />
757
+ <option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
758
+ <option name="UPDATE_LOCK_ON_DEMAND" value="false" />
759
+ <option name="IGNORE_SPACES_IN_MERGE" value="false" />
760
+ <option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
761
+ <option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
762
+ <option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
763
+ <option name="FORCE_UPDATE" value="false" />
764
+ <option name="IGNORE_EXTERNALS" value="false" />
765
+ <myIsUseDefaultProxy>false</myIsUseDefaultProxy>
766
+ </component>
767
+ <component name="TaskManager">
768
+ <task active="true" id="Default" summary="Default task">
769
+ <changelist id="8d164914-f0e2-44e7-b004-3376b178b23a" name="Default" comment="" />
770
+ <created>1388460976325</created>
771
+ <updated>1388460976325</updated>
772
+ </task>
773
+ <task id="LOCAL-00001" summary="travis setup">
774
+ <created>1388462980801</created>
775
+ <updated>1388462980801</updated>
776
+ </task>
777
+ <task id="LOCAL-00002" summary="travis setup&#10;">
778
+ <created>1388464827217</created>
779
+ <updated>1388464827217</updated>
780
+ </task>
781
+ <task id="LOCAL-00003" summary="travis setup&#10;">
782
+ <created>1388507717808</created>
783
+ <updated>1388507717808</updated>
784
+ </task>
785
+ <task id="LOCAL-00004" summary="Documentation additions">
786
+ <created>1388507848592</created>
787
+ <updated>1388507848592</updated>
788
+ </task>
789
+ <task id="LOCAL-00005" summary="Documentation additions&#10;">
790
+ <created>1388524959197</created>
791
+ <updated>1388524959197</updated>
792
+ </task>
793
+ <task id="LOCAL-00006" summary="Documentation additions&#10;">
794
+ <created>1388525339516</created>
795
+ <updated>1388525339516</updated>
796
+ </task>
797
+ <task id="LOCAL-00007" summary="Documentation additions&#10;">
798
+ <created>1388525448870</created>
799
+ <updated>1388525448870</updated>
800
+ </task>
801
+ <task id="LOCAL-00008" summary="Documentation additions&#10;">
802
+ <created>1388525501714</created>
803
+ <updated>1388525501714</updated>
804
+ </task>
805
+ <task id="LOCAL-00009" summary="Documentation additions&#10;">
806
+ <created>1388525523988</created>
807
+ <updated>1388525523988</updated>
808
+ </task>
809
+ <task id="LOCAL-00010" summary="Documentation additions&#10;">
810
+ <created>1388525623755</created>
811
+ <updated>1388525623755</updated>
812
+ </task>
813
+ <task id="LOCAL-00011" summary="Documentation additions&#10;">
814
+ <created>1388526605658</created>
815
+ <updated>1388526605658</updated>
816
+ </task>
817
+ <task id="LOCAL-00012" summary="Documentation additions&#10;">
818
+ <created>1388526808298</created>
819
+ <updated>1388526808298</updated>
820
+ </task>
821
+ <task id="LOCAL-00013" summary="Documentation additions&#10;">
822
+ <created>1388526968112</created>
823
+ <updated>1388526968112</updated>
824
+ </task>
825
+ <task id="LOCAL-00014" summary="Documentation additions&#10;">
826
+ <created>1388527233690</created>
827
+ <updated>1388527233690</updated>
828
+ </task>
829
+ <task id="LOCAL-00015" summary="Documentation additions&#10;">
830
+ <created>1388527366523</created>
831
+ <updated>1388527366523</updated>
832
+ </task>
833
+ <task id="LOCAL-00016" summary="Documentation additions&#10;">
834
+ <created>1388528010286</created>
835
+ <updated>1388528010286</updated>
836
+ </task>
837
+ <task id="LOCAL-00017" summary="Documentation additions&#10;">
838
+ <created>1388528342303</created>
839
+ <updated>1388528342303</updated>
840
+ </task>
841
+ <task id="LOCAL-00018" summary="Documentation additions&#10;">
842
+ <created>1388529089901</created>
843
+ <updated>1388529089901</updated>
844
+ </task>
845
+ <task id="LOCAL-00019" summary="Documentation additions&#10;">
846
+ <created>1388531192153</created>
847
+ <updated>1388531192153</updated>
848
+ </task>
849
+ <task id="LOCAL-00020" summary="Documentation additions&#10;">
850
+ <created>1388531287106</created>
851
+ <updated>1388531287106</updated>
852
+ </task>
853
+ <task id="LOCAL-00021" summary="Documentation additions&#10;">
854
+ <created>1388531359286</created>
855
+ <updated>1388531359286</updated>
856
+ </task>
857
+ <task id="LOCAL-00022" summary="Documentation additions&#10;">
858
+ <created>1388531471811</created>
859
+ <updated>1388531471811</updated>
860
+ </task>
861
+ <task id="LOCAL-00023" summary="Documentation additions&#10;">
862
+ <created>1388531809279</created>
863
+ <updated>1388531809279</updated>
864
+ </task>
865
+ <task id="LOCAL-00024" summary="Documentation additions&#10;">
866
+ <created>1388532393817</created>
867
+ <updated>1388532393817</updated>
868
+ </task>
869
+ <task id="LOCAL-00025" summary="Documentation additions&#10;">
870
+ <created>1388532567421</created>
871
+ <updated>1388532567421</updated>
872
+ </task>
873
+ <task id="LOCAL-00026" summary="Travis setup&#10;">
874
+ <created>1388532691585</created>
875
+ <updated>1388532691585</updated>
876
+ </task>
877
+ <task id="LOCAL-00027" summary="Travis setup&#10;">
878
+ <created>1388533301224</created>
879
+ <updated>1388533301224</updated>
880
+ </task>
881
+ <task id="LOCAL-00028" summary="Travis setup&#10;">
882
+ <created>1388533395136</created>
883
+ <updated>1388533395136</updated>
884
+ </task>
885
+ <task id="LOCAL-00029" summary="Travis setup&#10;">
886
+ <created>1388533486112</created>
887
+ <updated>1388533486112</updated>
888
+ </task>
889
+ <task id="LOCAL-00030" summary="Travis setup&#10;">
890
+ <created>1388533793059</created>
891
+ <updated>1388533793059</updated>
892
+ </task>
893
+ <task id="LOCAL-00031" summary="Travis setup&#10;">
894
+ <created>1388533903921</created>
895
+ <updated>1388533903921</updated>
896
+ </task>
897
+ <task id="LOCAL-00032" summary="Travis setup&#10;">
898
+ <created>1388534453657</created>
899
+ <updated>1388534453657</updated>
900
+ </task>
901
+ <task id="LOCAL-00033" summary="Travis setup&#10;">
902
+ <created>1388540848605</created>
903
+ <updated>1388540848605</updated>
904
+ </task>
905
+ <task id="LOCAL-00034" summary="Travis setup&#10;">
906
+ <created>1388541325966</created>
907
+ <updated>1388541325966</updated>
908
+ </task>
909
+ <task id="LOCAL-00035" summary="Travis setup&#10;">
910
+ <created>1388541572463</created>
911
+ <updated>1388541572463</updated>
912
+ </task>
913
+ <task id="LOCAL-00036" summary="Travis setup&#10;">
914
+ <created>1388541853292</created>
915
+ <updated>1388541853292</updated>
916
+ </task>
917
+ <task id="LOCAL-00037" summary="Travis setup&#10;">
918
+ <created>1388542362701</created>
919
+ <updated>1388542362701</updated>
920
+ </task>
921
+ <task id="LOCAL-00038" summary="Travis setup&#10;">
922
+ <created>1388542514106</created>
923
+ <updated>1388542514106</updated>
924
+ </task>
925
+ <task id="LOCAL-00039" summary="Travis setup&#10;">
926
+ <created>1388542861233</created>
927
+ <updated>1388542861233</updated>
928
+ </task>
929
+ <task id="LOCAL-00040" summary="Travis setup&#10;">
930
+ <created>1388542881413</created>
931
+ <updated>1388542881413</updated>
932
+ </task>
933
+ <task id="LOCAL-00041" summary="Travis setup&#10;">
934
+ <created>1388542979845</created>
935
+ <updated>1388542979845</updated>
936
+ </task>
937
+ <task id="LOCAL-00042" summary="Travis setup&#10;">
938
+ <created>1388543337351</created>
939
+ <updated>1388543337351</updated>
940
+ </task>
941
+ <task id="LOCAL-00043" summary="Travis setup&#10;">
942
+ <created>1388543592839</created>
943
+ <updated>1388543592839</updated>
944
+ </task>
945
+ <task id="LOCAL-00044" summary="Travis setup&#10;">
946
+ <created>1388544236110</created>
947
+ <updated>1388544236110</updated>
948
+ </task>
949
+ <task id="LOCAL-00045" summary="Travis setup&#10;">
950
+ <created>1388544749532</created>
951
+ <updated>1388544749532</updated>
952
+ </task>
953
+ <task id="LOCAL-00046" summary="Travis setup&#10;">
954
+ <created>1388545515544</created>
955
+ <updated>1388545515544</updated>
956
+ </task>
957
+ <task id="LOCAL-00047" summary="Travis setup&#10;">
958
+ <created>1388545619335</created>
959
+ <updated>1388545619335</updated>
960
+ </task>
961
+ <task id="LOCAL-00048" summary="Travis setup&#10;">
962
+ <created>1388546231318</created>
963
+ <updated>1388546231318</updated>
964
+ </task>
965
+ <task id="LOCAL-00049" summary="Travis setup&#10;">
966
+ <created>1388547001428</created>
967
+ <updated>1388547001428</updated>
968
+ </task>
969
+ <task id="LOCAL-00050" summary="Travis setup&#10;">
970
+ <created>1388547309311</created>
971
+ <updated>1388547309311</updated>
972
+ </task>
973
+ <task id="LOCAL-00051" summary="Travis setup&#10;">
974
+ <created>1388547635722</created>
975
+ <updated>1388547635722</updated>
976
+ </task>
977
+ <task id="LOCAL-00052" summary="Travis setup&#10;">
978
+ <created>1388547819294</created>
979
+ <updated>1388547819294</updated>
980
+ </task>
981
+ <task id="LOCAL-00053" summary="Travis setup&#10;">
982
+ <created>1388549064800</created>
983
+ <updated>1388549064801</updated>
984
+ </task>
985
+ <task id="LOCAL-00054" summary="Travis setup&#10;">
986
+ <created>1388549551133</created>
987
+ <updated>1388549551133</updated>
988
+ </task>
989
+ <task id="LOCAL-00055" summary="Travis setup&#10;">
990
+ <created>1388549775115</created>
991
+ <updated>1388549775116</updated>
992
+ </task>
993
+ <task id="LOCAL-00056" summary="Travis setup&#10;">
994
+ <created>1388550198200</created>
995
+ <updated>1388550198200</updated>
996
+ </task>
997
+ <task id="LOCAL-00057" summary="Travis setup&#10;">
998
+ <created>1388955671277</created>
999
+ <updated>1388955671277</updated>
1000
+ </task>
1001
+ <task id="LOCAL-00058" summary="Travis setup&#10;">
1002
+ <created>1388955952209</created>
1003
+ <updated>1388955952209</updated>
1004
+ </task>
1005
+ <task id="LOCAL-00059" summary="Travis setup&#10;">
1006
+ <created>1388956192186</created>
1007
+ <updated>1388956192186</updated>
1008
+ </task>
1009
+ <task id="LOCAL-00060" summary="Travis setup&#10;">
1010
+ <created>1388956564004</created>
1011
+ <updated>1388956564004</updated>
1012
+ </task>
1013
+ <task id="LOCAL-00061" summary="Travis setup&#10;">
1014
+ <created>1388957347844</created>
1015
+ <updated>1388957347845</updated>
1016
+ </task>
1017
+ <task id="LOCAL-00062" summary="Travis setup&#10;">
1018
+ <created>1388957562539</created>
1019
+ <updated>1388957562540</updated>
1020
+ </task>
1021
+ <task id="LOCAL-00063" summary="Travis setup&#10;">
1022
+ <created>1388958107792</created>
1023
+ <updated>1388958107792</updated>
1024
+ </task>
1025
+ <task id="LOCAL-00064" summary="Travis setup&#10;">
1026
+ <created>1388958180611</created>
1027
+ <updated>1388958180612</updated>
1028
+ </task>
1029
+ <task id="LOCAL-00065" summary="Travis setup&#10;">
1030
+ <created>1388958378856</created>
1031
+ <updated>1388958378857</updated>
1032
+ </task>
1033
+ <task id="LOCAL-00066" summary="Travis setup&#10;">
1034
+ <created>1388958745159</created>
1035
+ <updated>1388958745159</updated>
1036
+ </task>
1037
+ <task id="LOCAL-00067" summary="Travis setup&#10;">
1038
+ <created>1388959874730</created>
1039
+ <updated>1388959874731</updated>
1040
+ </task>
1041
+ <task id="LOCAL-00068" summary="Travis setup&#10;">
1042
+ <created>1388960005101</created>
1043
+ <updated>1388960005102</updated>
1044
+ </task>
1045
+ <task id="LOCAL-00069" summary="Travis setup&#10;">
1046
+ <created>1388960309418</created>
1047
+ <updated>1388960309418</updated>
1048
+ </task>
1049
+ <task id="LOCAL-00070" summary="removed some files&#10;">
1050
+ <created>1388960699496</created>
1051
+ <updated>1388960699497</updated>
1052
+ </task>
1053
+ <task id="LOCAL-00071" summary="removed some files&#10;">
1054
+ <created>1388960811440</created>
1055
+ <updated>1388960811440</updated>
1056
+ </task>
1057
+ <task id="LOCAL-00072" summary="Added require_relative. And includes for running out of rake.">
1058
+ <created>1389245786967</created>
1059
+ <updated>1389245786968</updated>
1060
+ </task>
1061
+ <task id="LOCAL-00073" summary="Turned off debug mode.&#10;">
1062
+ <created>1389246752157</created>
1063
+ <updated>1389246752157</updated>
1064
+ </task>
1065
+ <option name="localTasksCounter" value="74" />
1066
+ <servers />
1067
+ </component>
1068
+ <component name="ToolWindowManager">
1069
+ <frame x="17" y="23" width="1834" height="1058" extended-state="0" />
1070
+ <editor active="true" />
1071
+ <layout>
1072
+ <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1073
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1074
+ <window_info id="Heroku" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1075
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1076
+ <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" />
1077
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
1078
+ <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" />
1079
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32917964" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1080
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1081
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
1082
+ <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" />
1083
+ <window_info id="Code Outline" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1084
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19385475" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
1085
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3281412" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1086
+ <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" />
1087
+ <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" />
1088
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32917964" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1089
+ <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" />
1090
+ <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" />
1091
+ <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" />
1092
+ <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" />
1093
+ </layout>
1094
+ <layout-to-restore>
1095
+ <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" />
1096
+ <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
1097
+ <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" />
1098
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
1099
+ <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" />
1100
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
1101
+ <window_info id="Heroku" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
1102
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
1103
+ <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" />
1104
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="true" content_ui="tabs" />
1105
+ <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" />
1106
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32917964" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
1107
+ <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
1108
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
1109
+ <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" />
1110
+ <window_info id="Code Outline" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
1111
+ <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" />
1112
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19385475" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
1113
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3281412" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
1114
+ <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" />
1115
+ <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" />
1116
+ </layout-to-restore>
1117
+ </component>
1118
+ <component name="Vcs.Log.UiProperties">
1119
+ <option name="RECENTLY_FILTERED_USERS">
1120
+ <collection />
1121
+ </option>
1122
+ </component>
1123
+ <component name="VcsContentAnnotationSettings">
1124
+ <option name="myLimit" value="2678400000" />
1125
+ </component>
1126
+ <component name="VcsManagerConfiguration">
1127
+ <option name="myTodoPanelSettings">
1128
+ <TodoPanelSettings />
1129
+ </option>
1130
+ <MESSAGE value="travis setup" />
1131
+ <MESSAGE value="travis setup&#10;" />
1132
+ <MESSAGE value="Documentation additions" />
1133
+ <MESSAGE value="Documentation additions&#10;" />
1134
+ <MESSAGE value="Travis setup&#10;" />
1135
+ <MESSAGE value="removed some files&#10;" />
1136
+ <MESSAGE value="Added require_relative. And includes for running out of rake." />
1137
+ <MESSAGE value="Turned off debug mode.&#10;" />
1138
+ <option name="LAST_COMMIT_MESSAGE" value="Turned off debug mode.&#10;" />
1139
+ </component>
1140
+ <component name="XDebuggerManager">
1141
+ <breakpoint-manager />
1142
+ </component>
1143
+ <component name="editorHistoryManager">
1144
+ <entry file="file://$PROJECT_DIR$/test/Factories.rb">
1145
+ <provider selected="true" editor-type-id="text-editor">
1146
+ <state line="176" column="32" selection-start="3247" selection-end="3248" vertical-scroll-proportion="0.0" vertical-offset="2975" max-vertical-offset="4488">
1147
+ <folding />
1148
+ </state>
1149
+ </provider>
1150
+ </entry>
1151
+ <entry file="file://$PROJECT_DIR$/openpay.gemspec">
1152
+ <provider selected="true" editor-type-id="text-editor">
1153
+ <state line="1" column="42" selection-start="16" selection-end="59" vertical-scroll-proportion="0.0" vertical-offset="17" max-vertical-offset="612">
1154
+ <folding />
1155
+ </state>
1156
+ </provider>
1157
+ </entry>
1158
+ <entry file="file://$PROJECT_DIR$/lib/openpay.rb">
1159
+ <provider selected="true" editor-type-id="text-editor">
1160
+ <state line="21" column="61" selection-start="416" selection-end="416" vertical-scroll-proportion="0.0" vertical-offset="357" max-vertical-offset="663">
1161
+ <folding />
1162
+ </state>
1163
+ </provider>
1164
+ </entry>
1165
+ <entry file="file://$PROJECT_DIR$/lib/openpay/openpay_api.rb">
1166
+ <provider selected="true" editor-type-id="text-editor">
1167
+ <state line="38" column="4" selection-start="960" selection-end="962" vertical-scroll-proportion="0.0" vertical-offset="646" max-vertical-offset="1105">
1168
+ <folding />
1169
+ </state>
1170
+ </provider>
1171
+ </entry>
1172
+ <entry file="file://$PROJECT_DIR$/README.md">
1173
+ <provider selected="true" editor-type-id="text-editor">
1174
+ <state line="655" column="0" selection-start="14438" selection-end="14438" vertical-scroll-proportion="0.0" vertical-offset="10342" max-vertical-offset="12529">
1175
+ <folding />
1176
+ </state>
1177
+ </provider>
1178
+ <provider editor-type-id="MarkdownPreviewEditor">
1179
+ <state />
1180
+ </provider>
1181
+ </entry>
1182
+ <entry file="file://$PROJECT_DIR$/lib/openpay/open_pay_resource_factory.rb">
1183
+ <provider selected="true" editor-type-id="text-editor">
1184
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="272">
1185
+ <folding />
1186
+ </state>
1187
+ </provider>
1188
+ </entry>
1189
+ <entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
1190
+ <provider selected="true" editor-type-id="text-editor">
1191
+ <state line="2" column="22" selection-start="41" selection-end="41" vertical-scroll-proportion="0.0" vertical-offset="34" max-vertical-offset="442">
1192
+ <folding />
1193
+ </state>
1194
+ </provider>
1195
+ </entry>
1196
+ <entry file="file://$PROJECT_DIR$/Rakefile">
1197
+ <provider selected="true" editor-type-id="text-editor">
1198
+ <state line="4" column="0" selection-start="76" selection-end="76" vertical-scroll-proportion="0.0" vertical-offset="68" max-vertical-offset="357">
1199
+ <folding />
1200
+ </state>
1201
+ </provider>
1202
+ </entry>
1203
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
1204
+ <provider selected="true" editor-type-id="text-editor">
1205
+ <state line="3" column="0" selection-start="30" selection-end="30" vertical-scroll-proportion="0.0" vertical-offset="51" max-vertical-offset="153">
1206
+ <folding />
1207
+ </state>
1208
+ </provider>
1209
+ </entry>
1210
+ <entry file="file://$PROJECT_DIR$/test/spec/bankaccounts_spec.rb">
1211
+ <provider selected="true" editor-type-id="text-editor">
1212
+ <state line="184" column="2" selection-start="4363" selection-end="4363" vertical-scroll-proportion="0.0" vertical-offset="2615" max-vertical-offset="3247">
1213
+ <folding />
1214
+ </state>
1215
+ </provider>
1216
+ </entry>
1217
+ <entry file="file://$PROJECT_DIR$/test/spec/customers_spec.rb">
1218
+ <provider selected="true" editor-type-id="text-editor">
1219
+ <state line="28" column="16" selection-start="538" selection-end="569" vertical-scroll-proportion="0.0" vertical-offset="3145" max-vertical-offset="4012">
1220
+ <folding />
1221
+ </state>
1222
+ </provider>
1223
+ </entry>
1224
+ <entry file="file://$PROJECT_DIR$/test/spec/fees_spec.rb">
1225
+ <provider selected="true" editor-type-id="text-editor">
1226
+ <state line="3" column="0" selection-start="52" selection-end="52" vertical-scroll-proportion="0.0" vertical-offset="51" max-vertical-offset="2074">
1227
+ <folding />
1228
+ </state>
1229
+ </provider>
1230
+ </entry>
1231
+ <entry file="file://$PROJECT_DIR$/lib/openpay/open_pay_resource.rb">
1232
+ <provider selected="true" editor-type-id="text-editor">
1233
+ <state line="54" column="0" selection-start="1143" selection-end="1143" vertical-scroll-proportion="0.0" vertical-offset="2034" max-vertical-offset="4182">
1234
+ <folding />
1235
+ </state>
1236
+ </provider>
1237
+ </entry>
1238
+ <entry file="file://$PROJECT_DIR$/lib/openpay/bankaccounts.rb">
1239
+ <provider selected="true" editor-type-id="text-editor">
1240
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1105">
1241
+ <folding />
1242
+ </state>
1243
+ </provider>
1244
+ </entry>
1245
+ <entry file="file://$PROJECT_DIR$/test/spec/plans_spec.rb">
1246
+ <provider selected="true" editor-type-id="text-editor">
1247
+ <state line="168" column="0" selection-start="2996" selection-end="2996" vertical-scroll-proportion="0.0" vertical-offset="2128" max-vertical-offset="3077">
1248
+ <folding />
1249
+ </state>
1250
+ </provider>
1251
+ </entry>
1252
+ <entry file="file://$PROJECT_DIR$/lib/openpay/customers.rb">
1253
+ <provider selected="true" editor-type-id="text-editor">
1254
+ <state line="39" column="91" selection-start="867" selection-end="867" vertical-scroll-proportion="0.0" vertical-offset="397" max-vertical-offset="3383">
1255
+ <folding />
1256
+ </state>
1257
+ </provider>
1258
+ </entry>
1259
+ <entry file="file://$PROJECT_DIR$/lib/openpay/charges.rb">
1260
+ <provider selected="true" editor-type-id="text-editor">
1261
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="731" max-vertical-offset="1394">
1262
+ <folding />
1263
+ </state>
1264
+ </provider>
1265
+ </entry>
1266
+ <entry file="file://$PROJECT_DIR$/lib/openpay/payouts.rb">
1267
+ <provider selected="true" editor-type-id="text-editor">
1268
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="74" max-vertical-offset="1088">
1269
+ <folding />
1270
+ </state>
1271
+ </provider>
1272
+ </entry>
1273
+ <entry file="file://$PROJECT_DIR$/Gemfile">
1274
+ <provider selected="true" editor-type-id="text-editor">
1275
+ <state line="3" column="0" selection-start="32" selection-end="32" vertical-scroll-proportion="0.0" vertical-offset="51" max-vertical-offset="357">
1276
+ <folding />
1277
+ </state>
1278
+ </provider>
1279
+ </entry>
1280
+ <entry file="file://$PROJECT_DIR$/test/spec/cards_spec.rb">
1281
+ <provider selected="true" editor-type-id="text-editor">
1282
+ <state line="205" column="2" selection-start="4614" selection-end="4614" vertical-scroll-proportion="0.0" vertical-offset="6399" max-vertical-offset="7667">
1283
+ <folding />
1284
+ </state>
1285
+ </provider>
1286
+ </entry>
1287
+ <entry file="file://$PROJECT_DIR$/test/spec/subscriptions_spec.rb">
1288
+ <provider selected="true" editor-type-id="text-editor">
1289
+ <state line="1" column="0" selection-start="29" selection-end="29" vertical-scroll-proportion="0.0" vertical-offset="3029" max-vertical-offset="3978">
1290
+ <folding />
1291
+ </state>
1292
+ </provider>
1293
+ </entry>
1294
+ <entry file="file://$PROJECT_DIR$/test/spec/openpayresource_spec.rb">
1295
+ <provider selected="true" editor-type-id="text-editor">
1296
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="969">
1297
+ <folding />
1298
+ </state>
1299
+ </provider>
1300
+ </entry>
1301
+ <entry file="file://$PROJECT_DIR$/test/spec/transfers_spec.rb">
1302
+ <provider selected="true" editor-type-id="text-editor">
1303
+ <state line="103" column="9" selection-start="2328" selection-end="2372" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="3808">
1304
+ <folding />
1305
+ </state>
1306
+ </provider>
1307
+ </entry>
1308
+ <entry file="file://$PROJECT_DIR$/lib/version.rb">
1309
+ <provider selected="true" editor-type-id="text-editor">
1310
+ <state line="6" column="61" selection-start="121" selection-end="121" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="204" />
1311
+ </provider>
1312
+ </entry>
1313
+ <entry file="file://$PROJECT_DIR$/lib/openpay/cards.rb">
1314
+ <provider selected="true" editor-type-id="text-editor">
1315
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1377">
1316
+ <folding />
1317
+ </state>
1318
+ </provider>
1319
+ </entry>
1320
+ <entry file="file://$USER_HOME$/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/dsl.rb">
1321
+ <provider selected="true" editor-type-id="text-editor">
1322
+ <state line="36" column="0" selection-start="1082" selection-end="1082" vertical-scroll-proportion="0.3322785" vertical-offset="402" max-vertical-offset="4488" />
1323
+ </provider>
1324
+ </entry>
1325
+ <entry file="file://$PROJECT_DIR$/lib/openpay/errors/openpay_exception_factory.rb">
1326
+ <provider selected="true" editor-type-id="text-editor">
1327
+ <state line="19" column="0" selection-start="639" selection-end="639" vertical-scroll-proportion="0.0" vertical-offset="109" max-vertical-offset="1071">
1328
+ <folding />
1329
+ </state>
1330
+ </provider>
1331
+ </entry>
1332
+ <entry file="file://$PROJECT_DIR$/test/Factories.rb">
1333
+ <provider selected="true" editor-type-id="text-editor">
1334
+ <state line="176" column="32" selection-start="3247" selection-end="3248" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="4488">
1335
+ <folding />
1336
+ </state>
1337
+ </provider>
1338
+ </entry>
1339
+ <entry file="file://$PROJECT_DIR$/test/spec/charges_spec.rb">
1340
+ <provider selected="true" editor-type-id="text-editor">
1341
+ <state line="238" column="51" selection-start="5639" selection-end="5691" vertical-scroll-proportion="0.0" vertical-offset="2023" max-vertical-offset="6698">
1342
+ <folding />
1343
+ </state>
1344
+ </provider>
1345
+ </entry>
1346
+ <entry file="file://$PROJECT_DIR$/lib/openpay/plans.rb">
1347
+ <provider selected="true" editor-type-id="text-editor">
1348
+ <state line="3" column="0" selection-start="60" selection-end="60" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="476" />
1349
+ </provider>
1350
+ </entry>
1351
+ <entry file="file://$PROJECT_DIR$/lib/openpay/charges.rb">
1352
+ <provider selected="true" editor-type-id="text-editor">
1353
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1394">
1354
+ <folding />
1355
+ </state>
1356
+ </provider>
1357
+ </entry>
1358
+ <entry file="file://$USER_HOME$/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/gem_helper.rb">
1359
+ <provider selected="true" editor-type-id="text-editor">
1360
+ <state line="37" column="0" selection-start="1004" selection-end="1004" vertical-scroll-proportion="0.33333334" vertical-offset="418" max-vertical-offset="2992" />
1361
+ </provider>
1362
+ </entry>
1363
+ <entry file="file://$PROJECT_DIR$/lib/openpay/payouts.rb">
1364
+ <provider selected="true" editor-type-id="text-editor">
1365
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="74" max-vertical-offset="1088">
1366
+ <folding />
1367
+ </state>
1368
+ </provider>
1369
+ </entry>
1370
+ <entry file="file://$PROJECT_DIR$/.travis.yml">
1371
+ <provider selected="true" editor-type-id="text-editor">
1372
+ <state line="3" column="0" selection-start="30" selection-end="30" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="153">
1373
+ <folding />
1374
+ </state>
1375
+ </provider>
1376
+ </entry>
1377
+ <entry file="file://$PROJECT_DIR$/test/spec/bankaccounts_spec.rb">
1378
+ <provider selected="true" editor-type-id="text-editor">
1379
+ <state line="184" column="0" selection-start="4363" selection-end="4363" vertical-scroll-proportion="0.0" vertical-offset="2262" max-vertical-offset="3247">
1380
+ <folding />
1381
+ </state>
1382
+ </provider>
1383
+ </entry>
1384
+ <entry file="file://$PROJECT_DIR$/openpay.gemspec">
1385
+ <provider selected="true" editor-type-id="text-editor">
1386
+ <state line="22" column="56" selection-start="852" selection-end="852" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="748">
1387
+ <folding />
1388
+ </state>
1389
+ </provider>
1390
+ </entry>
1391
+ <entry file="file://$PROJECT_DIR$/Gemfile">
1392
+ <provider selected="true" editor-type-id="text-editor">
1393
+ <state line="4" column="19" selection-start="63" selection-end="73" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="357">
1394
+ <folding />
1395
+ </state>
1396
+ </provider>
1397
+ </entry>
1398
+ <entry file="file://$PROJECT_DIR$/lib/openpay/bankaccounts.rb">
1399
+ <provider selected="true" editor-type-id="text-editor">
1400
+ <state line="22" column="0" selection-start="455" selection-end="455" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="1105">
1401
+ <folding />
1402
+ </state>
1403
+ </provider>
1404
+ </entry>
1405
+ <entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
1406
+ <provider selected="true" editor-type-id="text-editor">
1407
+ <state line="2" column="19" selection-start="41" selection-end="41" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="442">
1408
+ <folding />
1409
+ </state>
1410
+ </provider>
1411
+ </entry>
1412
+ <entry file="file://$PROJECT_DIR$/test/spec/plans_spec.rb">
1413
+ <provider selected="true" editor-type-id="text-editor">
1414
+ <state line="168" column="0" selection-start="2996" selection-end="2996" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="3077">
1415
+ <folding />
1416
+ </state>
1417
+ </provider>
1418
+ </entry>
1419
+ <entry file="file://$PROJECT_DIR$/test/spec/payouts_spec.rb">
1420
+ <provider selected="true" editor-type-id="text-editor">
1421
+ <state line="149" column="37" selection-start="4259" selection-end="4259" vertical-scroll-proportion="0.0" vertical-offset="765" max-vertical-offset="3434">
1422
+ <folding />
1423
+ </state>
1424
+ </provider>
1425
+ </entry>
1426
+ <entry file="file://$PROJECT_DIR$/test/spec/exceptions_spec.rb">
1427
+ <provider selected="true" editor-type-id="text-editor">
1428
+ <state line="29" column="51" selection-start="785" selection-end="800" vertical-scroll-proportion="0.0" vertical-offset="323" max-vertical-offset="2431">
1429
+ <folding />
1430
+ </state>
1431
+ </provider>
1432
+ </entry>
1433
+ <entry file="file://$PROJECT_DIR$/lib/openpay/open_pay_resource_factory.rb">
1434
+ <provider selected="true" editor-type-id="text-editor">
1435
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="645">
1436
+ <folding />
1437
+ </state>
1438
+ </provider>
1439
+ </entry>
1440
+ <entry file="file://$PROJECT_DIR$/lib/openpay/customers.rb">
1441
+ <provider selected="true" editor-type-id="text-editor">
1442
+ <state line="39" column="0" selection-start="867" selection-end="867" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="3383">
1443
+ <folding />
1444
+ </state>
1445
+ </provider>
1446
+ </entry>
1447
+ <entry file="file://$PROJECT_DIR$/test/spec/customers_spec.rb">
1448
+ <provider selected="true" editor-type-id="text-editor">
1449
+ <state line="84" column="6" selection-start="1900" selection-end="1900" vertical-scroll-proportion="0.15789473" vertical-offset="1326" max-vertical-offset="4012">
1450
+ <folding />
1451
+ </state>
1452
+ </provider>
1453
+ </entry>
1454
+ <entry file="file://$PROJECT_DIR$/Rakefile">
1455
+ <provider selected="true" editor-type-id="text-editor">
1456
+ <state line="4" column="0" selection-start="76" selection-end="76" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="357">
1457
+ <folding />
1458
+ </state>
1459
+ </provider>
1460
+ </entry>
1461
+ <entry file="file://$PROJECT_DIR$/test/spec/fees_spec.rb">
1462
+ <provider selected="true" editor-type-id="text-editor">
1463
+ <state line="103" column="53" selection-start="2829" selection-end="2829" vertical-scroll-proportion="0.0" vertical-offset="819" max-vertical-offset="2074">
1464
+ <folding />
1465
+ </state>
1466
+ </provider>
1467
+ </entry>
1468
+ <entry file="file://$PROJECT_DIR$/README.md">
1469
+ <provider selected="true" editor-type-id="text-editor">
1470
+ <state line="680" column="2" selection-start="15402" selection-end="15402" vertical-scroll-proportion="-56.653847" vertical-offset="10087" max-vertical-offset="12529">
1471
+ <folding />
1472
+ </state>
1473
+ </provider>
1474
+ <provider editor-type-id="MarkdownPreviewEditor">
1475
+ <state />
1476
+ </provider>
1477
+ </entry>
1478
+ <entry file="file://$PROJECT_DIR$/lib/openpay.rb">
1479
+ <provider selected="true" editor-type-id="text-editor">
1480
+ <state line="16" column="20" selection-start="267" selection-end="267" vertical-scroll-proportion="0.0" vertical-offset="17" max-vertical-offset="663">
1481
+ <folding />
1482
+ </state>
1483
+ </provider>
1484
+ </entry>
1485
+ <entry file="file://$PROJECT_DIR$/lib/openpay/open_pay_resource.rb">
1486
+ <provider selected="true" editor-type-id="text-editor">
1487
+ <state line="187" column="5" selection-start="3835" selection-end="3835" vertical-scroll-proportion="3.75" vertical-offset="809" max-vertical-offset="4199">
1488
+ <folding />
1489
+ </state>
1490
+ </provider>
1491
+ </entry>
1492
+ <entry file="file://$PROJECT_DIR$/lib/openpay/openpay_api.rb">
1493
+ <provider selected="true" editor-type-id="text-editor">
1494
+ <state line="13" column="73" selection-start="338" selection-end="338" vertical-scroll-proportion="0.34263566" vertical-offset="0" max-vertical-offset="1105">
1495
+ <folding />
1496
+ </state>
1497
+ </provider>
1498
+ </entry>
1499
+ </component>
1500
+ </project>
1501
+