lru-cacher 1.3.4 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/.idea/workspace.xml DELETED
@@ -1,1223 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ChangeListManager">
4
- <list default="true" id="53aeabdf-3e80-4df6-ab15-58d619b35ba5" name="Default" comment="">
5
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/lru-cacher/version.rb" afterPath="$PROJECT_DIR$/lib/lru-cacher/version.rb" />
6
- </list>
7
- <ignored path="lru-cache.iws" />
8
- <ignored path=".idea/workspace.xml" />
9
- <ignored path=".idea/dataSources.local.xml" />
10
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
11
- <option name="TRACKING_ENABLED" value="true" />
12
- <option name="SHOW_DIALOG" value="false" />
13
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
14
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
15
- <option name="LAST_RESOLUTION" value="IGNORE" />
16
- </component>
17
- <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
18
- <component name="CoverageDataManager">
19
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_set_Pops_off_least_recently_used_when_threshold_is_going_to_be_exceeded__lru_cache.coverage" NAME="ItemLimited set Pops off least recently used when threshold is going to be exceeded: lru-cache Coverage Results" MODIFIED="1464732956559" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
20
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_Connects_surrounding_nodes_if_a_node_in_the_middle_gets_deleted__lru_cache.coverage" NAME="ItemLimited Connects surrounding nodes if a node in the middle gets deleted: lru-cache Coverage Results" MODIFIED="1464731182506" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
21
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_delete_get_Moves_the_currently_gotten_item_to_the_tail_if_it_wasnt_before___lru_cache.coverage" NAME="ItemLimited delete get Moves the currently gotten item to the tail if it wasnt before.: lru-cache Coverage Results" MODIFIED="1464731560918" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
22
- <SUITE FILE_PATH="coverage/lru-cacher@MemoryLimited_does_something__lru_cache.coverage" NAME="MemoryLimited does something: lru-cache Coverage Results" MODIFIED="1464728495356" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
23
- <SUITE FILE_PATH="coverage/lru-cacher@MemoryLimited_delete_Resets_the_tail_node_if_tail_is_deleted__and_pops_off_the_correct_item_after__lru_cache.coverage" NAME="MemoryLimited delete Resets the tail node if tail is deleted, and pops off the correct item after: lru-cache Coverage Results" MODIFIED="1464733950259" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
24
- <SUITE FILE_PATH="coverage/lru-cacher@lru_cacher.coverage" NAME="lru-cacher Coverage Results" MODIFIED="1464671064950" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/lru-cacher" MODULE_NAME="lru-cache" />
25
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_Replaces_resets_the_head_node_if_head_is_deleted__lru_cache.coverage" NAME="ItemLimited Replaces resets the head node if head is deleted: lru-cache Coverage Results" MODIFIED="1464729699812" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
26
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_delete__lru_cache.coverage" NAME="ItemLimited delete: lru-cache Coverage Results" MODIFIED="1464731318894" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
27
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_set_Replaces_overwrites_value_if_key_is_added_twice__lru_cache.coverage" NAME="ItemLimited set Replaces overwrites value if key is added twice: lru-cache Coverage Results" MODIFIED="1464732692506" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
28
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_delete_get_Moves_the_currently_gotten_item_to_the_tail_if_it_is_the_head___lru_cache.coverage" NAME="ItemLimited delete get Moves the currently gotten item to the tail if it is the head.: lru-cache Coverage Results" MODIFIED="1464731671149" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
29
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_get_Moves_the_currently_gotten_item_to_the_tail_if_it_is_the_head___lru_cache.coverage" NAME="ItemLimited get Moves the currently gotten item to the tail if it is the head.: lru-cache Coverage Results" MODIFIED="1464734250712" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
30
- <SUITE FILE_PATH="coverage/lru-cache@cache.coverage" NAME="cache Coverage Results" MODIFIED="1464038908022" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/lru" MODULE_NAME="lru-cache" />
31
- <SUITE FILE_PATH="coverage/lru-cacher@Run_spec__service_spec___lru_cache.coverage" NAME="Run spec 'service_spec': lru-cache Coverage Results" MODIFIED="1464748483268" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
32
- <SUITE FILE_PATH="coverage/lru-cacher@MemoryLimited_delete_Resets_the_head_node_if_head_is_deleted__and_pops_off_the_correct_item_after__lru_cache.coverage" NAME="MemoryLimited delete Resets the head node if head is deleted, and pops off the correct item after: lru-cache Coverage Results" MODIFIED="1464734036474" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
33
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_Replaces_resets_the_head_node_if_head_is_deleted__and_pops_off_the_correct_item_after__lru_cache.coverage" NAME="ItemLimited Replaces resets the head node if head is deleted, and pops off the correct item after: lru-cache Coverage Results" MODIFIED="1464729820800" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
34
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited__lru_cache.coverage" NAME="ItemLimited: lru-cache Coverage Results" MODIFIED="1464733225942" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
35
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_Resets_the_tail_node_if_tail_is_deleted__and_pops_off_the_correct_item_after__lru_cache.coverage" NAME="ItemLimited Resets the tail node if tail is deleted, and pops off the correct item after: lru-cache Coverage Results" MODIFIED="1464731038922" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
36
- <SUITE FILE_PATH="coverage/lru-cacher@MemoryLimited__lru_cache.coverage" NAME="MemoryLimited: lru-cache Coverage Results" MODIFIED="1464734099432" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
37
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_set__lru_cache.coverage" NAME="ItemLimited set: lru-cache Coverage Results" MODIFIED="1464731370221" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
38
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_delete_get_Moves_the_currently_gotten_item_no_where_if_it_is_the_tail___lru_cache.coverage" NAME="ItemLimited delete get Moves the currently gotten item no where if it is the tail.: lru-cache Coverage Results" MODIFIED="1464731745053" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
39
- <SUITE FILE_PATH="coverage/lru-cacher@MemoryLimited_does_something_else__lru_cache.coverage" NAME="MemoryLimited does something else: lru-cache Coverage Results" MODIFIED="1464729183004" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
40
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_Pops_off_least_recently_used_when_threshold_is_going_to_be_excueeded__lru_cache.coverage" NAME="ItemLimited Pops off least recently used when threshold is going to be excueeded: lru-cache Coverage Results" MODIFIED="1464729258197" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
41
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_delete_Replaces_resets_the_head_node_if_head_is_deleted__lru_cache.coverage" NAME="ItemLimited delete Replaces resets the head node if head is deleted: lru-cache Coverage Results" MODIFIED="1464729616409" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
42
- <SUITE FILE_PATH="coverage/lru-cacher@ItemLimited_Replaces_tail_with_most_recently_added_item__lru_cache.coverage" NAME="ItemLimited Replaces tail with most recently added item: lru-cache Coverage Results" MODIFIED="1464729386638" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="lru-cache" />
43
- </component>
44
- <component name="CreatePatchCommitExecutor">
45
- <option name="PATCH_PATH" value="" />
46
- </component>
47
- <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
48
- <component name="FavoritesManager">
49
- <favorites_list name="lru-cache" />
50
- </component>
51
- <component name="FileEditorManager">
52
- <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
53
- <file leaf-file-name="lru-cacher.rb" pinned="false" current-in-tab="false">
54
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
55
- <provider selected="true" editor-type-id="text-editor">
56
- <state relative-caret-position="360">
57
- <caret line="24" column="15" selection-start-line="24" selection-start-column="15" selection-end-line="24" selection-end-column="15" />
58
- <folding />
59
- </state>
60
- </provider>
61
- </entry>
62
- </file>
63
- <file leaf-file-name="node.rb" pinned="false" current-in-tab="false">
64
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/node.rb">
65
- <provider selected="true" editor-type-id="text-editor">
66
- <state relative-caret-position="165">
67
- <caret line="11" column="104" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="3" />
68
- <folding />
69
- </state>
70
- </provider>
71
- </entry>
72
- </file>
73
- <file leaf-file-name="rspec" pinned="false" current-in-tab="false">
74
- <entry file="file://$PROJECT_DIR$/vendor/bundle/bin/rspec">
75
- <provider selected="true" editor-type-id="text-editor">
76
- <state relative-caret-position="330">
77
- <caret line="22" column="0" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
78
- <folding />
79
- </state>
80
- </provider>
81
- </entry>
82
- </file>
83
- <file leaf-file-name="support.rb" pinned="false" current-in-tab="false">
84
- <entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rspec-support-3.4.1/lib/rspec/support.rb">
85
- <provider selected="true" editor-type-id="text-editor">
86
- <state relative-caret-position="1905">
87
- <caret line="127" column="0" selection-start-line="127" selection-start-column="0" selection-end-line="127" selection-end-column="0" />
88
- <folding />
89
- </state>
90
- </provider>
91
- </entry>
92
- </file>
93
- <file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
94
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/version.rb">
95
- <provider selected="true" editor-type-id="text-editor">
96
- <state relative-caret-position="15">
97
- <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
98
- <folding />
99
- </state>
100
- </provider>
101
- </entry>
102
- </file>
103
- <file leaf-file-name="example.rb" pinned="false" current-in-tab="false">
104
- <entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rspec-core-3.4.4/lib/rspec/core/example.rb">
105
- <provider selected="true" editor-type-id="text-editor">
106
- <state relative-caret-position="5700">
107
- <caret line="380" column="0" selection-start-line="380" selection-start-column="0" selection-end-line="380" selection-end-column="0" />
108
- <folding />
109
- </state>
110
- </provider>
111
- </entry>
112
- </file>
113
- <file leaf-file-name="lru-cacher.gemspec" pinned="false" current-in-tab="false">
114
- <entry file="file://$PROJECT_DIR$/lru-cacher.gemspec">
115
- <provider selected="true" editor-type-id="text-editor">
116
- <state relative-caret-position="285">
117
- <caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
118
- <folding />
119
- </state>
120
- </provider>
121
- </entry>
122
- </file>
123
- <file leaf-file-name="memory_limited_java.rb" pinned="false" current-in-tab="false">
124
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited_java.rb">
125
- <provider selected="true" editor-type-id="text-editor">
126
- <state relative-caret-position="240">
127
- <caret line="16" column="11" selection-start-line="16" selection-start-column="11" selection-end-line="16" selection-end-column="11" />
128
- <folding />
129
- </state>
130
- </provider>
131
- </entry>
132
- </file>
133
- <file leaf-file-name="memory_limited.rb" pinned="false" current-in-tab="false">
134
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited.rb">
135
- <provider selected="true" editor-type-id="text-editor">
136
- <state relative-caret-position="0">
137
- <caret line="0" column="9" selection-start-line="0" selection-start-column="9" selection-end-line="0" selection-end-column="9" />
138
- <folding />
139
- </state>
140
- </provider>
141
- </entry>
142
- </file>
143
- <file leaf-file-name="item_limited.rb" pinned="false" current-in-tab="false">
144
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/item_limited.rb">
145
- <provider selected="true" editor-type-id="text-editor">
146
- <state relative-caret-position="150">
147
- <caret line="10" column="3" selection-start-line="10" selection-start-column="3" selection-end-line="10" selection-end-column="3" />
148
- <folding />
149
- </state>
150
- </provider>
151
- </entry>
152
- </file>
153
- </leaf>
154
- </component>
155
- <component name="FileTemplateManagerImpl">
156
- <option name="RECENT_TEMPLATES">
157
- <list>
158
- <option value="Ruby Class Template" />
159
- </list>
160
- </option>
161
- </component>
162
- <component name="Git.Settings">
163
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
164
- </component>
165
- <component name="IdeDocumentHistory">
166
- <option name="CHANGED_PATHS">
167
- <list>
168
- <option value="$PROJECT_DIR$/lib/lru/cache/node.rb" />
169
- <option value="$PROJECT_DIR$/lru-cache.gemspec" />
170
- <option value="$PROJECT_DIR$/lib/lru/cache.rb" />
171
- <option value="$PROJECT_DIR$/lib/lru/cache/version.rb" />
172
- <option value="$PROJECT_DIR$/lib/lru/cacher/node.rb" />
173
- <option value="$PROJECT_DIR$/lib/lru/cacher.rb" />
174
- <option value="$PROJECT_DIR$/lru-cache.gemspec" />
175
- <option value="$PROJECT_DIR$/README.md" />
176
- <option value="$PROJECT_DIR$/lib/lru/cacher/version.rb" />
177
- <option value="$PROJECT_DIR$/lib/lru-cacher/node.rb" />
178
- <option value="$PROJECT_DIR$/spec/spec_helper.rb" />
179
- <option value="$PROJECT_DIR$/lru-cacher.gemspec" />
180
- <option value="$PROJECT_DIR$/spec/unit/service_spec.rb" />
181
- <option value="$PROJECT_DIR$/lib/lru-cacher/memory_limited_java.rb" />
182
- <option value="$PROJECT_DIR$/lib/lru-cacher/memory_limited.rb" />
183
- <option value="$PROJECT_DIR$/lib/lru-cacher/item_limited.rb" />
184
- <option value="$PROJECT_DIR$/lib/lru-cacher.rb" />
185
- <option value="$PROJECT_DIR$/lib/lru-cacher/version.rb" />
186
- </list>
187
- </option>
188
- </component>
189
- <component name="JsBuildToolGruntFileManager" detection-done="true" />
190
- <component name="JsBuildToolPackageJson" detection-done="true" />
191
- <component name="JsGulpfileManager">
192
- <detection-done>true</detection-done>
193
- </component>
194
- <component name="ProjectFrameBounds">
195
- <option name="y" value="23" />
196
- <option name="width" value="1680" />
197
- <option name="height" value="963" />
198
- </component>
199
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
200
- <OptionsSetting value="true" id="Add" />
201
- <OptionsSetting value="true" id="Remove" />
202
- <OptionsSetting value="true" id="Checkout" />
203
- <OptionsSetting value="true" id="Update" />
204
- <OptionsSetting value="true" id="Status" />
205
- <OptionsSetting value="true" id="Edit" />
206
- <ConfirmationsSetting value="0" id="Add" />
207
- <ConfirmationsSetting value="0" id="Remove" />
208
- </component>
209
- <component name="ProjectView">
210
- <navigator currentView="ProjectPane" proportions="" version="1">
211
- <flattenPackages />
212
- <showMembers />
213
- <showModules />
214
- <showLibraryContents />
215
- <hideEmptyPackages />
216
- <abbreviatePackageNames />
217
- <autoscrollToSource />
218
- <autoscrollFromSource />
219
- <sortByType />
220
- <manualOrder />
221
- <foldersAlwaysOnTop value="true" />
222
- </navigator>
223
- <panes>
224
- <pane id="Scope" />
225
- <pane id="Scratches" />
226
- <pane id="ProjectPane">
227
- <subPane>
228
- <PATH>
229
- <PATH_ELEMENT>
230
- <option name="myItemId" value="lru-cacher" />
231
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
232
- </PATH_ELEMENT>
233
- </PATH>
234
- <PATH>
235
- <PATH_ELEMENT>
236
- <option name="myItemId" value="lru-cacher" />
237
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
238
- </PATH_ELEMENT>
239
- <PATH_ELEMENT>
240
- <option name="myItemId" value="lru-cacher" />
241
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
242
- </PATH_ELEMENT>
243
- </PATH>
244
- <PATH>
245
- <PATH_ELEMENT>
246
- <option name="myItemId" value="lru-cacher" />
247
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
248
- </PATH_ELEMENT>
249
- <PATH_ELEMENT>
250
- <option name="myItemId" value="lru-cacher" />
251
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
252
- </PATH_ELEMENT>
253
- <PATH_ELEMENT>
254
- <option name="myItemId" value="spec" />
255
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
256
- </PATH_ELEMENT>
257
- </PATH>
258
- <PATH>
259
- <PATH_ELEMENT>
260
- <option name="myItemId" value="lru-cacher" />
261
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
262
- </PATH_ELEMENT>
263
- <PATH_ELEMENT>
264
- <option name="myItemId" value="lru-cacher" />
265
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
266
- </PATH_ELEMENT>
267
- <PATH_ELEMENT>
268
- <option name="myItemId" value="spec" />
269
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
270
- </PATH_ELEMENT>
271
- <PATH_ELEMENT>
272
- <option name="myItemId" value="unit" />
273
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
274
- </PATH_ELEMENT>
275
- </PATH>
276
- <PATH>
277
- <PATH_ELEMENT>
278
- <option name="myItemId" value="lru-cacher" />
279
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
280
- </PATH_ELEMENT>
281
- <PATH_ELEMENT>
282
- <option name="myItemId" value="lru-cacher" />
283
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
284
- </PATH_ELEMENT>
285
- <PATH_ELEMENT>
286
- <option name="myItemId" value="lib" />
287
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
288
- </PATH_ELEMENT>
289
- </PATH>
290
- <PATH>
291
- <PATH_ELEMENT>
292
- <option name="myItemId" value="lru-cacher" />
293
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
294
- </PATH_ELEMENT>
295
- <PATH_ELEMENT>
296
- <option name="myItemId" value="lru-cacher" />
297
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
298
- </PATH_ELEMENT>
299
- <PATH_ELEMENT>
300
- <option name="myItemId" value="lib" />
301
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
302
- </PATH_ELEMENT>
303
- <PATH_ELEMENT>
304
- <option name="myItemId" value="lru-cacher" />
305
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
306
- </PATH_ELEMENT>
307
- </PATH>
308
- </subPane>
309
- </pane>
310
- </panes>
311
- </component>
312
- <component name="PropertiesComponent">
313
- <property name="options.splitter.main.proportions" value="0.3" />
314
- <property name="options.lastSelected" value="coverage" />
315
- <property name="options.searchVisible" value="true" />
316
- <property name="options.splitter.details.proportions" value="0.2" />
317
- <property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
318
- <property name="settings.editor.splitter.proportion" value="0.2" />
319
- <property name="WebServerToolWindowFactoryState" value="false" />
320
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../zombie-eng-eh-zed-action-instance-processor" />
321
- </component>
322
- <component name="RecentsManager">
323
- <key name="CopyFile.RECENT_KEYS">
324
- <recent name="$PROJECT_DIR$/lib/lru-cacher" />
325
- <recent name="$PROJECT_DIR$" />
326
- </key>
327
- <key name="MoveFile.RECENT_KEYS">
328
- <recent name="$PROJECT_DIR$/lib" />
329
- <recent name="$PROJECT_DIR$/lib/lru-cacher" />
330
- </key>
331
- </component>
332
- <component name="RunManager" selected="RSpec.Run spec 'service_spec': lru-cache">
333
- <configuration default="false" name="MemoryLimited: lru-cache" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
334
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
335
- <module name="lru-cache" />
336
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
337
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
338
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
339
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
340
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
341
- <envs>
342
- <env name="JRUBY_OPTS" value="-X+O" />
343
- </envs>
344
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
345
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
346
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
347
- <COVERAGE_PATTERN ENABLED="true">
348
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
349
- </COVERAGE_PATTERN>
350
- </EXTENSION>
351
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
352
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/service_spec.rb" />
353
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
354
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
355
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MemoryLimited" />
356
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
357
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
358
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
359
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
360
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
361
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
362
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
363
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
364
- <method />
365
- </configuration>
366
- <configuration default="false" name="MemoryLimited delete Resets the tail node if tail is deleted, and pops off the correct item after: lru-cache" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
367
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
368
- <module name="lru-cache" />
369
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
370
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
371
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
372
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
373
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
374
- <envs>
375
- <env name="JRUBY_OPTS" value="-X+O" />
376
- </envs>
377
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
378
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
379
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
380
- <COVERAGE_PATTERN ENABLED="true">
381
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
382
- </COVERAGE_PATTERN>
383
- </EXTENSION>
384
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
385
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/service_spec.rb" />
386
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
387
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
388
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MemoryLimited delete Resets the tail node if tail is deleted, and pops off the correct item after" />
389
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
390
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
391
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
392
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
393
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
394
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
395
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
396
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
397
- <method />
398
- </configuration>
399
- <configuration default="false" name="MemoryLimited delete Resets the head node if head is deleted, and pops off the correct item after: lru-cache" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
400
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
401
- <module name="lru-cache" />
402
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
403
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
404
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
405
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
406
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
407
- <envs>
408
- <env name="JRUBY_OPTS" value="-X+O" />
409
- </envs>
410
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
411
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
412
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
413
- <COVERAGE_PATTERN ENABLED="true">
414
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
415
- </COVERAGE_PATTERN>
416
- </EXTENSION>
417
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
418
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/service_spec.rb" />
419
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
420
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
421
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="MemoryLimited delete Resets the head node if head is deleted, and pops off the correct item after" />
422
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
423
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
424
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
425
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
426
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
427
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
428
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
429
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
430
- <method />
431
- </configuration>
432
- <configuration default="false" name="Run spec 'service_spec': lru-cache" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
433
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
434
- <module name="lru-cache" />
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$" />
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
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
451
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/service_spec.rb" />
452
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
453
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
454
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
455
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
456
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
457
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
458
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
459
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
460
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
461
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
462
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
463
- <method />
464
- </configuration>
465
- <configuration default="false" name="ItemLimited get Moves the currently gotten item to the tail if it is the head.: lru-cache" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
466
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
467
- <module name="lru-cache" />
468
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
469
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
470
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
471
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
472
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
473
- <envs>
474
- <env name="JRUBY_OPTS" value="-X+O" />
475
- </envs>
476
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
477
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
478
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
479
- <COVERAGE_PATTERN ENABLED="true">
480
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
481
- </COVERAGE_PATTERN>
482
- </EXTENSION>
483
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
484
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/service_spec.rb" />
485
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
486
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
487
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="ItemLimited get Moves the currently gotten item to the tail if it is the head." />
488
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
489
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
490
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
491
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
492
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
493
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
494
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
495
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
496
- <method />
497
- </configuration>
498
- <configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
499
- <predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
500
- <module name="" />
501
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
502
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
503
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
504
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
505
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
506
- <envs />
507
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
508
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
509
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
510
- <COVERAGE_PATTERN ENABLED="true">
511
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
512
- </COVERAGE_PATTERN>
513
- </EXTENSION>
514
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
515
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
516
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
517
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
518
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
519
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
520
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
521
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
522
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
523
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
524
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
525
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
526
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
527
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
528
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
529
- <CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
530
- <method />
531
- </configuration>
532
- <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
533
- <method />
534
- </configuration>
535
- <configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
536
- <predefined_log_file id="RUBY_RSPEC" enabled="true" />
537
- <module name="" />
538
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
539
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
540
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
541
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
542
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
543
- <envs />
544
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
545
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
546
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
547
- <COVERAGE_PATTERN ENABLED="true">
548
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
549
- </COVERAGE_PATTERN>
550
- </EXTENSION>
551
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
552
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
553
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
554
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
555
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
556
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
557
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
558
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
559
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
560
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
561
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
562
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
563
- <RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
564
- <method />
565
- </configuration>
566
- <configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
567
- <module name="" />
568
- <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
569
- <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
570
- <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
571
- <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
572
- <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
573
- <envs />
574
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
575
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
576
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
577
- <COVERAGE_PATTERN ENABLED="true">
578
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
579
- </COVERAGE_PATTERN>
580
- </EXTENSION>
581
- <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
582
- <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
583
- <method />
584
- </configuration>
585
- <configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
586
- <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
587
- <module name="" />
588
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
589
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
590
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
591
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
592
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
593
- <envs />
594
- <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
595
- <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
596
- <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
597
- <COVERAGE_PATTERN ENABLED="true">
598
- <PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
599
- </COVERAGE_PATTERN>
600
- </EXTENSION>
601
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
602
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
603
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
604
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
605
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
606
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
607
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
608
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
609
- <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
610
- <method />
611
- </configuration>
612
- <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
613
- <node-interpreter>project</node-interpreter>
614
- <node-options />
615
- <gulpfile />
616
- <tasks />
617
- <arguments />
618
- <envs />
619
- <method />
620
- </configuration>
621
- <configuration default="true" type="js.build_tools.npm" factoryName="npm">
622
- <command value="run-script" />
623
- <scripts />
624
- <node-interpreter value="project" />
625
- <envs />
626
- <method />
627
- </configuration>
628
- <list size="5">
629
- <item index="0" class="java.lang.String" itemvalue="RSpec.MemoryLimited: lru-cache" />
630
- <item index="1" class="java.lang.String" itemvalue="RSpec.MemoryLimited delete Resets the tail node if tail is deleted, and pops off the correct item after: lru-cache" />
631
- <item index="2" class="java.lang.String" itemvalue="RSpec.MemoryLimited delete Resets the head node if head is deleted, and pops off the correct item after: lru-cache" />
632
- <item index="3" class="java.lang.String" itemvalue="RSpec.Run spec 'service_spec': lru-cache" />
633
- <item index="4" class="java.lang.String" itemvalue="RSpec.ItemLimited get Moves the currently gotten item to the tail if it is the head.: lru-cache" />
634
- </list>
635
- <recent_temporary>
636
- <list size="5">
637
- <item index="0" class="java.lang.String" itemvalue="RSpec.ItemLimited get Moves the currently gotten item to the tail if it is the head.: lru-cache" />
638
- <item index="1" class="java.lang.String" itemvalue="RSpec.Run spec 'service_spec': lru-cache" />
639
- <item index="2" class="java.lang.String" itemvalue="RSpec.MemoryLimited delete Resets the head node if head is deleted, and pops off the correct item after: lru-cache" />
640
- <item index="3" class="java.lang.String" itemvalue="RSpec.MemoryLimited delete Resets the tail node if tail is deleted, and pops off the correct item after: lru-cache" />
641
- <item index="4" class="java.lang.String" itemvalue="RSpec.MemoryLimited: lru-cache" />
642
- </list>
643
- </recent_temporary>
644
- </component>
645
- <component name="ShelveChangesManager" show_recycled="false">
646
- <option name="remove_strategy" value="false" />
647
- </component>
648
- <component name="SvnConfiguration" myUseAcceleration="nothing" SSL_PROTOCOLS="sslv3">
649
- <configuration />
650
- </component>
651
- <component name="TaskManager">
652
- <task active="true" id="Default" summary="Default task">
653
- <changelist id="53aeabdf-3e80-4df6-ab15-58d619b35ba5" name="Default" comment="" />
654
- <created>1464036635817</created>
655
- <option name="number" value="Default" />
656
- <option name="presentableId" value="Default" />
657
- <updated>1464036635817</updated>
658
- <workItem from="1464036637044" duration="5219000" />
659
- <workItem from="1464056831515" duration="8648000" />
660
- <workItem from="1464367720537" duration="1769000" />
661
- <workItem from="1464491463402" duration="21000" />
662
- <workItem from="1464645948749" duration="3900000" />
663
- <workItem from="1464716481526" duration="15153000" />
664
- <workItem from="1464796364902" duration="5981000" />
665
- <workItem from="1464972665391" duration="863000" />
666
- <workItem from="1465072439222" duration="57000" />
667
- <workItem from="1465250279409" duration="1203000" />
668
- <workItem from="1465326093241" duration="73000" />
669
- </task>
670
- <servers />
671
- </component>
672
- <component name="TestHistory">
673
- <history-entry file="ItemLimited_get_Moves_the_currently_gotten_item_to_the_tail_if_it_is_the_head___lru-cache - 2016.05.31 at 17h 37m 25s.xml">
674
- <configuration name="ItemLimited get Moves the currently gotten item to the tail if it is the head.: lru-cache" configurationId="RSpecRunConfigurationType" />
675
- </history-entry>
676
- <history-entry file="ItemLimited_get_Moves_the_currently_gotten_item_to_the_tail_if_it_is_the_head___lru-cache - 2016.05.31 at 17h 38m 32s.xml">
677
- <configuration name="ItemLimited get Moves the currently gotten item to the tail if it is the head.: lru-cache" configurationId="RSpecRunConfigurationType" />
678
- </history-entry>
679
- <history-entry file="MemoryLimited__lru-cache - 2016.05.31 at 17h 35m 04s.xml">
680
- <configuration name="MemoryLimited: lru-cache" configurationId="RSpecRunConfigurationType" />
681
- </history-entry>
682
- <history-entry file="MemoryLimited_delete_Resets_the_head_node_if_head_is_deleted,_and_pops_off_the_correct_item_after__lru-cache - 2016.05.31 at 17h 34m 53s.xml">
683
- <configuration name="MemoryLimited delete Resets the head node if head is deleted, and pops off the correct item after: lru-cache" configurationId="RSpecRunConfigurationType" />
684
- </history-entry>
685
- <history-entry file="Run_spec_'service_spec'__lru-cache - 2016.05.31 at 17h 35m 13s.xml">
686
- <configuration name="Run spec 'service_spec': lru-cache" configurationId="RSpecRunConfigurationType" />
687
- </history-entry>
688
- <history-entry file="Run_spec_'service_spec'__lru-cache - 2016.05.31 at 17h 38m 42s.xml">
689
- <configuration name="Run spec 'service_spec': lru-cache" configurationId="RSpecRunConfigurationType" />
690
- </history-entry>
691
- <history-entry file="Run_spec_'service_spec'__lru-cache - 2016.05.31 at 21h 15m 31s.xml">
692
- <configuration name="Run spec 'service_spec': lru-cache" configurationId="RSpecRunConfigurationType" />
693
- </history-entry>
694
- <history-entry file="Run_spec_'service_spec'__lru-cache - 2016.05.31 at 21h 19m 29s.xml">
695
- <configuration name="Run spec 'service_spec': lru-cache" configurationId="RSpecRunConfigurationType" />
696
- </history-entry>
697
- <history-entry file="Run_spec_'service_spec'__lru-cache - 2016.05.31 at 21h 19m 59s.xml">
698
- <configuration name="Run spec 'service_spec': lru-cache" configurationId="RSpecRunConfigurationType" />
699
- </history-entry>
700
- <history-entry file="Run_spec_'service_spec'__lru-cache - 2016.05.31 at 21h 40m 28s.xml">
701
- <configuration name="Run spec 'service_spec': lru-cache" configurationId="RSpecRunConfigurationType" />
702
- </history-entry>
703
- </component>
704
- <component name="TimeTrackingManager">
705
- <option name="totallyTimeSpent" value="42887000" />
706
- </component>
707
- <component name="ToolWindowManager">
708
- <frame x="0" y="23" width="1680" height="963" extended-state="0" />
709
- <editor active="true" />
710
- <layout>
711
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.22893773" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
712
- <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
713
- <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3289941" sideWeight="0.5" order="9" side_tool="true" content_ui="tabs" />
714
- <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
715
- <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
716
- <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
717
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.08047337" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
718
- <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
719
- <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
720
- <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
721
- <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
722
- <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
723
- <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
724
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.45088756" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
725
- <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
726
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25088757" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
727
- <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
728
- <window_info id="Debug" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.46627218" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
729
- </layout>
730
- </component>
731
- <component name="Vcs.Log.UiProperties">
732
- <option name="RECENTLY_FILTERED_USER_GROUPS">
733
- <collection />
734
- </option>
735
- <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
736
- <collection />
737
- </option>
738
- </component>
739
- <component name="VcsContentAnnotationSettings">
740
- <option name="myLimit" value="2678400000" />
741
- </component>
742
- <component name="XDebuggerManager">
743
- <breakpoint-manager>
744
- <breakpoints>
745
- <line-breakpoint enabled="true" type="ruby-line">
746
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
747
- <line>140</line>
748
- <option name="timeStamp" value="17" />
749
- </line-breakpoint>
750
- <line-breakpoint enabled="true" type="ruby-line">
751
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
752
- <line>145</line>
753
- <option name="timeStamp" value="18" />
754
- </line-breakpoint>
755
- <line-breakpoint enabled="true" type="ruby-line">
756
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
757
- <line>189</line>
758
- <option name="timeStamp" value="19" />
759
- </line-breakpoint>
760
- <line-breakpoint enabled="true" type="ruby-line">
761
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
762
- <line>212</line>
763
- <option name="timeStamp" value="21" />
764
- </line-breakpoint>
765
- <line-breakpoint enabled="true" type="ruby-line">
766
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
767
- <line>219</line>
768
- <option name="timeStamp" value="22" />
769
- </line-breakpoint>
770
- <line-breakpoint enabled="true" type="ruby-line">
771
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
772
- <line>168</line>
773
- <option name="timeStamp" value="23" />
774
- </line-breakpoint>
775
- <line-breakpoint enabled="true" type="ruby-line">
776
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
777
- <line>13</line>
778
- <option name="timeStamp" value="24" />
779
- </line-breakpoint>
780
- <line-breakpoint enabled="true" type="ruby-line">
781
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
782
- <line>67</line>
783
- <option name="timeStamp" value="27" />
784
- </line-breakpoint>
785
- <line-breakpoint enabled="true" type="ruby-line">
786
- <url>file://$PROJECT_DIR$/spec/unit/service_spec.rb</url>
787
- <line>245</line>
788
- <option name="timeStamp" value="28" />
789
- </line-breakpoint>
790
- <line-breakpoint enabled="true" type="ruby-line">
791
- <url>file://$PROJECT_DIR$/lib/lru-cacher.rb</url>
792
- <line>51</line>
793
- <option name="timeStamp" value="29" />
794
- </line-breakpoint>
795
- <line-breakpoint enabled="true" type="ruby-line">
796
- <url>file://$PROJECT_DIR$/lib/lru-cacher/memory_limited_java.rb</url>
797
- <line>21</line>
798
- <option name="timeStamp" value="30" />
799
- </line-breakpoint>
800
- </breakpoints>
801
- <option name="time" value="31" />
802
- </breakpoint-manager>
803
- <watches-manager>
804
- <configuration name="RubyRunConfigurationType">
805
- <watch expression="@tail.next_node" />
806
- <watch expression="current_node.prev_node" />
807
- <watch expression="current_node.next_node " />
808
- </configuration>
809
- <configuration name="RSpecRunConfigurationType">
810
- <watch expression="((@mem_mx_bean.heap_memory_usage.used + @mem_mx_bean.non_heap_memory_usage.used) / 1048576)" />
811
- <watch expression="@tail.next_node" language="ruby" />
812
- <watch expression="new_node.prev_node" language="ruby" />
813
- </configuration>
814
- </watches-manager>
815
- </component>
816
- <component name="editorHistoryManager">
817
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited_java.rb">
818
- <provider selected="true" editor-type-id="text-editor">
819
- <state relative-caret-position="240">
820
- <caret line="16" column="11" selection-start-line="16" selection-start-column="11" selection-end-line="16" selection-end-column="11" />
821
- <folding />
822
- </state>
823
- </provider>
824
- </entry>
825
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited.rb">
826
- <provider selected="true" editor-type-id="text-editor">
827
- <state relative-caret-position="165">
828
- <caret line="11" column="3" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="3" />
829
- <folding />
830
- </state>
831
- </provider>
832
- </entry>
833
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/item_limited.rb">
834
- <provider selected="true" editor-type-id="text-editor">
835
- <state relative-caret-position="120">
836
- <caret line="8" column="0" selection-start-line="8" selection-start-column="0" selection-end-line="8" selection-end-column="28" />
837
- <folding />
838
- </state>
839
- </provider>
840
- </entry>
841
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
842
- <provider selected="true" editor-type-id="text-editor">
843
- <state relative-caret-position="825">
844
- <caret line="55" column="0" selection-start-line="55" selection-start-column="0" selection-end-line="55" selection-end-column="0" />
845
- <folding />
846
- </state>
847
- </provider>
848
- </entry>
849
- <entry file="file://$PROJECT_DIR$/spec/unit/service_spec.rb">
850
- <provider selected="true" editor-type-id="text-editor">
851
- <state relative-caret-position="0">
852
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
853
- <folding>
854
- <element signature="e#329#2164#0" expanded="false" />
855
- <element signature="e#2185#3697#0" expanded="false" />
856
- <element signature="e#3715#5029#0" expanded="false" />
857
- <element signature="e#5119#6751#0" expanded="false" />
858
- <element signature="e#6772#8882#0" expanded="false" />
859
- <element signature="e#8900#10181#0" expanded="false" />
860
- </folding>
861
- </state>
862
- </provider>
863
- </entry>
864
- <entry file="file://$PROJECT_DIR$/vendor/bundle/bin/rspec">
865
- <provider selected="true" editor-type-id="text-editor">
866
- <state relative-caret-position="330">
867
- <caret line="22" column="0" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
868
- <folding />
869
- </state>
870
- </provider>
871
- </entry>
872
- <entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rspec-support-3.4.1/lib/rspec/support.rb">
873
- <provider selected="true" editor-type-id="text-editor">
874
- <state relative-caret-position="1905">
875
- <caret line="127" column="0" selection-start-line="127" selection-start-column="0" selection-end-line="127" selection-end-column="0" />
876
- <folding />
877
- </state>
878
- </provider>
879
- </entry>
880
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/version.rb">
881
- <provider selected="true" editor-type-id="text-editor">
882
- <state relative-caret-position="15">
883
- <caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
884
- <folding />
885
- </state>
886
- </provider>
887
- </entry>
888
- <entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rspec-core-3.4.4/lib/rspec/core/example.rb">
889
- <provider selected="true" editor-type-id="text-editor">
890
- <state relative-caret-position="5700">
891
- <caret line="380" column="0" selection-start-line="380" selection-start-column="0" selection-end-line="380" selection-end-column="0" />
892
- <folding />
893
- </state>
894
- </provider>
895
- </entry>
896
- <entry file="file://$PROJECT_DIR$/lru-cacher.gemspec">
897
- <provider selected="true" editor-type-id="text-editor">
898
- <state relative-caret-position="285">
899
- <caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
900
- <folding />
901
- </state>
902
- </provider>
903
- </entry>
904
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited_java.rb">
905
- <provider selected="true" editor-type-id="text-editor">
906
- <state relative-caret-position="315">
907
- <caret line="21" column="0" selection-start-line="21" selection-start-column="0" selection-end-line="21" selection-end-column="0" />
908
- <folding />
909
- </state>
910
- </provider>
911
- </entry>
912
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited.rb">
913
- <provider selected="true" editor-type-id="text-editor">
914
- <state relative-caret-position="15">
915
- <caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
916
- <folding />
917
- </state>
918
- </provider>
919
- </entry>
920
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/item_limited.rb">
921
- <provider selected="true" editor-type-id="text-editor">
922
- <state relative-caret-position="150">
923
- <caret line="10" column="3" selection-start-line="10" selection-start-column="3" selection-end-line="10" selection-end-column="3" />
924
- <folding />
925
- </state>
926
- </provider>
927
- </entry>
928
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
929
- <provider selected="true" editor-type-id="text-editor">
930
- <state relative-caret-position="0">
931
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
932
- <folding />
933
- </state>
934
- </provider>
935
- </entry>
936
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/node.rb">
937
- <provider selected="true" editor-type-id="text-editor">
938
- <state relative-caret-position="60">
939
- <caret line="4" column="40" selection-start-line="4" selection-start-column="31" selection-end-line="4" selection-end-column="40" />
940
- </state>
941
- </provider>
942
- </entry>
943
- <entry file="file://$PROJECT_DIR$/lru-cacher.gemspec">
944
- <provider selected="true" editor-type-id="text-editor">
945
- <state relative-caret-position="105">
946
- <caret line="7" column="27" selection-start-line="7" selection-start-column="27" selection-end-line="7" selection-end-column="27" />
947
- <folding />
948
- </state>
949
- </provider>
950
- </entry>
951
- <entry file="file://$PROJECT_DIR$/README.md">
952
- <provider selected="true" editor-type-id="text-editor">
953
- <state relative-caret-position="330">
954
- <caret line="22" column="18" selection-start-line="22" selection-start-column="18" selection-end-line="22" selection-end-column="18" />
955
- </state>
956
- </provider>
957
- </entry>
958
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/version.rb">
959
- <provider selected="true" editor-type-id="text-editor">
960
- <state relative-caret-position="15">
961
- <caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
962
- <folding />
963
- </state>
964
- </provider>
965
- </entry>
966
- <entry file="file://$USER_HOME$/.gem/ruby/2.0.0/gems/ruby-debug-ide-0.6.1.beta2/lib/ruby-debug-ide.rb">
967
- <provider selected="true" editor-type-id="text-editor">
968
- <state relative-caret-position="1320">
969
- <caret line="88" column="0" selection-start-line="88" selection-start-column="0" selection-end-line="88" selection-end-column="0" />
970
- </state>
971
- </provider>
972
- </entry>
973
- <entry file="file:///System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb">
974
- <provider selected="true" editor-type-id="text-editor">
975
- <state relative-caret-position="810">
976
- <caret line="54" column="0" selection-start-line="54" selection-start-column="0" selection-end-line="54" selection-end-column="0" />
977
- </state>
978
- </provider>
979
- </entry>
980
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
981
- <provider selected="true" editor-type-id="text-editor">
982
- <state relative-caret-position="0">
983
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
984
- <folding />
985
- </state>
986
- </provider>
987
- </entry>
988
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/node.rb">
989
- <provider selected="true" editor-type-id="text-editor">
990
- <state relative-caret-position="60">
991
- <caret line="4" column="40" selection-start-line="4" selection-start-column="31" selection-end-line="4" selection-end-column="40" />
992
- </state>
993
- </provider>
994
- </entry>
995
- <entry file="file://$PROJECT_DIR$/lru-cacher.gemspec">
996
- <provider selected="true" editor-type-id="text-editor">
997
- <state relative-caret-position="105">
998
- <caret line="7" column="27" selection-start-line="7" selection-start-column="27" selection-end-line="7" selection-end-column="27" />
999
- <folding />
1000
- </state>
1001
- </provider>
1002
- </entry>
1003
- <entry file="file://$PROJECT_DIR$/README.md">
1004
- <provider selected="true" editor-type-id="text-editor">
1005
- <state relative-caret-position="330">
1006
- <caret line="22" column="18" selection-start-line="22" selection-start-column="18" selection-end-line="22" selection-end-column="18" />
1007
- </state>
1008
- </provider>
1009
- </entry>
1010
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/version.rb">
1011
- <provider selected="true" editor-type-id="text-editor">
1012
- <state relative-caret-position="15">
1013
- <caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
1014
- <folding />
1015
- </state>
1016
- </provider>
1017
- </entry>
1018
- <entry file="file://$USER_HOME$/.gem/ruby/2.0.0/gems/ruby-debug-ide-0.6.1.beta2/lib/ruby-debug-ide.rb">
1019
- <provider selected="true" editor-type-id="text-editor">
1020
- <state relative-caret-position="1320">
1021
- <caret line="88" column="0" selection-start-line="88" selection-start-column="0" selection-end-line="88" selection-end-column="0" />
1022
- </state>
1023
- </provider>
1024
- </entry>
1025
- <entry file="file:///System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb">
1026
- <provider selected="true" editor-type-id="text-editor">
1027
- <state relative-caret-position="810">
1028
- <caret line="54" column="0" selection-start-line="54" selection-start-column="0" selection-end-line="54" selection-end-column="0" />
1029
- </state>
1030
- </provider>
1031
- </entry>
1032
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
1033
- <provider selected="true" editor-type-id="text-editor">
1034
- <state relative-caret-position="885">
1035
- <caret line="59" column="1" selection-start-line="59" selection-start-column="1" selection-end-line="59" selection-end-column="1" />
1036
- <folding />
1037
- </state>
1038
- </provider>
1039
- </entry>
1040
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/node.rb">
1041
- <provider selected="true" editor-type-id="text-editor">
1042
- <state relative-caret-position="165">
1043
- <caret line="11" column="3" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="3" />
1044
- </state>
1045
- </provider>
1046
- </entry>
1047
- <entry file="file://$PROJECT_DIR$/lru-cacher.gemspec">
1048
- <provider selected="true" editor-type-id="text-editor">
1049
- <state relative-caret-position="105">
1050
- <caret line="7" column="27" selection-start-line="7" selection-start-column="27" selection-end-line="7" selection-end-column="27" />
1051
- <folding />
1052
- </state>
1053
- </provider>
1054
- </entry>
1055
- <entry file="file://$PROJECT_DIR$/README.md">
1056
- <provider selected="true" editor-type-id="text-editor">
1057
- <state relative-caret-position="330">
1058
- <caret line="22" column="18" selection-start-line="22" selection-start-column="18" selection-end-line="22" selection-end-column="18" />
1059
- </state>
1060
- </provider>
1061
- </entry>
1062
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/version.rb">
1063
- <provider selected="true" editor-type-id="text-editor">
1064
- <state relative-caret-position="0">
1065
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1066
- <folding />
1067
- </state>
1068
- </provider>
1069
- </entry>
1070
- <entry file="file://$USER_HOME$/.gem/ruby/2.0.0/gems/ruby-debug-ide-0.6.1.beta2/lib/ruby-debug-ide.rb">
1071
- <provider selected="true" editor-type-id="text-editor">
1072
- <state relative-caret-position="1320">
1073
- <caret line="88" column="0" selection-start-line="88" selection-start-column="0" selection-end-line="88" selection-end-column="0" />
1074
- </state>
1075
- </provider>
1076
- </entry>
1077
- <entry file="file:///System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb">
1078
- <provider selected="true" editor-type-id="text-editor">
1079
- <state relative-caret-position="810">
1080
- <caret line="54" column="0" selection-start-line="54" selection-start-column="0" selection-end-line="54" selection-end-column="0" />
1081
- </state>
1082
- </provider>
1083
- </entry>
1084
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
1085
- <provider selected="true" editor-type-id="text-editor">
1086
- <state relative-caret-position="0">
1087
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1088
- <folding />
1089
- </state>
1090
- </provider>
1091
- </entry>
1092
- <entry file="file://$PROJECT_DIR$/Gemfile.lock">
1093
- <provider selected="true" editor-type-id="text-editor">
1094
- <state relative-caret-position="0">
1095
- <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
1096
- </state>
1097
- </provider>
1098
- </entry>
1099
- <entry file="file://$PROJECT_DIR$/README.md">
1100
- <provider selected="true" editor-type-id="text-editor">
1101
- <state relative-caret-position="330">
1102
- <caret line="22" column="18" selection-start-line="22" selection-start-column="18" selection-end-line="22" selection-end-column="18" />
1103
- </state>
1104
- </provider>
1105
- </entry>
1106
- <entry file="file:///System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb">
1107
- <provider selected="true" editor-type-id="text-editor">
1108
- <state relative-caret-position="810">
1109
- <caret line="54" column="0" selection-start-line="54" selection-start-column="0" selection-end-line="54" selection-end-column="0" />
1110
- </state>
1111
- </provider>
1112
- </entry>
1113
- <entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
1114
- <provider selected="true" editor-type-id="text-editor">
1115
- <state relative-caret-position="105">
1116
- <caret line="7" column="56" selection-start-line="7" selection-start-column="56" selection-end-line="7" selection-end-column="56" />
1117
- </state>
1118
- </provider>
1119
- </entry>
1120
- <entry file="file://$USER_HOME$/.gem/ruby/2.0.0/gems/ruby-debug-ide-0.6.1.beta2/lib/ruby-debug-ide.rb">
1121
- <provider selected="true" editor-type-id="text-editor">
1122
- <state relative-caret-position="1350">
1123
- <caret line="90" column="0" selection-start-line="90" selection-start-column="0" selection-end-line="90" selection-end-column="0" />
1124
- </state>
1125
- </provider>
1126
- </entry>
1127
- <entry file="file://$PROJECT_DIR$/spec/unit/service_spec.rb">
1128
- <provider selected="true" editor-type-id="text-editor">
1129
- <state relative-caret-position="285">
1130
- <caret line="137" column="17" selection-start-line="137" selection-start-column="17" selection-end-line="137" selection-end-column="17" />
1131
- <folding>
1132
- <element signature="e#329#2164#0" expanded="false" />
1133
- <element signature="e#2185#3697#0" expanded="false" />
1134
- <element signature="e#3715#5029#0" expanded="false" />
1135
- <element signature="e#5119#6751#0" expanded="false" />
1136
- <element signature="e#6772#8882#0" expanded="false" />
1137
- <element signature="e#8900#10181#0" expanded="false" />
1138
- </folding>
1139
- </state>
1140
- </provider>
1141
- </entry>
1142
- <entry file="file://$PROJECT_DIR$/vendor/bundle/bin/rspec">
1143
- <provider selected="true" editor-type-id="text-editor">
1144
- <state relative-caret-position="330">
1145
- <caret line="22" column="0" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
1146
- <folding />
1147
- </state>
1148
- </provider>
1149
- </entry>
1150
- <entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rspec-support-3.4.1/lib/rspec/support.rb">
1151
- <provider selected="true" editor-type-id="text-editor">
1152
- <state relative-caret-position="1905">
1153
- <caret line="127" column="0" selection-start-line="127" selection-start-column="0" selection-end-line="127" selection-end-column="0" />
1154
- <folding />
1155
- </state>
1156
- </provider>
1157
- </entry>
1158
- <entry file="file://$PROJECT_DIR$/vendor/bundle/gems/rspec-core-3.4.4/lib/rspec/core/example.rb">
1159
- <provider selected="true" editor-type-id="text-editor">
1160
- <state relative-caret-position="5700">
1161
- <caret line="380" column="0" selection-start-line="380" selection-start-column="0" selection-end-line="380" selection-end-column="0" />
1162
- <folding />
1163
- </state>
1164
- </provider>
1165
- </entry>
1166
- <entry file="file://$PROJECT_DIR$/lru-cacher.gemspec">
1167
- <provider selected="true" editor-type-id="text-editor">
1168
- <state relative-caret-position="285">
1169
- <caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
1170
- <folding />
1171
- </state>
1172
- </provider>
1173
- </entry>
1174
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited_java.rb">
1175
- <provider selected="true" editor-type-id="text-editor">
1176
- <state relative-caret-position="240">
1177
- <caret line="16" column="11" selection-start-line="16" selection-start-column="11" selection-end-line="16" selection-end-column="11" />
1178
- <folding />
1179
- </state>
1180
- </provider>
1181
- </entry>
1182
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/memory_limited.rb">
1183
- <provider selected="true" editor-type-id="text-editor">
1184
- <state relative-caret-position="0">
1185
- <caret line="0" column="9" selection-start-line="0" selection-start-column="9" selection-end-line="0" selection-end-column="9" />
1186
- <folding />
1187
- </state>
1188
- </provider>
1189
- </entry>
1190
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/item_limited.rb">
1191
- <provider selected="true" editor-type-id="text-editor">
1192
- <state relative-caret-position="150">
1193
- <caret line="10" column="3" selection-start-line="10" selection-start-column="3" selection-end-line="10" selection-end-column="3" />
1194
- <folding />
1195
- </state>
1196
- </provider>
1197
- </entry>
1198
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/node.rb">
1199
- <provider selected="true" editor-type-id="text-editor">
1200
- <state relative-caret-position="165">
1201
- <caret line="11" column="104" selection-start-line="11" selection-start-column="3" selection-end-line="11" selection-end-column="3" />
1202
- <folding />
1203
- </state>
1204
- </provider>
1205
- </entry>
1206
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher.rb">
1207
- <provider selected="true" editor-type-id="text-editor">
1208
- <state relative-caret-position="360">
1209
- <caret line="24" column="15" selection-start-line="24" selection-start-column="15" selection-end-line="24" selection-end-column="15" />
1210
- <folding />
1211
- </state>
1212
- </provider>
1213
- </entry>
1214
- <entry file="file://$PROJECT_DIR$/lib/lru-cacher/version.rb">
1215
- <provider selected="true" editor-type-id="text-editor">
1216
- <state relative-caret-position="15">
1217
- <caret line="1" column="18" selection-start-line="1" selection-start-column="18" selection-end-line="1" selection-end-column="18" />
1218
- <folding />
1219
- </state>
1220
- </provider>
1221
- </entry>
1222
- </component>
1223
- </project>