cayuga 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/.rakeTasks +1 -1
- data/.idea/dictionaries/patrick.xml +1 -0
- data/.idea/workspace.xml +564 -413
- data/cayuga.gemspec +1 -0
- data/cayuga.iml +1 -0
- data/lib/cayuga/object/constants.rb +17 -1
- data/lib/cayuga/object/factory.rb +6 -5
- data/lib/cayuga/object/named_object.rb +1 -1
- data/lib/cayuga/object/object.rb +4 -0
- data/lib/cayuga/object/singleton.rb +1 -0
- data/lib/cayuga/version.rb +1 -1
- metadata +16 -2
data/.idea/workspace.xml
CHANGED
@@ -3,11 +3,32 @@
|
|
3
3
|
<component name="AnalysisUIOptions">
|
4
4
|
<option name="FILTER_RESOLVED_ITEMS" value="false" />
|
5
5
|
</component>
|
6
|
+
<component name="AutoTestManager">
|
7
|
+
<enabled-run-configurations>
|
8
|
+
<run-configuration type="RSpecRunConfigurationType" name="All specs in tally: cayuga" />
|
9
|
+
</enabled-run-configurations>
|
10
|
+
</component>
|
6
11
|
<component name="ChangeListManager">
|
7
|
-
<list default="true" id="5ed2111a-a046-4a2c-ad1a-1281a894a907" name="Default" comment="
|
8
|
-
<change beforePath="$PROJECT_DIR
|
12
|
+
<list default="true" id="5ed2111a-a046-4a2c-ad1a-1281a894a907" name="Default" comment="just before decision to have context manager and context in cayuga/module">
|
13
|
+
<change beforePath="$PROJECT_DIR$/lib/cayuga.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/cayuga.rb" afterDir="false" />
|
14
|
+
<change beforePath="$PROJECT_DIR$/lib/cayuga/object/factory.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/cayuga/object/factory.rb" afterDir="false" />
|
15
|
+
<change beforePath="$PROJECT_DIR$/lib/cayuga/tally.rb" beforeDir="false" />
|
16
|
+
<change beforePath="$PROJECT_DIR$/lib/cayuga/tally/name_tracker.rb" beforeDir="false" />
|
17
|
+
<change beforePath="$PROJECT_DIR$/lib/cayuga/tally/repository.rb" beforeDir="false" />
|
18
|
+
<change beforePath="$PROJECT_DIR$/lib/cayuga/tally/representation.rb" beforeDir="false" />
|
19
|
+
<change beforePath="$PROJECT_DIR$/spec/spec_helper.rb" beforeDir="false" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" afterDir="false" />
|
20
|
+
<change beforePath="$PROJECT_DIR$/spec/tally/name_tracker_spec.rb" beforeDir="false" />
|
21
|
+
<change beforePath="$PROJECT_DIR$/spec/tally/representation_spec.rb" beforeDir="false" />
|
22
|
+
<change beforePath="$PROJECT_DIR$/spec/tally/respository_infrastructure_spec.rb" beforeDir="false" />
|
23
|
+
<change beforePath="$PROJECT_DIR$/spec/tally/respository_spec.rb" beforeDir="false" />
|
24
|
+
<change beforePath="$PROJECT_DIR$/spec/tally/tally_names_spec.rb" beforeDir="false" />
|
25
|
+
<change beforePath="$PROJECT_DIR$/spec/tally_information_helper.rb" beforeDir="false" />
|
26
|
+
</list>
|
27
|
+
<list id="1da64f63-0574-4053-ad4b-06df3dfca8ec" name=".idea" comment="">
|
28
|
+
<change beforePath="$PROJECT_DIR$/.idea/.rakeTasks" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" afterDir="false" />
|
29
|
+
<change beforePath="$PROJECT_DIR$/.idea/dictionaries/patrick.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dictionaries/patrick.xml" afterDir="false" />
|
30
|
+
<change beforePath="$PROJECT_DIR$/cayuga.iml" beforeDir="false" afterPath="$PROJECT_DIR$/cayuga.iml" afterDir="false" />
|
9
31
|
</list>
|
10
|
-
<list id="1da64f63-0574-4053-ad4b-06df3dfca8ec" name=".idea" comment="" />
|
11
32
|
<ignored path="$PROJECT_DIR$/out/" />
|
12
33
|
<ignored path="Gemfile.lock" />
|
13
34
|
<ignored mask="*.log" />
|
@@ -19,6 +40,20 @@
|
|
19
40
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
20
41
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
21
42
|
</component>
|
43
|
+
<component name="DatabaseView">
|
44
|
+
<option name="SHOW_INTERMEDIATE" value="true" />
|
45
|
+
<option name="GROUP_DATA_SOURCES" value="true" />
|
46
|
+
<option name="GROUP_SCHEMA" value="true" />
|
47
|
+
<option name="GROUP_CONTENTS" value="false" />
|
48
|
+
<option name="SORT_POSITIONED" value="false" />
|
49
|
+
<option name="SHOW_EMPTY_GROUPS" value="false" />
|
50
|
+
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
|
51
|
+
<option name="HIDDEN_KINDS">
|
52
|
+
<set />
|
53
|
+
</option>
|
54
|
+
<expand />
|
55
|
+
<select />
|
56
|
+
</component>
|
22
57
|
<component name="FUSProjectUsageTrigger">
|
23
58
|
<session id="-1964959214">
|
24
59
|
<usages-collector id="statistics.lifecycle.project">
|
@@ -74,74 +109,83 @@
|
|
74
109
|
<session id="460513173">
|
75
110
|
<usages-collector id="statistics.lifecycle.project">
|
76
111
|
<counts>
|
77
|
-
<entry key="project.closed" value="
|
112
|
+
<entry key="project.closed" value="16" />
|
78
113
|
<entry key="project.open.time.0" value="1" />
|
79
|
-
<entry key="project.open.time.1" value="
|
114
|
+
<entry key="project.open.time.1" value="5" />
|
80
115
|
<entry key="project.open.time.12" value="2" />
|
81
116
|
<entry key="project.open.time.14" value="1" />
|
82
117
|
<entry key="project.open.time.15" value="1" />
|
83
|
-
<entry key="project.open.time.19" value="
|
118
|
+
<entry key="project.open.time.19" value="2" />
|
84
119
|
<entry key="project.open.time.2" value="2" />
|
85
120
|
<entry key="project.open.time.20" value="1" />
|
86
|
-
<entry key="project.open.time.28" value="
|
121
|
+
<entry key="project.open.time.28" value="2" />
|
122
|
+
<entry key="project.open.time.29" value="2" />
|
123
|
+
<entry key="project.open.time.30" value="1" />
|
124
|
+
<entry key="project.open.time.33" value="1" />
|
87
125
|
<entry key="project.open.time.4" value="1" />
|
88
126
|
<entry key="project.open.time.6" value="1" />
|
89
|
-
<entry key="project.opened" value="
|
127
|
+
<entry key="project.opened" value="23" />
|
90
128
|
</counts>
|
91
129
|
</usages-collector>
|
92
130
|
<usages-collector id="statistics.file.extensions.edit">
|
93
131
|
<counts>
|
94
132
|
<entry key="Ruby Console" value="84" />
|
95
133
|
<entry key="dummy" value="4" />
|
96
|
-
<entry key="gemspec" value="
|
97
|
-
<entry key="
|
134
|
+
<entry key="gemspec" value="174" />
|
135
|
+
<entry key="java" value="7" />
|
136
|
+
<entry key="json" value="7855" />
|
98
137
|
<entry key="log" value="3" />
|
99
|
-
<entry key="rb" value="
|
138
|
+
<entry key="rb" value="51273" />
|
100
139
|
<entry key="rspec" value="18" />
|
101
|
-
<entry key="txt" value="
|
140
|
+
<entry key="txt" value="2153" />
|
102
141
|
<entry key="yml" value="46" />
|
103
142
|
</counts>
|
104
143
|
</usages-collector>
|
105
144
|
<usages-collector id="statistics.file.types.edit">
|
106
145
|
<counts>
|
107
|
-
<entry key="
|
146
|
+
<entry key="JAVA" value="7" />
|
147
|
+
<entry key="JSON" value="7855" />
|
108
148
|
<entry key="Log" value="3" />
|
109
|
-
<entry key="PLAIN_TEXT" value="
|
110
|
-
<entry key="
|
149
|
+
<entry key="PLAIN_TEXT" value="2175" />
|
150
|
+
<entry key="RegExp" value="2" />
|
151
|
+
<entry key="Ruby" value="51529" />
|
111
152
|
<entry key="YAML" value="46" />
|
112
153
|
</counts>
|
113
154
|
</usages-collector>
|
114
155
|
<usages-collector id="statistics.file.extensions.open">
|
115
156
|
<counts>
|
116
157
|
<entry key="Gemfile" value="4" />
|
117
|
-
<entry key="LICENSE" value="
|
158
|
+
<entry key="LICENSE" value="4" />
|
118
159
|
<entry key="Rakefile" value="1" />
|
119
|
-
<entry key="gemspec" value="
|
120
|
-
<entry key="gitignore" value="
|
160
|
+
<entry key="gemspec" value="12" />
|
161
|
+
<entry key="gitignore" value="11" />
|
121
162
|
<entry key="iml" value="3" />
|
122
|
-
<entry key="
|
163
|
+
<entry key="java" value="1" />
|
164
|
+
<entry key="json" value="51" />
|
123
165
|
<entry key="lock" value="1" />
|
124
166
|
<entry key="log" value="56" />
|
125
167
|
<entry key="md" value="7" />
|
126
168
|
<entry key="rakeTasks" value="1" />
|
127
|
-
<entry key="rb" value="
|
128
|
-
<entry key="rspec" value="
|
169
|
+
<entry key="rb" value="683" />
|
170
|
+
<entry key="rspec" value="7" />
|
129
171
|
<entry key="rspec_status" value="4" />
|
130
172
|
<entry key="rtail" value="1" />
|
173
|
+
<entry key="setup" value="1" />
|
131
174
|
<entry key="sgf" value="1" />
|
132
175
|
<entry key="txt" value="1" />
|
133
|
-
<entry key="yml" value="
|
176
|
+
<entry key="yml" value="13" />
|
134
177
|
</counts>
|
135
178
|
</usages-collector>
|
136
179
|
<usages-collector id="statistics.file.types.open">
|
137
180
|
<counts>
|
138
181
|
<entry key="IDEA_MODULE" value="3" />
|
139
|
-
<entry key="
|
182
|
+
<entry key="JAVA" value="1" />
|
183
|
+
<entry key="JSON" value="51" />
|
140
184
|
<entry key="Log" value="56" />
|
141
185
|
<entry key="Markdown" value="7" />
|
142
|
-
<entry key="PLAIN_TEXT" value="
|
143
|
-
<entry key="Ruby" value="
|
144
|
-
<entry key="YAML" value="
|
186
|
+
<entry key="PLAIN_TEXT" value="31" />
|
187
|
+
<entry key="Ruby" value="701" />
|
188
|
+
<entry key="YAML" value="13" />
|
145
189
|
</counts>
|
146
190
|
</usages-collector>
|
147
191
|
</session>
|
@@ -149,87 +193,82 @@
|
|
149
193
|
<component name="FileEditorManager">
|
150
194
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
151
195
|
<file pinned="false" current-in-tab="false">
|
152
|
-
<entry file="file://$PROJECT_DIR$/
|
196
|
+
<entry file="file://$PROJECT_DIR$/cayuga.gemspec">
|
153
197
|
<provider selected="true" editor-type-id="text-editor">
|
154
|
-
<state relative-caret-position="
|
155
|
-
<caret line="
|
198
|
+
<state relative-caret-position="255">
|
199
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
156
200
|
</state>
|
157
201
|
</provider>
|
158
202
|
</entry>
|
159
203
|
</file>
|
160
204
|
<file pinned="false" current-in-tab="false">
|
161
|
-
<entry file="file://$PROJECT_DIR$/spec/
|
162
|
-
<provider selected="true" editor-type-id="text-editor" />
|
163
|
-
</entry>
|
164
|
-
</file>
|
165
|
-
<file pinned="false" current-in-tab="true">
|
166
|
-
<entry file="file://$PROJECT_DIR$/spec/objects/logging_for_cayuga_objects_spec.rb">
|
205
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
167
206
|
<provider selected="true" editor-type-id="text-editor">
|
168
|
-
<state relative-caret-position="
|
169
|
-
<caret line="
|
207
|
+
<state relative-caret-position="94">
|
208
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
170
209
|
</state>
|
171
210
|
</provider>
|
172
211
|
</entry>
|
173
212
|
</file>
|
174
213
|
<file pinned="false" current-in-tab="false">
|
175
|
-
<entry file="file://$PROJECT_DIR$/
|
214
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/factory.rb">
|
176
215
|
<provider selected="true" editor-type-id="text-editor">
|
177
|
-
<state relative-caret-position="
|
178
|
-
<caret line="
|
216
|
+
<state relative-caret-position="162">
|
217
|
+
<caret line="91" column="64" lean-forward="true" selection-start-line="91" selection-start-column="64" selection-end-line="91" selection-end-column="64" />
|
179
218
|
</state>
|
180
219
|
</provider>
|
181
220
|
</entry>
|
182
221
|
</file>
|
183
222
|
<file pinned="false" current-in-tab="false">
|
184
|
-
<entry file="file
|
223
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/2.4.0/json/common.rb">
|
185
224
|
<provider selected="true" editor-type-id="text-editor">
|
186
|
-
<state relative-caret-position="
|
187
|
-
<caret line="
|
225
|
+
<state relative-caret-position="83">
|
226
|
+
<caret line="155" selection-start-line="155" selection-end-line="155" />
|
188
227
|
</state>
|
189
228
|
</provider>
|
190
229
|
</entry>
|
191
230
|
</file>
|
192
231
|
<file pinned="false" current-in-tab="false">
|
193
|
-
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/
|
232
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ice_nine-0.11.2/lib/ice_nine/core_ext/object.rb">
|
194
233
|
<provider selected="true" editor-type-id="text-editor">
|
195
234
|
<state relative-caret-position="83">
|
196
|
-
<caret line="
|
235
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
197
236
|
</state>
|
198
237
|
</provider>
|
199
238
|
</entry>
|
200
239
|
</file>
|
201
|
-
<file pinned="false" current-in-tab="
|
202
|
-
<entry file="file
|
240
|
+
<file pinned="false" current-in-tab="true">
|
241
|
+
<entry file="file://$PROJECT_DIR$/spec/tools/integer_spec.rb">
|
203
242
|
<provider selected="true" editor-type-id="text-editor">
|
204
|
-
<state relative-caret-position="
|
205
|
-
<caret line="
|
243
|
+
<state relative-caret-position="34">
|
244
|
+
<caret line="2" column="1" lean-forward="true" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" />
|
206
245
|
</state>
|
207
246
|
</provider>
|
208
247
|
</entry>
|
209
248
|
</file>
|
210
249
|
<file pinned="false" current-in-tab="false">
|
211
|
-
<entry file="file://$PROJECT_DIR$/
|
250
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga.rb">
|
212
251
|
<provider selected="true" editor-type-id="text-editor">
|
213
|
-
<state relative-caret-position="
|
214
|
-
<caret line="
|
252
|
+
<state relative-caret-position="51">
|
253
|
+
<caret line="3" column="28" lean-forward="true" selection-start-line="3" selection-start-column="28" selection-end-line="3" selection-end-column="28" />
|
215
254
|
</state>
|
216
255
|
</provider>
|
217
256
|
</entry>
|
218
257
|
</file>
|
219
258
|
<file pinned="false" current-in-tab="false">
|
220
|
-
<entry file="file
|
259
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rspec-support-3.8.0/lib/rspec/support.rb">
|
221
260
|
<provider selected="true" editor-type-id="text-editor">
|
222
|
-
<state relative-caret-position="
|
223
|
-
<caret line="
|
261
|
+
<state relative-caret-position="76">
|
262
|
+
<caret line="137" selection-start-line="137" selection-end-line="137" />
|
224
263
|
</state>
|
225
264
|
</provider>
|
226
265
|
</entry>
|
227
266
|
</file>
|
228
267
|
<file pinned="false" current-in-tab="false">
|
229
|
-
<entry file="file
|
268
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb">
|
230
269
|
<provider selected="true" editor-type-id="text-editor">
|
231
|
-
<state relative-caret-position="
|
232
|
-
<caret line="
|
270
|
+
<state relative-caret-position="83">
|
271
|
+
<caret line="2062" selection-start-line="2062" selection-end-line="2062" />
|
233
272
|
</state>
|
234
273
|
</provider>
|
235
274
|
</entry>
|
@@ -241,8 +280,9 @@
|
|
241
280
|
<list>
|
242
281
|
<option value="Cayuga Singleton" />
|
243
282
|
<option value="Ruby Module Template" />
|
244
|
-
<option value="
|
283
|
+
<option value="Class" />
|
245
284
|
<option value="Ruby Class Template" />
|
285
|
+
<option value="RSpec Test Template" />
|
246
286
|
</list>
|
247
287
|
</option>
|
248
288
|
</component>
|
@@ -253,7 +293,6 @@
|
|
253
293
|
<find>loggerTest</find>
|
254
294
|
<find>Test2018::LoggingTest</find>
|
255
295
|
<find>memo</find>
|
256
|
-
<find>ini</find>
|
257
296
|
<find>tail</find>
|
258
297
|
<find>Cayuga::Object</find>
|
259
298
|
<find>add_appender</find>
|
@@ -264,6 +303,8 @@
|
|
264
303
|
<find>.warn</find>
|
265
304
|
<find>warn</find>
|
266
305
|
<find>log_exists?</find>
|
306
|
+
<find>ini</find>
|
307
|
+
<find>one</find>
|
267
308
|
</findStrings>
|
268
309
|
<replaceStrings>
|
269
310
|
<replace>#</replace>
|
@@ -278,57 +319,57 @@
|
|
278
319
|
<component name="IdeDocumentHistory">
|
279
320
|
<option name="CHANGED_PATHS">
|
280
321
|
<list>
|
281
|
-
<option value="$PROJECT_DIR$/.rubocop.yml" />
|
282
|
-
<option value="$PROJECT_DIR$/lib/cayuga/object/named_object_class.rb" />
|
283
|
-
<option value="$PROJECT_DIR$/spec/configuration/cayuga_test_config.json" />
|
284
|
-
<option value="$PROJECT_DIR$/data.json" />
|
285
|
-
<option value="$PROJECT_DIR$/spec/test2018/logging_test_class.rb" />
|
286
|
-
<option value="$PROJECT_DIR$/development.log" />
|
287
|
-
<option value="$PROJECT_DIR$/spec/factory_directory_constants_spec.rb" />
|
288
|
-
<option value="$PROJECT_DIR$/spec/constants_spec.rb" />
|
289
|
-
<option value="$PROJECT_DIR$/lib/cayuga/tools/class.rb" />
|
290
|
-
<option value="$PROJECT_DIR$/lib/cayuga/tools/symbol.rb" />
|
291
|
-
<option value="$PROJECT_DIR$/lib/cayuga/tools/string.rb" />
|
292
|
-
<option value="$PROJECT_DIR$/spec/test2018/named_object_class.rb" />
|
293
|
-
<option value="$PROJECT_DIR$/spec/test2018/singleton.rb" />
|
294
|
-
<option value="$PROJECT_DIR$/spec/test2018/logging_test.rb" />
|
295
|
-
<option value="$PROJECT_DIR$/test_script.rb" />
|
296
|
-
<option value="$PROJECT_DIR$/spec/test2018/named_object.rb" />
|
297
|
-
<option value="$PROJECT_DIR$/spec/configuration/test/cayuga_test_config.json" />
|
298
|
-
<option value="$PROJECT_DIR$/spec/tool_information_helper.rb" />
|
299
|
-
<option value="$PROJECT_DIR$/out/test/cayuga/factory_spec.rb" />
|
300
|
-
<option value="$PROJECT_DIR$/spec/factory_spec.rb" />
|
301
|
-
<option value="$PROJECT_DIR$/spec/logger_spec.rb" />
|
302
|
-
<option value="$PROJECT_DIR$/spec/objects/module_object_spec.rb" />
|
303
|
-
<option value="$PROJECT_DIR$/spec/test/configuration/cayuga_test_config.json" />
|
304
|
-
<option value="$PROJECT_DIR$/spec/test/test2018/named_object.rb" />
|
305
|
-
<option value="$PROJECT_DIR$/spec/test/test2018/singleton.rb" />
|
306
|
-
<option value="$PROJECT_DIR$/spec/objects/object_spec.rb" />
|
307
|
-
<option value="$PROJECT_DIR$/spec/objects/constants_spec.rb" />
|
308
|
-
<option value="$PROJECT_DIR$/spec/tools/class_spec.rb" />
|
309
|
-
<option value="$PROJECT_DIR$/spec/tools/string_spec.rb" />
|
310
|
-
<option value="$PROJECT_DIR$/spec/tools/symbol_spec.rb" />
|
311
|
-
<option value="$PROJECT_DIR$/spec/objects/factory_spec.rb" />
|
312
|
-
<option value="$PROJECT_DIR$/spec/objects/loggable_object_spec.rb" />
|
313
|
-
<option value="$PROJECT_DIR$/spec/objects/logging_spec.rb" />
|
314
|
-
<option value="$PROJECT_DIR$/spec/objects/logging_for_cayuga_objects.rb" />
|
315
|
-
<option value="$PROJECT_DIR$/spec/objects/logger_configuration_spec.rb" />
|
316
322
|
<option value="$PROJECT_DIR$/lib/cayuga/tools/loggable.rb" />
|
317
|
-
<option value="$PROJECT_DIR$/lib/cayuga/object/constants.rb" />
|
318
|
-
<option value="$PROJECT_DIR$/cayuga.gemspec" />
|
319
|
-
<option value="$PROJECT_DIR$/lib/cayuga.rb" />
|
320
|
-
<option value="$PROJECT_DIR$/lib/cayuga/object/singleton.rb" />
|
321
|
-
<option value="$PROJECT_DIR$/lib/cayuga/object/named_object.rb" />
|
322
|
-
<option value="$PROJECT_DIR$/lib/cayuga/object/object.rb" />
|
323
323
|
<option value="$PROJECT_DIR$/spec/objects/logger_spec.rb" />
|
324
324
|
<option value="$PROJECT_DIR$/spec/objects/logging_for_cayuga_objects_spec.rb" />
|
325
|
-
<option value="$PROJECT_DIR$/lib/cayuga/object/factory.rb" />
|
326
|
-
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
327
325
|
<option value="$PROJECT_DIR$/spec/factory_information_helper.rb" />
|
328
326
|
<option value="$PROJECT_DIR$/lib/cayuga/object/logger.rb" />
|
329
|
-
<option value="$PROJECT_DIR$/spec/tools/loggable_object_spec.rb" />
|
330
327
|
<option value="$PROJECT_DIR$/spec/logger_information_helper.rb" />
|
331
328
|
<option value="$PROJECT_DIR$/lib/cayuga/version.rb" />
|
329
|
+
<option value="$PROJECT_DIR$/spec/tally_information_helper.java" />
|
330
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/name.rb" />
|
331
|
+
<option value="$PROJECT_DIR$/spec/tally/name_spec.rb" />
|
332
|
+
<option value="$PROJECT_DIR$/spec/tally/value_spec.rb" />
|
333
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/value.rb" />
|
334
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/tallies.rb" />
|
335
|
+
<option value="$PROJECT_DIR$/spec/tally/tallies_spec.rb" />
|
336
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/tally.rb" />
|
337
|
+
<option value="$PROJECT_DIR$/spec/tally/tally_spec.rb" />
|
338
|
+
<option value="$PROJECT_DIR$/spec/objects/tally_spec.rb" />
|
339
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/tally.rb" />
|
340
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/repository.rb" />
|
341
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tools/integer.rb" />
|
342
|
+
<option value="$PROJECT_DIR$/spec/tools/integer_spec.rb" />
|
343
|
+
<option value="$PROJECT_DIR$/cayuga.gemspec" />
|
344
|
+
<option value="$PROJECT_DIR$/spec/tally/big_tally_spec.rb" />
|
345
|
+
<option value="$PROJECT_DIR$/spec/tools/loggable_object_spec.rb" />
|
346
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tools.rb" />
|
347
|
+
<option value="$PROJECT_DIR$/spec/test/test2018/object.rb" />
|
348
|
+
<option value="$PROJECT_DIR$/spec/objects/factory_spec.rb" />
|
349
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/singleton.rb" />
|
350
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/object.rb" />
|
351
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/name_tracker.rb" />
|
352
|
+
<option value="$PROJECT_DIR$/spec/test/configuration/tally.json" />
|
353
|
+
<option value="$PROJECT_DIR$/spec/objects/constants_spec.rb" />
|
354
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/constants.rb" />
|
355
|
+
<option value="$PROJECT_DIR$/spec/test/configuration/cayuga_test_config.json" />
|
356
|
+
<option value="$PROJECT_DIR$/spec/tally/repository_spec.rb" />
|
357
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/representation/simple.rb" />
|
358
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally.rb" />
|
359
|
+
<option value="$PROJECT_DIR$/spec/tally/representation/simple_spec.rb" />
|
360
|
+
<option value="$PROJECT_DIR$/spec/tally/representation_spec.rb" />
|
361
|
+
<option value="$PROJECT_DIR$/out/test/cayuga/tally/repository_spec.rb" />
|
362
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/named_object.rb" />
|
363
|
+
<option value="$PROJECT_DIR$/spec/tally_information_helper.rb" />
|
364
|
+
<option value="$PROJECT_DIR$/spec/tally/respository_infrastructure_spec.rb" />
|
365
|
+
<option value="$PROJECT_DIR$/spec/tally/tally_names_spec.rb" />
|
366
|
+
<option value="$PROJECT_DIR$/spec/tally/respository_spec.rb" />
|
367
|
+
<option value="$PROJECT_DIR$/spec/tally/name_tracker_spec.rb" />
|
368
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/representation.rb" />
|
369
|
+
<option value="$PROJECT_DIR$/lib/cayuga/tally/repository.rb" />
|
370
|
+
<option value="$PROJECT_DIR$/lib/cayuga.rb" />
|
371
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
372
|
+
<option value="$PROJECT_DIR$/lib/cayuga/object/factory.rb" />
|
332
373
|
</list>
|
333
374
|
</option>
|
334
375
|
</component>
|
@@ -347,20 +388,21 @@
|
|
347
388
|
<entry key="Project Default">
|
348
389
|
<profile-state>
|
349
390
|
<expanded-state>
|
391
|
+
<State />
|
350
392
|
<State>
|
351
|
-
<id>
|
393
|
+
<id>Cucumber</id>
|
352
394
|
</State>
|
353
395
|
<State>
|
354
|
-
<id>
|
396
|
+
<id>JRuby</id>
|
355
397
|
</State>
|
356
398
|
<State>
|
357
|
-
<id>
|
399
|
+
<id>Naming conventionsRuby</id>
|
358
400
|
</State>
|
359
401
|
<State>
|
360
|
-
<id>
|
402
|
+
<id>Rails</id>
|
361
403
|
</State>
|
362
404
|
<State>
|
363
|
-
<id>
|
405
|
+
<id>Ruby</id>
|
364
406
|
</State>
|
365
407
|
</expanded-state>
|
366
408
|
</profile-state>
|
@@ -373,6 +415,28 @@
|
|
373
415
|
<foldersAlwaysOnTop value="true" />
|
374
416
|
</navigator>
|
375
417
|
<panes>
|
418
|
+
<pane id="Scope">
|
419
|
+
<subPane subId="Scope 'Project Files'; set:Project Files; class com.intellij.psi.search.scope.ProjectFilesScope">
|
420
|
+
<expand>
|
421
|
+
<path>
|
422
|
+
<item name="cayuga809" type="3d21c010:ScopeViewTreeModel$ProjectNode" />
|
423
|
+
<item name="cayuga" type="2674bda8:ScopeViewTreeModel$GroupNode" />
|
424
|
+
</path>
|
425
|
+
</expand>
|
426
|
+
<select />
|
427
|
+
</subPane>
|
428
|
+
</pane>
|
429
|
+
<pane id="PackagesPane">
|
430
|
+
<subPane>
|
431
|
+
<expand>
|
432
|
+
<path>
|
433
|
+
<item name="cayuga809" type="58d84e3e:PackageViewProjectNode" />
|
434
|
+
<item name="cayuga" type="616d4139:PackageViewModuleNode" />
|
435
|
+
</path>
|
436
|
+
</expand>
|
437
|
+
<select />
|
438
|
+
</subPane>
|
439
|
+
</pane>
|
376
440
|
<pane id="ProjectPane">
|
377
441
|
<subPane>
|
378
442
|
<expand>
|
@@ -380,6 +444,41 @@
|
|
380
444
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
381
445
|
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
382
446
|
</path>
|
447
|
+
<path>
|
448
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
449
|
+
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
450
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
451
|
+
</path>
|
452
|
+
<path>
|
453
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
454
|
+
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
455
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
456
|
+
<item name="cayuga" type="462c0819:PsiDirectoryNode" />
|
457
|
+
</path>
|
458
|
+
<path>
|
459
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
460
|
+
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
461
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
462
|
+
<item name="cayuga" type="462c0819:PsiDirectoryNode" />
|
463
|
+
<item name="object" type="462c0819:PsiDirectoryNode" />
|
464
|
+
</path>
|
465
|
+
<path>
|
466
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
467
|
+
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
468
|
+
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
469
|
+
</path>
|
470
|
+
<path>
|
471
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
472
|
+
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
473
|
+
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
474
|
+
<item name="objects" type="462c0819:PsiDirectoryNode" />
|
475
|
+
</path>
|
476
|
+
<path>
|
477
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
478
|
+
<item name="cayuga809" type="462c0819:PsiDirectoryNode" />
|
479
|
+
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
480
|
+
<item name="tools" type="462c0819:PsiDirectoryNode" />
|
481
|
+
</path>
|
383
482
|
<path>
|
384
483
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
385
484
|
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
@@ -387,59 +486,90 @@
|
|
387
486
|
<path>
|
388
487
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
389
488
|
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
390
|
-
<item name="
|
489
|
+
<item name="< ruby-2.4.4-p296 >" type="70bed36:NamedLibraryElementNode" />
|
391
490
|
</path>
|
392
491
|
<path>
|
393
492
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
394
493
|
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
395
|
-
<item name="
|
494
|
+
<item name="< ruby-2.4.4-p296 >" type="70bed36:NamedLibraryElementNode" />
|
495
|
+
<item name="2.4.0" type="462c0819:PsiDirectoryNode" />
|
496
|
+
</path>
|
497
|
+
<path>
|
498
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
499
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
500
|
+
<item name="< ruby-2.4.4-p296 >" type="70bed36:NamedLibraryElementNode" />
|
501
|
+
<item name="2.4.0" type="462c0819:PsiDirectoryNode" />
|
502
|
+
<item name="json" type="462c0819:PsiDirectoryNode" />
|
503
|
+
</path>
|
504
|
+
<path>
|
505
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
506
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
507
|
+
<item name="ice_nine (v0.11.2, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
508
|
+
</path>
|
509
|
+
<path>
|
510
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
511
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
512
|
+
<item name="ice_nine (v0.11.2, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
396
513
|
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
397
514
|
</path>
|
398
515
|
<path>
|
399
516
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
400
517
|
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
401
|
-
<item name="
|
518
|
+
<item name="ice_nine (v0.11.2, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
519
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
520
|
+
<item name="ice_nine" type="462c0819:PsiDirectoryNode" />
|
521
|
+
</path>
|
522
|
+
<path>
|
523
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
524
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
525
|
+
<item name="ice_nine (v0.11.2, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
526
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
527
|
+
<item name="ice_nine" type="462c0819:PsiDirectoryNode" />
|
528
|
+
<item name="core_ext" type="462c0819:PsiDirectoryNode" />
|
529
|
+
</path>
|
530
|
+
<path>
|
531
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
532
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
533
|
+
<item name="rspec-core (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
534
|
+
</path>
|
535
|
+
<path>
|
536
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
537
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
538
|
+
<item name="rspec-core (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
402
539
|
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
403
|
-
<item name="rspec" type="462c0819:PsiDirectoryNode" />
|
404
540
|
</path>
|
405
541
|
<path>
|
406
542
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
407
543
|
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
408
|
-
<item name="rspec-
|
544
|
+
<item name="rspec-core (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
409
545
|
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
410
546
|
<item name="rspec" type="462c0819:PsiDirectoryNode" />
|
411
|
-
<item name="matchers" type="462c0819:PsiDirectoryNode" />
|
412
547
|
</path>
|
413
548
|
<path>
|
414
549
|
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
415
550
|
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
416
|
-
<item name="rspec-
|
551
|
+
<item name="rspec-core (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
417
552
|
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
418
553
|
<item name="rspec" type="462c0819:PsiDirectoryNode" />
|
419
|
-
<item name="
|
420
|
-
<item name="built_in" type="462c0819:PsiDirectoryNode" />
|
554
|
+
<item name="core" type="462c0819:PsiDirectoryNode" />
|
421
555
|
</path>
|
422
|
-
</expand>
|
423
|
-
<select />
|
424
|
-
</subPane>
|
425
|
-
</pane>
|
426
|
-
<pane id="Scope">
|
427
|
-
<subPane subId="Scope 'Project Files'; set:Project Files; class com.intellij.psi.search.scope.ProjectFilesScope">
|
428
|
-
<expand>
|
429
556
|
<path>
|
430
|
-
<item name="cayuga809" type="
|
431
|
-
<item name="
|
557
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
558
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
559
|
+
<item name="rspec-support (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
432
560
|
</path>
|
433
|
-
</expand>
|
434
|
-
<select />
|
435
|
-
</subPane>
|
436
|
-
</pane>
|
437
|
-
<pane id="PackagesPane">
|
438
|
-
<subPane>
|
439
|
-
<expand>
|
440
561
|
<path>
|
441
|
-
<item name="cayuga809" type="
|
442
|
-
<item name="
|
562
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
563
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
564
|
+
<item name="rspec-support (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
565
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
566
|
+
</path>
|
567
|
+
<path>
|
568
|
+
<item name="cayuga809" type="b2602c69:ProjectViewProjectNode" />
|
569
|
+
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
570
|
+
<item name="rspec-support (v3.8.0, ruby-2.4.4-p296) [gem]" type="70bed36:NamedLibraryElementNode" />
|
571
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
572
|
+
<item name="rspec" type="462c0819:PsiDirectoryNode" />
|
443
573
|
</path>
|
444
574
|
</expand>
|
445
575
|
<select />
|
@@ -448,7 +578,7 @@
|
|
448
578
|
</panes>
|
449
579
|
</component>
|
450
580
|
<component name="PropertiesComponent">
|
451
|
-
<property name="SearchEverywhereHistoryKey" value="logger	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/logger_information_helper.rb lrb	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/logger.rb object	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/object.rb object.rb	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/object.rb add_appender	null	null Cayuga::Object	null	null *.log	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/development.log ls	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/logger_spec.rb Test	null	null constants	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/constants.rb log	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/test2018#logging_test.log" />
|
581
|
+
<property name="SearchEverywhereHistoryKey" value="simple	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/tally/representation/simple.rb res	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/tally/repository_spec.rb repo	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/tally/repository.rb nameo	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/named_object.rb con	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/constants.rb constants_spec.rb	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/objects/constants_spec.rb taih	null	null factory	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/factory.rb fs	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/objects/factory_spec.rb tih	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/tally_information_helper.rb nt	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/tally/name_tracker.rb nts	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/tally/name_tracker_spec.rb facto	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/factory.rb repos	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/tally/repository.rb big	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/tally/big_tally_spec.rb inter	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/tools/integer.rb integer.	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/tools/integer_spec.rb logger	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/logger_information_helper.rb lrb	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/logger.rb object	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/object.rb object.rb	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/object.rb add_appender	null	null Cayuga::Object	null	null *.log	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/development.log ls	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/spec/logger_spec.rb Test	null	null constants	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/lib/cayuga/object/constants.rb log	FILE	file://C:/Users/peate/OneDrive/IdeaProjects/cayuga809/test2018#logging_test.log" />
|
452
582
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
453
583
|
<property name="last_opened_file_path" value="$PROJECT_DIR$/../cayuga-support-807" />
|
454
584
|
<property name="nodejs.jest.jest_package" value="" />
|
@@ -460,15 +590,15 @@
|
|
460
590
|
<property name="project.structure.proportion" value="0.15" />
|
461
591
|
<property name="project.structure.side.proportion" value="0.2" />
|
462
592
|
<property name="run.code.analysis.last.selected.profile" value="pProject Default" />
|
463
|
-
<property name="settings.editor.selected.configurable" value="
|
593
|
+
<property name="settings.editor.selected.configurable" value="preferences.toDoOptions" />
|
464
594
|
</component>
|
465
595
|
<component name="RecentsManager">
|
466
596
|
<key name="MoveFile.RECENT_KEYS">
|
467
|
-
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\
|
597
|
+
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\tally" />
|
598
|
+
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\lib\cayuga\tally" />
|
468
599
|
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\objects" />
|
469
|
-
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\
|
470
|
-
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\
|
471
|
-
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\test2018" />
|
600
|
+
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\lib\cayuga\object" />
|
601
|
+
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\tools" />
|
472
602
|
</key>
|
473
603
|
<key name="CopyFile.RECENT_KEYS">
|
474
604
|
<recent name="C:\Users\peate\OneDrive\IdeaProjects\cayuga809\spec\objects" />
|
@@ -535,16 +665,20 @@
|
|
535
665
|
<option name="Make" enabled="true" />
|
536
666
|
</method>
|
537
667
|
</configuration>
|
538
|
-
<configuration
|
668
|
+
<configuration name="All specs in spec: cayuga" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
539
669
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
670
|
+
<module name="cayuga" />
|
540
671
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
541
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
672
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$PROJECT_DIR$" />
|
542
673
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
543
674
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
544
675
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
676
|
+
<envs>
|
677
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
678
|
+
</envs>
|
545
679
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
546
680
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
547
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
681
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR$/spec" />
|
548
682
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
549
683
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
550
684
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
@@ -561,7 +695,7 @@
|
|
561
695
|
<option name="Make" enabled="true" />
|
562
696
|
</method>
|
563
697
|
</configuration>
|
564
|
-
<configuration name="
|
698
|
+
<configuration name="All specs in tally: cayuga" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
565
699
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
566
700
|
<module name="cayuga" />
|
567
701
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
@@ -574,12 +708,12 @@
|
|
574
708
|
</envs>
|
575
709
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
576
710
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
577
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR
|
578
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="
|
711
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR$/spec/tally" />
|
712
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
579
713
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
580
714
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
581
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
582
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="
|
715
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
716
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
|
583
717
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
584
718
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
585
719
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
@@ -591,7 +725,7 @@
|
|
591
725
|
<option name="Make" enabled="true" />
|
592
726
|
</method>
|
593
727
|
</configuration>
|
594
|
-
<configuration name="
|
728
|
+
<configuration name="Cayuga::Tally::Repository: cayuga" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
595
729
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
596
730
|
<module name="cayuga" />
|
597
731
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
@@ -604,11 +738,11 @@
|
|
604
738
|
</envs>
|
605
739
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
606
740
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
607
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR
|
608
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/
|
741
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="$PROJECT_DIR$/spec" />
|
742
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/tally/respository_infrastructure_spec.rb" />
|
609
743
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
610
744
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
611
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
745
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Cayuga::Tally::Repository" />
|
612
746
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
613
747
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
614
748
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -621,7 +755,7 @@
|
|
621
755
|
<option name="Make" enabled="true" />
|
622
756
|
</method>
|
623
757
|
</configuration>
|
624
|
-
<configuration name="
|
758
|
+
<configuration name="Run spec 'respository_infrastructure_spec': cayuga" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
625
759
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
626
760
|
<module name="cayuga" />
|
627
761
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
@@ -634,11 +768,11 @@
|
|
634
768
|
</envs>
|
635
769
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
636
770
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
637
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="
|
638
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/
|
771
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
772
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$PROJECT_DIR$/spec/tally/respository_infrastructure_spec.rb" />
|
639
773
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
640
774
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
641
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
775
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
642
776
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
643
777
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
644
778
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -651,25 +785,21 @@
|
|
651
785
|
<option name="Make" enabled="true" />
|
652
786
|
</method>
|
653
787
|
</configuration>
|
654
|
-
<configuration
|
788
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
655
789
|
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
656
|
-
<module name="cayuga" />
|
657
790
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
658
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="
|
791
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
659
792
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
660
793
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
661
794
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
662
|
-
<envs>
|
663
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
664
|
-
</envs>
|
665
795
|
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
666
796
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
667
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="
|
668
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="
|
797
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
798
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
669
799
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
670
800
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
671
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
672
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="
|
801
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
802
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="ALL_IN_FOLDER" />
|
673
803
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
674
804
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
675
805
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
@@ -682,19 +812,19 @@
|
|
682
812
|
</method>
|
683
813
|
</configuration>
|
684
814
|
<list>
|
815
|
+
<item itemvalue="RSpec.Run spec 'respository_infrastructure_spec': cayuga" />
|
816
|
+
<item itemvalue="RSpec.All specs in spec: cayuga" />
|
817
|
+
<item itemvalue="RSpec.Cayuga::Tally::Repository: cayuga" />
|
818
|
+
<item itemvalue="RSpec.All specs in tally: cayuga" />
|
685
819
|
<item itemvalue="RSpec.All specs in cayuga809: cayuga" />
|
686
|
-
<item itemvalue="RSpec.cayuga object: cayuga" />
|
687
|
-
<item itemvalue="RSpec.cayuga object should have its own log file: cayuga" />
|
688
|
-
<item itemvalue="RSpec.loggable objects should log information at different levels: cayuga" />
|
689
|
-
<item itemvalue="RSpec.loggable objects should be able to change log levels: cayuga" />
|
690
820
|
</list>
|
691
821
|
<recent_temporary>
|
692
822
|
<list>
|
693
823
|
<item itemvalue="RSpec.All specs in cayuga809: cayuga" />
|
694
|
-
<item itemvalue="RSpec.
|
695
|
-
<item itemvalue="RSpec.
|
696
|
-
<item itemvalue="RSpec.
|
697
|
-
<item itemvalue="RSpec.
|
824
|
+
<item itemvalue="RSpec.All specs in tally: cayuga" />
|
825
|
+
<item itemvalue="RSpec.Cayuga::Tally::Repository: cayuga" />
|
826
|
+
<item itemvalue="RSpec.All specs in spec: cayuga" />
|
827
|
+
<item itemvalue="RSpec.Run spec 'respository_infrastructure_spec': cayuga" />
|
698
828
|
</list>
|
699
829
|
</recent_temporary>
|
700
830
|
</component>
|
@@ -742,7 +872,15 @@
|
|
742
872
|
<workItem from="1541002275516" duration="11159000" />
|
743
873
|
<workItem from="1541028759196" duration="29042000" />
|
744
874
|
<workItem from="1541072816894" duration="19511000" />
|
745
|
-
<workItem from="1541151099342" duration="
|
875
|
+
<workItem from="1541151099342" duration="7722000" />
|
876
|
+
<workItem from="1541161917367" duration="646000" />
|
877
|
+
<workItem from="1541254543575" duration="64138000" />
|
878
|
+
<workItem from="1541394659142" duration="3126000" />
|
879
|
+
<workItem from="1541831459331" duration="178000" />
|
880
|
+
<workItem from="1542067442136" duration="269000" />
|
881
|
+
<workItem from="1542539918916" duration="48000" />
|
882
|
+
<workItem from="1542540453800" duration="713000" />
|
883
|
+
<workItem from="1542545152606" duration="14784000" />
|
746
884
|
</task>
|
747
885
|
<task id="LOCAL-00001" summary="safety commit">
|
748
886
|
<created>1539927767971</created>
|
@@ -849,95 +987,96 @@
|
|
849
987
|
<option name="project" value="LOCAL" />
|
850
988
|
<updated>1541159733619</updated>
|
851
989
|
</task>
|
852
|
-
<
|
990
|
+
<task id="LOCAL-00016" summary="tally methods in class Integer">
|
991
|
+
<created>1541281071902</created>
|
992
|
+
<option name="number" value="00016" />
|
993
|
+
<option name="presentableId" value="LOCAL-00016" />
|
994
|
+
<option name="project" value="LOCAL" />
|
995
|
+
<updated>1541281071902</updated>
|
996
|
+
</task>
|
997
|
+
<task id="LOCAL-00017" summary="just before decision to have context manager and context in cayuga/module">
|
998
|
+
<created>1542641091216</created>
|
999
|
+
<option name="number" value="00017" />
|
1000
|
+
<option name="presentableId" value="LOCAL-00017" />
|
1001
|
+
<option name="project" value="LOCAL" />
|
1002
|
+
<updated>1542641091216</updated>
|
1003
|
+
</task>
|
1004
|
+
<option name="localTasksCounter" value="18" />
|
853
1005
|
<servers />
|
854
1006
|
</component>
|
855
1007
|
<component name="TestHistory">
|
856
|
-
<history-entry file="
|
857
|
-
<configuration name="
|
1008
|
+
<history-entry file="All_specs_in_tally__cayuga - 2018.11.19 at 01h 24m 43s.xml">
|
1009
|
+
<configuration name="All specs in tally: cayuga" configurationId="RSpecRunConfigurationType" />
|
858
1010
|
</history-entry>
|
859
|
-
<history-entry file="
|
860
|
-
<configuration name="
|
1011
|
+
<history-entry file="All_specs_in_tally__cayuga - 2018.11.19 at 01h 24m 47s.xml">
|
1012
|
+
<configuration name="All specs in tally: cayuga" configurationId="RSpecRunConfigurationType" />
|
861
1013
|
</history-entry>
|
862
|
-
<history-entry file="
|
863
|
-
<configuration name="
|
1014
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 16m 32s.xml">
|
1015
|
+
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
864
1016
|
</history-entry>
|
865
|
-
<history-entry file="
|
866
|
-
<configuration name="
|
1017
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 26m 35s.xml">
|
1018
|
+
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
867
1019
|
</history-entry>
|
868
|
-
<history-entry file="
|
869
|
-
<configuration name="
|
1020
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 27m 25s.xml">
|
1021
|
+
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
870
1022
|
</history-entry>
|
871
|
-
<history-entry file="
|
872
|
-
<configuration name="
|
1023
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 27m 36s.xml">
|
1024
|
+
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
873
1025
|
</history-entry>
|
874
|
-
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.
|
1026
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 31m 11s.xml">
|
875
1027
|
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
876
1028
|
</history-entry>
|
877
|
-
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.
|
1029
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 31m 35s.xml">
|
878
1030
|
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
879
1031
|
</history-entry>
|
880
|
-
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.
|
1032
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 33m 37s.xml">
|
881
1033
|
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
882
1034
|
</history-entry>
|
883
|
-
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.
|
1035
|
+
<history-entry file="All_specs_in_cayuga809__cayuga - 2018.11.19 at 10h 34m 57s.xml">
|
884
1036
|
<configuration name="All specs in cayuga809: cayuga" configurationId="RSpecRunConfigurationType" />
|
885
1037
|
</history-entry>
|
886
1038
|
</component>
|
887
1039
|
<component name="TimeTrackingManager">
|
888
|
-
<option name="totallyTimeSpent" value="
|
1040
|
+
<option name="totallyTimeSpent" value="350009000" />
|
1041
|
+
</component>
|
1042
|
+
<component name="TodoView" selected-index="4">
|
1043
|
+
<todo-panel id="selected-file">
|
1044
|
+
<is-autoscroll-to-source value="true" />
|
1045
|
+
<is-preview-enabled value="true" />
|
1046
|
+
</todo-panel>
|
1047
|
+
<todo-panel id="all">
|
1048
|
+
<are-packages-shown value="true" />
|
1049
|
+
<are-modules-shown value="true" />
|
1050
|
+
<is-autoscroll-to-source value="true" />
|
1051
|
+
</todo-panel>
|
889
1052
|
</component>
|
890
1053
|
<component name="ToolWindowManager">
|
891
1054
|
<frame x="-7" y="-7" width="1550" height="838" extended-state="6" />
|
892
1055
|
<layout>
|
893
|
-
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.
|
894
|
-
<window_info id="Structure" order="1" sideWeight="0.
|
1056
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.4550898" visible="true" weight="0.43154362" />
|
1057
|
+
<window_info id="Structure" order="1" sideWeight="0.5449102" side_tool="true" weight="0.43221477" />
|
895
1058
|
<window_info id="Learn" order="2" weight="0.3295302" />
|
896
1059
|
<window_info id="Designer" order="3" />
|
897
1060
|
<window_info id="Favorites" order="4" side_tool="true" />
|
898
|
-
<window_info anchor="bottom" id="Inspection Results" order="0" sideWeight="0.49932885" weight="0.32907802" />
|
1061
|
+
<window_info anchor="bottom" id="Inspection Results" order="0" sideWeight="0.49932885" visible="true" weight="0.32907802" />
|
899
1062
|
<window_info anchor="bottom" id="Message" order="1" />
|
900
1063
|
<window_info anchor="bottom" id="Find" order="2" weight="0.66950357" />
|
901
|
-
<window_info anchor="bottom" id="Run" order="3" sideWeight="0.
|
902
|
-
<window_info anchor="bottom" x="23" y="198" width="1490" height="427" id="Debug" order="4" sideWeight="0.
|
1064
|
+
<window_info anchor="bottom" id="Run" order="3" sideWeight="0.49328858" visible="true" weight="0.5262411" />
|
1065
|
+
<window_info anchor="bottom" x="23" y="198" width="1490" height="427" id="Debug" order="4" sideWeight="0.49597314" weight="0.6042553" />
|
903
1066
|
<window_info anchor="bottom" id="Cvs" order="5" weight="0.25" />
|
904
1067
|
<window_info anchor="bottom" id="Inspection" order="6" weight="0.4" />
|
905
|
-
<window_info anchor="bottom" id="TODO" order="7" />
|
1068
|
+
<window_info anchor="bottom" id="TODO" order="7" weight="0.32907802" />
|
906
1069
|
<window_info anchor="bottom" id="Database Changes" order="8" show_stripe_button="false" />
|
907
1070
|
<window_info anchor="bottom" id="Terminal" order="9" sideWeight="0.49597314" weight="0.32907802" />
|
908
1071
|
<window_info anchor="bottom" id="Version Control" order="10" sideWeight="0.49731544" weight="0.5262411" />
|
909
|
-
<window_info anchor="bottom" id="Event Log" order="11" sideWeight="0.
|
910
|
-
<window_info anchor="bottom" id="Messages" order="12" sideWeight="0.49932885"
|
1072
|
+
<window_info anchor="bottom" id="Event Log" order="11" sideWeight="0.5067114" side_tool="true" weight="0.5262411" />
|
1073
|
+
<window_info anchor="bottom" id="Messages" order="12" sideWeight="0.49932885" weight="0.32907802" />
|
911
1074
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
912
1075
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
913
1076
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
914
1077
|
<window_info anchor="right" id="Database" order="3" />
|
915
1078
|
<window_info anchor="right" id="Palette	" order="4" />
|
916
1079
|
</layout>
|
917
|
-
<layout-to-restore>
|
918
|
-
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.48414376" visible="true" weight="0.31275168" />
|
919
|
-
<window_info id="Structure" order="1" sideWeight="0.51585627" side_tool="true" weight="0.31275168" />
|
920
|
-
<window_info id="Learn" order="2" />
|
921
|
-
<window_info id="Designer" order="3" />
|
922
|
-
<window_info id="Favorites" order="4" side_tool="true" />
|
923
|
-
<window_info anchor="bottom" id="Message" order="0" />
|
924
|
-
<window_info anchor="bottom" id="Find" order="1" />
|
925
|
-
<window_info anchor="bottom" id="Run" order="2" sideWeight="0.4986577" weight="0.32765958" />
|
926
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
927
|
-
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
928
|
-
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
929
|
-
<window_info anchor="bottom" id="TODO" order="6" />
|
930
|
-
<window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
|
931
|
-
<window_info anchor="bottom" id="Terminal" order="8" sideWeight="0.49932885" weight="0.32907802" />
|
932
|
-
<window_info anchor="bottom" id="Version Control" order="9" sideWeight="0.49731544" visible="true" weight="0.32907802" />
|
933
|
-
<window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.5026846" side_tool="true" visible="true" weight="0.32907802" />
|
934
|
-
<window_info anchor="bottom" id="Messages" order="11" sideWeight="0.49932885" weight="0.32907802" />
|
935
|
-
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
936
|
-
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
937
|
-
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
938
|
-
<window_info anchor="right" id="Database" order="3" />
|
939
|
-
<window_info anchor="right" id="Palette	" order="4" />
|
940
|
-
</layout-to-restore>
|
941
1080
|
</component>
|
942
1081
|
<component name="TypeScriptGeneratedFilesManager">
|
943
1082
|
<option name="version" value="1" />
|
@@ -986,61 +1125,48 @@
|
|
986
1125
|
<MESSAGE value="refactored all cayuga objects into class heirarchy" />
|
987
1126
|
<MESSAGE value="refactor logging into loggable objects, logger and cayuga objects + added logger configuration pending examples" />
|
988
1127
|
<MESSAGE value="completed factory and logger expect for logging creation and release and log configuration" />
|
989
|
-
<
|
1128
|
+
<MESSAGE value="tally methods in class Integer" />
|
1129
|
+
<MESSAGE value="just before decision to have context manager and context in cayuga/module" />
|
1130
|
+
<option name="LAST_COMMIT_MESSAGE" value="just before decision to have context manager and context in cayuga/module" />
|
990
1131
|
</component>
|
991
1132
|
<component name="XDebuggerManager">
|
992
1133
|
<breakpoint-manager>
|
993
1134
|
<breakpoints>
|
994
|
-
<line-breakpoint type="ruby-line">
|
995
|
-
<url>file://$PROJECT_DIR$/out/test/cayuga/logger_spec.rb</url>
|
996
|
-
<line>20</line>
|
997
|
-
<option name="timeStamp" value="46" />
|
998
|
-
</line-breakpoint>
|
999
|
-
<line-breakpoint type="ruby-line">
|
1000
|
-
<url>file://$PROJECT_DIR$/lib/cayuga/tools/loggable.rb</url>
|
1001
|
-
<line>11</line>
|
1002
|
-
<option name="timeStamp" value="94" />
|
1003
|
-
</line-breakpoint>
|
1004
|
-
<line-breakpoint suspend="NONE" type="ruby-line">
|
1005
|
-
<url>file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/semantic_logger-4.3.0/lib/semantic_logger/loggable.rb</url>
|
1006
|
-
<line>34</line>
|
1007
|
-
<option name="timeStamp" value="95" />
|
1008
|
-
</line-breakpoint>
|
1009
1135
|
<line-breakpoint enabled="true" type="ruby-line">
|
1010
|
-
<url>file://$PROJECT_DIR$/spec/
|
1011
|
-
<line>
|
1012
|
-
<option name="timeStamp" value="
|
1013
|
-
</line-breakpoint>
|
1014
|
-
<line-breakpoint enabled="true" type="ruby-line">
|
1015
|
-
<url>file://$PROJECT_DIR$/spec/objects/logging_for_cayuga_objects_spec.rb</url>
|
1016
|
-
<line>45</line>
|
1017
|
-
<option name="timeStamp" value="156" />
|
1136
|
+
<url>file://$PROJECT_DIR$/spec/tools/loggable_object_spec.rb</url>
|
1137
|
+
<line>20</line>
|
1138
|
+
<option name="timeStamp" value="198" />
|
1018
1139
|
</line-breakpoint>
|
1019
1140
|
<line-breakpoint enabled="true" type="ruby-line">
|
1020
|
-
<url>file://$PROJECT_DIR$/
|
1021
|
-
<line>
|
1022
|
-
<option name="timeStamp" value="
|
1141
|
+
<url>file://$PROJECT_DIR$/lib/cayuga/tally/name_tracker.rb</url>
|
1142
|
+
<line>8</line>
|
1143
|
+
<option name="timeStamp" value="209" />
|
1023
1144
|
</line-breakpoint>
|
1024
1145
|
<line-breakpoint enabled="true" type="ruby-line">
|
1025
|
-
<url>file://$PROJECT_DIR$/spec/
|
1026
|
-
<line>
|
1027
|
-
<option name="timeStamp" value="
|
1146
|
+
<url>file://$PROJECT_DIR$/spec/tally/tally_names_spec.rb</url>
|
1147
|
+
<line>111</line>
|
1148
|
+
<option name="timeStamp" value="212" />
|
1028
1149
|
</line-breakpoint>
|
1029
1150
|
<line-breakpoint enabled="true" type="ruby-line">
|
1030
|
-
<url>file://$PROJECT_DIR$/
|
1031
|
-
<line>
|
1032
|
-
<option name="timeStamp" value="
|
1151
|
+
<url>file://$PROJECT_DIR$/lib/cayuga/tally/repository.rb</url>
|
1152
|
+
<line>56</line>
|
1153
|
+
<option name="timeStamp" value="213" />
|
1033
1154
|
</line-breakpoint>
|
1034
1155
|
<line-breakpoint enabled="true" type="ruby-line">
|
1035
|
-
<url>file://$PROJECT_DIR$/lib/cayuga/object/
|
1036
|
-
<line>
|
1037
|
-
<option name="timeStamp" value="
|
1156
|
+
<url>file://$PROJECT_DIR$/lib/cayuga/object/factory.rb</url>
|
1157
|
+
<line>87</line>
|
1158
|
+
<option name="timeStamp" value="214" />
|
1038
1159
|
</line-breakpoint>
|
1039
1160
|
</breakpoints>
|
1040
1161
|
<breakpoints-dialog>
|
1041
1162
|
<breakpoints-dialog />
|
1042
1163
|
</breakpoints-dialog>
|
1043
1164
|
</breakpoint-manager>
|
1165
|
+
<watches-manager>
|
1166
|
+
<configuration name="RSpecRunConfigurationType">
|
1167
|
+
<watch expression="[2]" />
|
1168
|
+
</configuration>
|
1169
|
+
</watches-manager>
|
1044
1170
|
</component>
|
1045
1171
|
<component name="debuggerHistoryManager">
|
1046
1172
|
<expressions id="evaluateCodeFragment">
|
@@ -1110,361 +1236,375 @@ end</expression-string>
|
|
1110
1236
|
</expressions>
|
1111
1237
|
<expressions id="evaluateExpression">
|
1112
1238
|
<expression>
|
1113
|
-
<expression-string>
|
1239
|
+
<expression-string>JSON.parse(File.read(config), symbolize_names: true).deep_freeze</expression-string>
|
1114
1240
|
<language-id>ruby</language-id>
|
1115
1241
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1116
1242
|
</expression>
|
1117
1243
|
<expression>
|
1118
|
-
<expression-string>
|
1244
|
+
<expression-string>JSON.parse(File.read(config), symbolize_names: true).deepfreeze</expression-string>
|
1119
1245
|
<language-id>ruby</language-id>
|
1120
1246
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1121
1247
|
</expression>
|
1122
1248
|
<expression>
|
1123
|
-
<expression-string>
|
1249
|
+
<expression-string>JSON.parse(File.read(config), symbolize_names: true)</expression-string>
|
1124
1250
|
<language-id>ruby</language-id>
|
1125
1251
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1126
1252
|
</expression>
|
1127
1253
|
<expression>
|
1128
|
-
<expression-string>
|
1254
|
+
<expression-string>klass.input_type('000_000')</expression-string>
|
1129
1255
|
<language-id>ruby</language-id>
|
1130
1256
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1131
1257
|
</expression>
|
1132
1258
|
<expression>
|
1133
|
-
<expression-string>
|
1259
|
+
<expression-string>klass::TYPES</expression-string>
|
1134
1260
|
<language-id>ruby</language-id>
|
1135
1261
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1136
1262
|
</expression>
|
1137
1263
|
<expression>
|
1138
|
-
<expression-string>
|
1264
|
+
<expression-string>klass.TYPES</expression-string>
|
1139
1265
|
<language-id>ruby</language-id>
|
1140
1266
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1141
1267
|
</expression>
|
1142
1268
|
<expression>
|
1143
|
-
<expression-string>
|
1269
|
+
<expression-string>klass</expression-string>
|
1144
1270
|
<language-id>ruby</language-id>
|
1145
1271
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1146
1272
|
</expression>
|
1147
1273
|
<expression>
|
1148
|
-
<expression-string>
|
1274
|
+
<expression-string>value + 1</expression-string>
|
1149
1275
|
<language-id>ruby</language-id>
|
1150
1276
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1151
1277
|
</expression>
|
1152
1278
|
<expression>
|
1153
|
-
<expression-string>
|
1279
|
+
<expression-string>value%255</expression-string>
|
1154
1280
|
<language-id>ruby</language-id>
|
1155
1281
|
<evaluation-mode>EXPRESSION</evaluation-mode>
|
1156
1282
|
</expression>
|
1157
1283
|
</expressions>
|
1158
1284
|
</component>
|
1159
1285
|
<component name="editorHistoryManager">
|
1160
|
-
<entry file="file://$
|
1286
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs24/module.rb">
|
1161
1287
|
<provider selected="true" editor-type-id="text-editor">
|
1162
|
-
<state relative-caret-position="
|
1163
|
-
<caret line="8" selection-start-line="8" selection-end-line="8" />
|
1288
|
+
<state relative-caret-position="83">
|
1289
|
+
<caret line="1080" column="8" selection-start-line="1080" selection-start-column="8" selection-end-line="1080" selection-end-column="8" />
|
1164
1290
|
</state>
|
1165
1291
|
</provider>
|
1166
1292
|
</entry>
|
1167
|
-
<entry file="file://$PROJECT_DIR$/spec/
|
1168
|
-
<provider selected="true" editor-type-id="
|
1293
|
+
<entry file="file://$PROJECT_DIR$/spec/tools/loggable_object_spec.rb">
|
1294
|
+
<provider selected="true" editor-type-id="text-editor">
|
1295
|
+
<state relative-caret-position="94">
|
1296
|
+
<caret line="23" column="5" selection-start-line="23" selection-start-column="5" selection-end-line="23" selection-end-column="5" />
|
1297
|
+
</state>
|
1298
|
+
</provider>
|
1169
1299
|
</entry>
|
1170
|
-
<entry file="file://$PROJECT_DIR$/
|
1300
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/logger.rb">
|
1171
1301
|
<provider selected="true" editor-type-id="text-editor">
|
1172
|
-
<state relative-caret-position="
|
1173
|
-
<caret line="
|
1302
|
+
<state relative-caret-position="76">
|
1303
|
+
<caret line="40" selection-start-line="40" selection-end-line="40" />
|
1174
1304
|
</state>
|
1175
1305
|
</provider>
|
1176
1306
|
</entry>
|
1177
|
-
<entry file="file://$PROJECT_DIR
|
1178
|
-
<provider selected="true" editor-type-id="text-editor"
|
1307
|
+
<entry file="file://$PROJECT_DIR$/spec/test/test2018/logging_test.rb">
|
1308
|
+
<provider selected="true" editor-type-id="text-editor">
|
1309
|
+
<state relative-caret-position="187">
|
1310
|
+
<caret line="11" selection-start-line="11" selection-end-line="11" />
|
1311
|
+
</state>
|
1312
|
+
</provider>
|
1179
1313
|
</entry>
|
1180
|
-
<entry file="file
|
1314
|
+
<entry file="file://$PROJECT_DIR$/spec/test/test2018/named_object.rb">
|
1181
1315
|
<provider selected="true" editor-type-id="text-editor">
|
1182
|
-
<state
|
1183
|
-
<caret
|
1316
|
+
<state>
|
1317
|
+
<caret lean-forward="true" />
|
1184
1318
|
</state>
|
1185
1319
|
</provider>
|
1186
1320
|
</entry>
|
1187
|
-
<entry file="file://$PROJECT_DIR
|
1321
|
+
<entry file="file://$PROJECT_DIR$/spec/test/test2018/singleton.rb">
|
1322
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1323
|
+
</entry>
|
1324
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/singleton.rb">
|
1188
1325
|
<provider selected="true" editor-type-id="text-editor">
|
1189
|
-
<state relative-caret-position="
|
1190
|
-
<caret line="
|
1326
|
+
<state relative-caret-position="145">
|
1327
|
+
<caret line="11" lean-forward="true" selection-start-line="11" selection-end-line="11" />
|
1191
1328
|
</state>
|
1192
1329
|
</provider>
|
1193
1330
|
</entry>
|
1194
|
-
<entry file="file
|
1331
|
+
<entry file="file://$PROJECT_DIR$/spec/test/test2018/object.rb">
|
1195
1332
|
<provider selected="true" editor-type-id="text-editor">
|
1196
|
-
<state relative-caret-position="
|
1197
|
-
<caret line="
|
1333
|
+
<state relative-caret-position="119">
|
1334
|
+
<caret line="7" column="3" lean-forward="true" selection-start-line="7" selection-start-column="3" selection-end-line="7" selection-end-column="3" />
|
1198
1335
|
</state>
|
1199
1336
|
</provider>
|
1200
1337
|
</entry>
|
1201
|
-
<entry file="file
|
1338
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/object.rb">
|
1202
1339
|
<provider selected="true" editor-type-id="text-editor">
|
1203
|
-
<state relative-caret-position="
|
1204
|
-
<caret line="
|
1340
|
+
<state relative-caret-position="94">
|
1341
|
+
<caret line="17" column="8" selection-start-line="17" selection-start-column="8" selection-end-line="17" selection-end-column="8" />
|
1205
1342
|
</state>
|
1206
1343
|
</provider>
|
1207
1344
|
</entry>
|
1208
|
-
<entry file="file://$
|
1345
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs24/integer.rb">
|
1209
1346
|
<provider selected="true" editor-type-id="text-editor">
|
1210
|
-
<state relative-caret-position="
|
1211
|
-
<caret line="
|
1347
|
+
<state relative-caret-position="102">
|
1348
|
+
<caret line="239" column="8" selection-start-line="239" selection-start-column="8" selection-end-line="239" selection-end-column="8" />
|
1212
1349
|
</state>
|
1213
1350
|
</provider>
|
1214
1351
|
</entry>
|
1215
|
-
<entry file="file
|
1352
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rake-10.5.0/lib/rake/dsl_definition.rb">
|
1216
1353
|
<provider selected="true" editor-type-id="text-editor" />
|
1217
1354
|
</entry>
|
1218
|
-
<entry file="file://$PROJECT_DIR$/
|
1355
|
+
<entry file="file://$PROJECT_DIR$/spec/test/configuration/test_tallies.json">
|
1219
1356
|
<provider selected="true" editor-type-id="text-editor">
|
1220
|
-
<state relative-caret-position="
|
1221
|
-
<caret line="
|
1357
|
+
<state relative-caret-position="113">
|
1358
|
+
<caret line="132" column="64" selection-start-line="132" selection-start-column="64" selection-end-line="132" selection-end-column="64" />
|
1222
1359
|
</state>
|
1223
1360
|
</provider>
|
1224
1361
|
</entry>
|
1225
|
-
<entry file="file://$PROJECT_DIR
|
1226
|
-
<entry file="file://$PROJECT_DIR$/.rspec_status">
|
1227
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1228
|
-
</entry>
|
1229
|
-
<entry file="file://$PROJECT_DIR$/cayuga.iml">
|
1362
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
1230
1363
|
<provider selected="true" editor-type-id="text-editor" />
|
1231
1364
|
</entry>
|
1232
|
-
<entry file="file://$PROJECT_DIR$/
|
1365
|
+
<entry file="file://$PROJECT_DIR$/spec/objects/constants_spec.rb">
|
1233
1366
|
<provider selected="true" editor-type-id="text-editor">
|
1234
|
-
<state relative-caret-position="
|
1235
|
-
<caret line="
|
1367
|
+
<state relative-caret-position="113">
|
1368
|
+
<caret line="17" column="2" selection-start-line="17" selection-start-column="2" selection-end-line="17" selection-end-column="2" />
|
1236
1369
|
</state>
|
1237
1370
|
</provider>
|
1238
1371
|
</entry>
|
1239
1372
|
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/constants.rb">
|
1240
1373
|
<provider selected="true" editor-type-id="text-editor">
|
1241
|
-
<state relative-caret-position="
|
1242
|
-
<caret line="
|
1374
|
+
<state relative-caret-position="94">
|
1375
|
+
<caret line="22" selection-start-line="22" selection-end-line="22" />
|
1243
1376
|
</state>
|
1244
1377
|
</provider>
|
1245
1378
|
</entry>
|
1246
|
-
<entry file="file://$PROJECT_DIR$/
|
1379
|
+
<entry file="file://$PROJECT_DIR$/spec/test/configuration/cayuga_test_config.json">
|
1247
1380
|
<provider selected="true" editor-type-id="text-editor">
|
1248
|
-
<state relative-caret-position="
|
1249
|
-
<caret line="
|
1381
|
+
<state relative-caret-position="357">
|
1382
|
+
<caret line="21" column="4" lean-forward="true" selection-start-line="21" selection-start-column="4" selection-end-line="21" selection-end-column="4" />
|
1250
1383
|
</state>
|
1251
1384
|
</provider>
|
1252
1385
|
</entry>
|
1253
|
-
<entry file="file
|
1386
|
+
<entry file="file://$APPLICATION_PLUGINS_DIR$/ruby/rubystubs/rubystubs24/array.rb">
|
1254
1387
|
<provider selected="true" editor-type-id="text-editor">
|
1255
|
-
<state relative-caret-position="
|
1256
|
-
<caret line="
|
1388
|
+
<state relative-caret-position="294">
|
1389
|
+
<caret line="1154" column="50" lean-forward="true" selection-start-line="1154" selection-start-column="50" selection-end-line="1154" selection-end-column="50" />
|
1257
1390
|
</state>
|
1258
1391
|
</provider>
|
1259
1392
|
</entry>
|
1260
|
-
<entry file="file
|
1393
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.0/lib/rspec/core/memoized_helpers.rb">
|
1261
1394
|
<provider selected="true" editor-type-id="text-editor">
|
1262
|
-
<state relative-caret-position="
|
1263
|
-
<caret line="
|
1395
|
+
<state relative-caret-position="5049">
|
1396
|
+
<caret line="297" selection-start-line="297" selection-end-line="297" />
|
1264
1397
|
</state>
|
1265
1398
|
</provider>
|
1266
1399
|
</entry>
|
1267
|
-
<entry file="file://$
|
1400
|
+
<entry file="file://$PROJECT_DIR$/spec/tally/representation_spec.rb">
|
1268
1401
|
<provider selected="true" editor-type-id="text-editor">
|
1269
|
-
<state relative-caret-position="
|
1270
|
-
<caret line="
|
1402
|
+
<state relative-caret-position="136">
|
1403
|
+
<caret line="8" column="2" selection-start-line="8" selection-start-column="2" selection-end-line="8" selection-end-column="2" />
|
1271
1404
|
</state>
|
1272
1405
|
</provider>
|
1273
1406
|
</entry>
|
1274
|
-
<entry file="file
|
1407
|
+
<entry file="file://$PROJECT_DIR$/spec/objects/factory_spec.rb">
|
1408
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1409
|
+
</entry>
|
1410
|
+
<entry file="file://$PROJECT_DIR$/out/test/cayuga/tally/repository_spec.rb">
|
1275
1411
|
<provider selected="true" editor-type-id="text-editor">
|
1276
|
-
<state relative-caret-position="
|
1277
|
-
<caret line="
|
1412
|
+
<state relative-caret-position="94">
|
1413
|
+
<caret line="107" column="2" selection-start-line="107" selection-start-column="2" selection-end-line="107" selection-end-column="2" />
|
1278
1414
|
</state>
|
1279
1415
|
</provider>
|
1280
1416
|
</entry>
|
1281
|
-
<entry file="file
|
1417
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tools/integer.rb">
|
1282
1418
|
<provider selected="true" editor-type-id="text-editor">
|
1283
|
-
<state relative-caret-position="
|
1284
|
-
<caret line="
|
1419
|
+
<state relative-caret-position="204">
|
1420
|
+
<caret line="12" selection-start-line="12" selection-end-line="12" />
|
1285
1421
|
</state>
|
1286
1422
|
</provider>
|
1287
1423
|
</entry>
|
1288
|
-
<entry file="file
|
1424
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tally/name_tracker.rb">
|
1289
1425
|
<provider selected="true" editor-type-id="text-editor">
|
1290
|
-
<state relative-caret-position="
|
1291
|
-
<caret line="
|
1426
|
+
<state relative-caret-position="249">
|
1427
|
+
<caret line="29" selection-start-line="29" selection-end-line="29" />
|
1292
1428
|
</state>
|
1293
1429
|
</provider>
|
1294
1430
|
</entry>
|
1295
|
-
<entry file="file
|
1431
|
+
<entry file="file://$PROJECT_DIR$/bin/setup">
|
1296
1432
|
<provider selected="true" editor-type-id="text-editor">
|
1297
|
-
<state relative-caret-position="
|
1298
|
-
<caret line="
|
1433
|
+
<state relative-caret-position="119">
|
1434
|
+
<caret line="7" column="45" selection-start-line="7" selection-start-column="45" selection-end-line="7" selection-end-column="45" />
|
1299
1435
|
</state>
|
1300
1436
|
</provider>
|
1301
1437
|
</entry>
|
1302
|
-
<entry file="file://$PROJECT_DIR$/
|
1438
|
+
<entry file="file://$PROJECT_DIR$/LICENSE">
|
1303
1439
|
<provider selected="true" editor-type-id="text-editor">
|
1304
|
-
<state relative-caret-position="
|
1305
|
-
<caret line="
|
1440
|
+
<state relative-caret-position="148">
|
1441
|
+
<caret line="9" column="10" selection-start-line="9" selection-start-column="10" selection-end-line="9" selection-end-column="10" />
|
1306
1442
|
</state>
|
1307
1443
|
</provider>
|
1308
1444
|
</entry>
|
1309
|
-
<entry file="file://$PROJECT_DIR$/
|
1445
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/named_object.rb">
|
1310
1446
|
<provider selected="true" editor-type-id="text-editor">
|
1311
|
-
<state relative-caret-position="
|
1312
|
-
<caret line="
|
1447
|
+
<state relative-caret-position="157">
|
1448
|
+
<caret line="42" column="9" selection-start-line="42" selection-start-column="9" selection-end-line="42" selection-end-column="9" />
|
1313
1449
|
</state>
|
1314
1450
|
</provider>
|
1315
1451
|
</entry>
|
1316
|
-
<entry file="file://$PROJECT_DIR$/lib/cayuga/
|
1452
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tools/class.rb">
|
1317
1453
|
<provider selected="true" editor-type-id="text-editor">
|
1318
|
-
<state relative-caret-position="
|
1319
|
-
<caret line="9" selection-start-line="
|
1454
|
+
<state relative-caret-position="153">
|
1455
|
+
<caret line="9" selection-start-line="9" selection-end-line="9" />
|
1320
1456
|
</state>
|
1321
1457
|
</provider>
|
1322
1458
|
</entry>
|
1323
|
-
<entry file="file://$PROJECT_DIR$/
|
1459
|
+
<entry file="file://$PROJECT_DIR$/spec/objects/object_spec.rb">
|
1324
1460
|
<provider selected="true" editor-type-id="text-editor">
|
1325
|
-
<state relative-caret-position="
|
1326
|
-
<caret line="
|
1461
|
+
<state relative-caret-position="119">
|
1462
|
+
<caret line="7" selection-start-line="7" selection-end-line="7" />
|
1327
1463
|
</state>
|
1328
1464
|
</provider>
|
1329
1465
|
</entry>
|
1330
|
-
<entry file="file
|
1466
|
+
<entry file="file://$PROJECT_DIR$/spec/tally/tally_names_spec.rb">
|
1331
1467
|
<provider selected="true" editor-type-id="text-editor">
|
1332
|
-
<state relative-caret-position="
|
1333
|
-
<caret line="
|
1468
|
+
<state relative-caret-position="181">
|
1469
|
+
<caret line="99" selection-start-line="99" selection-end-line="99" />
|
1334
1470
|
</state>
|
1335
1471
|
</provider>
|
1336
1472
|
</entry>
|
1337
|
-
<entry file="file://$PROJECT_DIR$/
|
1473
|
+
<entry file="file://$PROJECT_DIR$/spec/tally/respository_spec.rb">
|
1338
1474
|
<provider selected="true" editor-type-id="text-editor">
|
1339
|
-
<state relative-caret-position="
|
1340
|
-
<caret line="
|
1475
|
+
<state relative-caret-position="17">
|
1476
|
+
<caret line="14" selection-start-line="14" selection-end-line="14" />
|
1341
1477
|
</state>
|
1342
1478
|
</provider>
|
1343
1479
|
</entry>
|
1344
|
-
<entry file="file
|
1480
|
+
<entry file="file://$PROJECT_DIR$/spec/objects/logger_spec.rb">
|
1481
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1482
|
+
</entry>
|
1483
|
+
<entry file="file://$PROJECT_DIR$/spec/objects/logging_for_cayuga_objects_spec.rb">
|
1345
1484
|
<provider selected="true" editor-type-id="text-editor">
|
1346
|
-
<state relative-caret-position="
|
1347
|
-
<caret line="
|
1485
|
+
<state relative-caret-position="217">
|
1486
|
+
<caret line="45" selection-start-line="45" selection-end-line="45" />
|
1348
1487
|
</state>
|
1349
1488
|
</provider>
|
1350
1489
|
</entry>
|
1351
|
-
<entry file="file://$PROJECT_DIR$/
|
1490
|
+
<entry file="file://$PROJECT_DIR$/spec/tally/respository_infrastructure_spec.rb">
|
1352
1491
|
<provider selected="true" editor-type-id="text-editor">
|
1353
|
-
<state relative-caret-position="
|
1354
|
-
<caret line="
|
1492
|
+
<state relative-caret-position="43">
|
1493
|
+
<caret line="6" column="2" selection-start-line="6" selection-start-column="2" selection-end-line="6" selection-end-column="2" />
|
1355
1494
|
</state>
|
1356
1495
|
</provider>
|
1357
1496
|
</entry>
|
1358
1497
|
<entry file="file://$PROJECT_DIR$/spec/factory_information_helper.rb">
|
1498
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1499
|
+
</entry>
|
1500
|
+
<entry file="file://$PROJECT_DIR$/spec/tool_information_helper.rb">
|
1501
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1502
|
+
</entry>
|
1503
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tools/loggable.rb">
|
1504
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1505
|
+
</entry>
|
1506
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tally/representation.rb">
|
1359
1507
|
<provider selected="true" editor-type-id="text-editor">
|
1360
|
-
<state relative-caret-position="
|
1361
|
-
<caret line="
|
1508
|
+
<state relative-caret-position="249">
|
1509
|
+
<caret line="23" column="27" selection-start-line="23" selection-start-column="27" selection-end-line="23" selection-end-column="27" />
|
1362
1510
|
</state>
|
1363
1511
|
</provider>
|
1364
1512
|
</entry>
|
1365
|
-
<entry file="file://$PROJECT_DIR$/
|
1513
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tally/repository.rb">
|
1366
1514
|
<provider selected="true" editor-type-id="text-editor">
|
1367
|
-
<state relative-caret-position="
|
1368
|
-
<caret line="
|
1515
|
+
<state relative-caret-position="235">
|
1516
|
+
<caret line="65" column="22" selection-start-line="65" selection-start-column="22" selection-end-line="65" selection-end-column="22" />
|
1369
1517
|
</state>
|
1370
1518
|
</provider>
|
1371
1519
|
</entry>
|
1372
|
-
<entry file="file://$PROJECT_DIR$/spec/
|
1373
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1374
|
-
</entry>
|
1375
|
-
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
1520
|
+
<entry file="file://$PROJECT_DIR$/spec/tally/name_tracker_spec.rb">
|
1376
1521
|
<provider selected="true" editor-type-id="text-editor">
|
1377
|
-
<state relative-caret-position="
|
1378
|
-
<caret line="
|
1522
|
+
<state relative-caret-position="140">
|
1523
|
+
<caret line="18" column="21" selection-start-line="18" selection-start-column="21" selection-end-line="18" selection-end-column="21" />
|
1379
1524
|
</state>
|
1380
1525
|
</provider>
|
1381
1526
|
</entry>
|
1382
|
-
<entry file="file://$PROJECT_DIR$/spec/
|
1383
|
-
<provider selected="true" editor-type-id="LogFileEditorProvider" />
|
1384
|
-
</entry>
|
1385
|
-
<entry file="file://$PROJECT_DIR$/spec/test/logs/cayuga#object#logger.log">
|
1386
|
-
<provider selected="true" editor-type-id="LogFileEditorProvider" />
|
1387
|
-
</entry>
|
1388
|
-
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rspec-support-3.8.0/lib/rspec/support.rb">
|
1527
|
+
<entry file="file://$PROJECT_DIR$/spec/logger_information_helper.rb">
|
1389
1528
|
<provider selected="true" editor-type-id="text-editor">
|
1390
|
-
<state relative-caret-position="
|
1391
|
-
<caret line="
|
1529
|
+
<state relative-caret-position="194">
|
1530
|
+
<caret line="14" selection-start-line="14" selection-end-line="14" />
|
1392
1531
|
</state>
|
1393
1532
|
</provider>
|
1394
1533
|
</entry>
|
1395
|
-
<entry file="file://$PROJECT_DIR$/
|
1396
|
-
<provider selected="true" editor-type-id="LogFileEditorProvider" />
|
1397
|
-
</entry>
|
1398
|
-
<entry file="file://$PROJECT_DIR$/spec/test/test2018/logging_test.rb">
|
1534
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/tally.rb">
|
1399
1535
|
<provider selected="true" editor-type-id="text-editor">
|
1400
|
-
<state relative-caret-position="
|
1401
|
-
<caret line="
|
1536
|
+
<state relative-caret-position="102">
|
1537
|
+
<caret line="6" column="36" selection-start-line="6" selection-start-column="36" selection-end-line="6" selection-end-column="36" />
|
1402
1538
|
</state>
|
1403
1539
|
</provider>
|
1404
1540
|
</entry>
|
1405
|
-
<entry file="file
|
1541
|
+
<entry file="file://$PROJECT_DIR$/spec/tally_information_helper.rb">
|
1406
1542
|
<provider selected="true" editor-type-id="text-editor">
|
1407
|
-
<state relative-caret-position="
|
1408
|
-
<caret line="
|
1543
|
+
<state relative-caret-position="51">
|
1544
|
+
<caret line="3" column="18" lean-forward="true" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
1409
1545
|
</state>
|
1410
1546
|
</provider>
|
1411
1547
|
</entry>
|
1412
|
-
<entry file="file://$PROJECT_DIR$/
|
1548
|
+
<entry file="file://$PROJECT_DIR$/cayuga.gemspec">
|
1413
1549
|
<provider selected="true" editor-type-id="text-editor">
|
1414
|
-
<state relative-caret-position="
|
1415
|
-
<caret line="
|
1550
|
+
<state relative-caret-position="255">
|
1551
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
1416
1552
|
</state>
|
1417
1553
|
</provider>
|
1418
1554
|
</entry>
|
1419
|
-
<entry file="file://$PROJECT_DIR$/
|
1420
|
-
<provider selected="true" editor-type-id="text-editor"
|
1555
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga.rb">
|
1556
|
+
<provider selected="true" editor-type-id="text-editor">
|
1557
|
+
<state relative-caret-position="51">
|
1558
|
+
<caret line="3" column="28" lean-forward="true" selection-start-line="3" selection-start-column="28" selection-end-line="3" selection-end-column="28" />
|
1559
|
+
</state>
|
1560
|
+
</provider>
|
1421
1561
|
</entry>
|
1422
|
-
<entry file="file://$PROJECT_DIR$/
|
1562
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
1423
1563
|
<provider selected="true" editor-type-id="text-editor">
|
1424
|
-
<state relative-caret-position="
|
1425
|
-
<caret line="
|
1564
|
+
<state relative-caret-position="94">
|
1565
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
1426
1566
|
</state>
|
1427
1567
|
</provider>
|
1428
1568
|
</entry>
|
1429
|
-
<entry file="file
|
1569
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/2.4.0/json/common.rb">
|
1430
1570
|
<provider selected="true" editor-type-id="text-editor">
|
1431
|
-
<state relative-caret-position="
|
1432
|
-
<caret line="
|
1571
|
+
<state relative-caret-position="83">
|
1572
|
+
<caret line="155" selection-start-line="155" selection-end-line="155" />
|
1433
1573
|
</state>
|
1434
1574
|
</provider>
|
1435
1575
|
</entry>
|
1436
|
-
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/
|
1576
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ice_nine-0.11.2/lib/ice_nine/core_ext/object.rb">
|
1437
1577
|
<provider selected="true" editor-type-id="text-editor">
|
1438
1578
|
<state relative-caret-position="83">
|
1439
|
-
<caret line="
|
1579
|
+
<caret line="19" selection-start-line="19" selection-end-line="19" />
|
1440
1580
|
</state>
|
1441
1581
|
</provider>
|
1442
1582
|
</entry>
|
1443
|
-
<entry file="file
|
1583
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rspec-core-3.8.0/lib/rspec/core/configuration.rb">
|
1444
1584
|
<provider selected="true" editor-type-id="text-editor">
|
1445
|
-
<state relative-caret-position="
|
1446
|
-
<caret line="
|
1585
|
+
<state relative-caret-position="83">
|
1586
|
+
<caret line="2062" selection-start-line="2062" selection-end-line="2062" />
|
1447
1587
|
</state>
|
1448
1588
|
</provider>
|
1449
1589
|
</entry>
|
1450
|
-
<entry file="file
|
1590
|
+
<entry file="file://C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/rspec-support-3.8.0/lib/rspec/support.rb">
|
1451
1591
|
<provider selected="true" editor-type-id="text-editor">
|
1452
|
-
<state relative-caret-position="
|
1453
|
-
<caret line="
|
1592
|
+
<state relative-caret-position="76">
|
1593
|
+
<caret line="137" selection-start-line="137" selection-end-line="137" />
|
1454
1594
|
</state>
|
1455
1595
|
</provider>
|
1456
1596
|
</entry>
|
1457
|
-
<entry file="file://$PROJECT_DIR$/lib/cayuga/
|
1597
|
+
<entry file="file://$PROJECT_DIR$/lib/cayuga/object/factory.rb">
|
1458
1598
|
<provider selected="true" editor-type-id="text-editor">
|
1459
|
-
<state relative-caret-position="
|
1460
|
-
<caret line="
|
1599
|
+
<state relative-caret-position="162">
|
1600
|
+
<caret line="91" column="64" lean-forward="true" selection-start-line="91" selection-start-column="64" selection-end-line="91" selection-end-column="64" />
|
1461
1601
|
</state>
|
1462
1602
|
</provider>
|
1463
1603
|
</entry>
|
1464
|
-
<entry file="file://$PROJECT_DIR$/spec/
|
1604
|
+
<entry file="file://$PROJECT_DIR$/spec/tools/integer_spec.rb">
|
1465
1605
|
<provider selected="true" editor-type-id="text-editor">
|
1466
|
-
<state relative-caret-position="
|
1467
|
-
<caret line="
|
1606
|
+
<state relative-caret-position="34">
|
1607
|
+
<caret line="2" column="1" lean-forward="true" selection-start-line="2" selection-start-column="1" selection-end-line="2" selection-end-column="1" />
|
1468
1608
|
</state>
|
1469
1609
|
</provider>
|
1470
1610
|
</entry>
|
@@ -1554,6 +1694,17 @@ end</expression-string>
|
|
1554
1694
|
</splitter-proportions>
|
1555
1695
|
</settings>
|
1556
1696
|
</state>
|
1697
|
+
<state key="ScopeChooserConfigurable.UI">
|
1698
|
+
<settings>
|
1699
|
+
<splitter-proportions>
|
1700
|
+
<option name="proportions">
|
1701
|
+
<list>
|
1702
|
+
<option value="0.2" />
|
1703
|
+
</list>
|
1704
|
+
</option>
|
1705
|
+
</splitter-proportions>
|
1706
|
+
</settings>
|
1707
|
+
</state>
|
1557
1708
|
</states>
|
1558
1709
|
</component>
|
1559
1710
|
</project>
|