surikat 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/surikat.iml +7 -2
- data/.idea/workspace.xml +597 -135
- data/README.md +10 -0
- data/bin/console +0 -4
- data/exe/surikat +3 -0
- data/lib/surikat.rb +5 -4
- data/lib/surikat/base_model.rb +0 -2
- data/lib/surikat/templates/base_spec.rb.tmpl +1 -1
- data/lib/surikat/templates/console.tmpl +1 -1
- data/lib/surikat/version.rb +1 -1
- data/surikat.gemspec +10 -0
- metadata +171 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ece53ccac4f047a703b0ece88e5085256835d66c
|
4
|
+
data.tar.gz: fb1405586935ed6bdc2dc8eacceb2e919c3cd79f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 599959a8136c265f358c9f856d07b3cc7043de6ad423bccc8d5625450d60de5a7cea2b058c806c0ba79e143df0bd9016b7901570e01b9c0792a013f83a800fb2
|
7
|
+
data.tar.gz: ab2f7771abeaef70a3cb895c8f306457812acbb58ea02db8c13a2e462b6cce00a459045d01e58c6c8578ab4d2070da78e00a4c06f360112e7a044e82fefb4814
|
data/.idea/surikat.iml
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
<orderEntry type="library" scope="PROVIDED" name="activesupport (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
15
15
|
<orderEntry type="library" scope="PROVIDED" name="arel (v9.0.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
16
16
|
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.16.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
18
18
|
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
19
19
|
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.0.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
20
20
|
<orderEntry type="library" scope="PROVIDED" name="crass (v1.0.4, RVM: ruby-2.4.1) [gem]" level="application" />
|
@@ -29,19 +29,24 @@
|
|
29
29
|
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.11.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
30
30
|
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.8.2, RVM: ruby-2.4.1) [gem]" level="application" />
|
31
31
|
<orderEntry type="library" scope="PROVIDED" name="oj (v3.6.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="passenger (v5.3.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="polyamorous (v1.3.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
32
34
|
<orderEntry type="library" scope="PROVIDED" name="pry (v0.11.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
33
35
|
<orderEntry type="library" scope="PROVIDED" name="rack (v2.0.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="rack-app (v7.5.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
34
37
|
<orderEntry type="library" scope="PROVIDED" name="rack-test (v1.0.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
35
38
|
<orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.0.3, RVM: ruby-2.4.1) [gem]" level="application" />
|
36
39
|
<orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.0.4, RVM: ruby-2.4.1) [gem]" level="application" />
|
37
40
|
<orderEntry type="library" scope="PROVIDED" name="railties (v5.2.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
38
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="ransack (v1.8.8, RVM: ruby-2.4.1) [gem]" level="application" />
|
39
43
|
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
40
44
|
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.7.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
41
45
|
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
42
46
|
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.7.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
43
47
|
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.7.1, RVM: ruby-2.4.1) [gem]" level="application" />
|
44
48
|
<orderEntry type="library" scope="PROVIDED" name="slop (v3.6.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
49
|
+
<orderEntry type="library" scope="PROVIDED" name="sqlite3 (v1.3.13, RVM: ruby-2.4.1) [gem]" level="application" />
|
45
50
|
<orderEntry type="library" scope="PROVIDED" name="standalone_migrations (v5.2.5, RVM: ruby-2.4.1) [gem]" level="application" />
|
46
51
|
<orderEntry type="library" scope="PROVIDED" name="thor (v0.20.0, RVM: ruby-2.4.1) [gem]" level="application" />
|
47
52
|
<orderEntry type="library" scope="PROVIDED" name="thread_safe (v0.3.6, RVM: ruby-2.4.1) [gem]" level="application" />
|
data/.idea/workspace.xml
CHANGED
@@ -2,8 +2,15 @@
|
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
4
|
<list default="true" id="66400b9f-bfb7-48ab-a1ab-331b1d21e8c6" name="Default" comment="">
|
5
|
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
6
|
+
<change beforePath="$PROJECT_DIR$/bin/console" beforeDir="false" afterPath="$PROJECT_DIR$/bin/console" afterDir="false" />
|
7
|
+
<change beforePath="$PROJECT_DIR$/exe/surikat" beforeDir="false" afterPath="$PROJECT_DIR$/exe/surikat" afterDir="false" />
|
8
|
+
<change beforePath="$PROJECT_DIR$/lib/surikat.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/surikat.rb" afterDir="false" />
|
9
|
+
<change beforePath="$PROJECT_DIR$/lib/surikat/base_model.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/surikat/base_model.rb" afterDir="false" />
|
10
|
+
<change beforePath="$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl" beforeDir="false" afterPath="$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl" afterDir="false" />
|
11
|
+
<change beforePath="$PROJECT_DIR$/lib/surikat/templates/console.tmpl" beforeDir="false" afterPath="$PROJECT_DIR$/lib/surikat/templates/console.tmpl" afterDir="false" />
|
5
12
|
<change beforePath="$PROJECT_DIR$/lib/surikat/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/surikat/version.rb" afterDir="false" />
|
6
|
-
<change beforePath="$PROJECT_DIR$/surikat.
|
13
|
+
<change beforePath="$PROJECT_DIR$/surikat-0.2.2.gem" beforeDir="false" afterPath="$PROJECT_DIR$/surikat-0.2.2.gem" afterDir="false" />
|
7
14
|
</list>
|
8
15
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
9
16
|
<option name="TRACKING_ENABLED" value="true" />
|
@@ -27,8 +34,8 @@
|
|
27
34
|
<entry file="file://$PROJECT_DIR$/README.md">
|
28
35
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
29
36
|
<state split_layout="SPLIT">
|
30
|
-
<first_editor relative-caret-position="
|
31
|
-
<caret line="
|
37
|
+
<first_editor relative-caret-position="532">
|
38
|
+
<caret line="384" column="10" selection-start-line="384" selection-start-column="10" selection-end-line="384" selection-end-column="10" />
|
32
39
|
</first_editor>
|
33
40
|
<second_editor />
|
34
41
|
</state>
|
@@ -47,8 +54,8 @@
|
|
47
54
|
<file leaf-file-name="surikat.gemspec" pinned="false" current-in-tab="false">
|
48
55
|
<entry file="file://$PROJECT_DIR$/surikat.gemspec">
|
49
56
|
<provider selected="true" editor-type-id="text-editor">
|
50
|
-
<state relative-caret-position="
|
51
|
-
<caret line="
|
57
|
+
<state relative-caret-position="833">
|
58
|
+
<caret line="54" column="50" selection-start-line="54" selection-start-column="50" selection-end-line="54" selection-end-column="50" />
|
52
59
|
</state>
|
53
60
|
</provider>
|
54
61
|
</entry>
|
@@ -65,12 +72,17 @@
|
|
65
72
|
<file leaf-file-name="surikat.rb" pinned="false" current-in-tab="false">
|
66
73
|
<entry file="file://$PROJECT_DIR$/lib/surikat.rb">
|
67
74
|
<provider selected="true" editor-type-id="text-editor">
|
68
|
-
<state relative-caret-position="
|
69
|
-
<caret line="
|
75
|
+
<state relative-caret-position="51">
|
76
|
+
<caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
70
77
|
</state>
|
71
78
|
</provider>
|
72
79
|
</entry>
|
73
80
|
</file>
|
81
|
+
<file leaf-file-name="base_model.rb" pinned="false" current-in-tab="false">
|
82
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/base_model.rb">
|
83
|
+
<provider selected="true" editor-type-id="text-editor" />
|
84
|
+
</entry>
|
85
|
+
</file>
|
74
86
|
</leaf>
|
75
87
|
</component>
|
76
88
|
<component name="FileTemplateManagerImpl">
|
@@ -82,11 +94,6 @@
|
|
82
94
|
</component>
|
83
95
|
<component name="FindInProjectRecents">
|
84
96
|
<findStrings>
|
85
|
-
<find>surikat_sess</find>
|
86
|
-
<find>@@opt</find>
|
87
|
-
<find>base_que</find>
|
88
|
-
<find>BaseType</find>
|
89
|
-
<find>session_manag</find>
|
90
97
|
<find>database.</find>
|
91
98
|
<find>yaml_config</find>
|
92
99
|
<find>.config</find>
|
@@ -112,6 +119,11 @@
|
|
112
119
|
<find>ARGUMENTS:</find>
|
113
120
|
<find>Redis.n</find>
|
114
121
|
<find>TODO</find>
|
122
|
+
<find>require 'ac</find>
|
123
|
+
<find>active_reco</find>
|
124
|
+
<find>puts 71</find>
|
125
|
+
<find>puts 'eee</find>
|
126
|
+
<find>Author</find>
|
115
127
|
</findStrings>
|
116
128
|
<replaceStrings>
|
117
129
|
<replace>@@routes</replace>
|
@@ -141,14 +153,12 @@
|
|
141
153
|
<option value="$PROJECT_DIR$/lib/surikat/templates/.rspec.tmpl" />
|
142
154
|
<option value="$PROJECT_DIR$/lib/surikat/templates/spec_helper.rb.tmpl" />
|
143
155
|
<option value="$PROJECT_DIR$/lib/surikat/templates/Gemfile.tmpl" />
|
144
|
-
<option value="$PROJECT_DIR$/bin/console" />
|
145
156
|
<option value="$PROJECT_DIR$/lib/surikat/templates/base_aaa_model.rb" />
|
146
157
|
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa.yml.tmpl" />
|
147
158
|
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa.rb.tmpl" />
|
148
159
|
<option value="$PROJECT_DIR$/lib/surikat_session.rb" />
|
149
160
|
<option value="$PROJECT_DIR$/lib/surikat/base_query.rb" />
|
150
161
|
<option value="$PROJECT_DIR$/lib/surikat/base_queries.rb" />
|
151
|
-
<option value="$PROJECT_DIR$/lib/surikat/base_model.rb" />
|
152
162
|
<option value="$PROJECT_DIR$/lib/surikat/configurations.rb" />
|
153
163
|
<option value="$PROJECT_DIR$/lib/surikat/routes.rb" />
|
154
164
|
<option value="$PROJECT_DIR$/lib/surikat/types.rb" />
|
@@ -157,7 +167,6 @@
|
|
157
167
|
<option value="$PROJECT_DIR$/lib/surikat/templates/aaa_spec.rb.tmpl" />
|
158
168
|
<option value="$PROJECT_DIR$/lib/surikat/templates/base_aaa_model.rb.tmpl" />
|
159
169
|
<option value="$PROJECT_DIR$/lib/surikat/templates/base_model.rb.tmpl" />
|
160
|
-
<option value="$PROJECT_DIR$/lib/surikat/templates/console.tmpl" />
|
161
170
|
<option value="$PROJECT_DIR$/lib/surikat/templates/hello_queries.rb.tmpl" />
|
162
171
|
<option value="$PROJECT_DIR$/lib/surikat/templates/hello_spec.rb.tmpl" />
|
163
172
|
<option value="$PROJECT_DIR$/lib/surikat/templates/routes.yml.tmpl" />
|
@@ -167,16 +176,19 @@
|
|
167
176
|
<option value="$PROJECT_DIR$/lib/surikat/scaffold.rb" />
|
168
177
|
<option value="$PROJECT_DIR$/lib/surikat/new_app.rb" />
|
169
178
|
<option value="$PROJECT_DIR$/lib/surikat/templates/test_helper.rb.tmpl" />
|
170
|
-
<option value="$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl" />
|
171
179
|
<option value="$PROJECT_DIR$/lib/surikat/templates/crud_queries.rb.tmpl" />
|
172
|
-
<option value="$PROJECT_DIR$/exe/surikat" />
|
173
|
-
<option value="$PROJECT_DIR$/lib/surikat.rb" />
|
174
180
|
<option value="$PROJECT_DIR$/lib/surikat/templates/database.yml.tmpl" />
|
175
181
|
<option value="$PROJECT_DIR$/lib/surikat/templates/config.ru.tmpl" />
|
176
182
|
<option value="$PROJECT_DIR$/TODO" />
|
177
|
-
<option value="$PROJECT_DIR$/README.md" />
|
178
183
|
<option value="$PROJECT_DIR$/.gitignore" />
|
184
|
+
<option value="$PROJECT_DIR$/README.md" />
|
179
185
|
<option value="$PROJECT_DIR$/surikat.gemspec" />
|
186
|
+
<option value="$PROJECT_DIR$/bin/console" />
|
187
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/console.tmpl" />
|
188
|
+
<option value="$PROJECT_DIR$/exe/surikat" />
|
189
|
+
<option value="$PROJECT_DIR$/lib/surikat.rb" />
|
190
|
+
<option value="$PROJECT_DIR$/lib/surikat/base_model.rb" />
|
191
|
+
<option value="$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl" />
|
180
192
|
<option value="$PROJECT_DIR$/lib/surikat/version.rb" />
|
181
193
|
</list>
|
182
194
|
</option>
|
@@ -231,6 +243,18 @@
|
|
231
243
|
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
232
244
|
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
233
245
|
</path>
|
246
|
+
<path>
|
247
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
248
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
249
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
250
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
251
|
+
<item name="templates" type="462c0819:PsiDirectoryNode" />
|
252
|
+
</path>
|
253
|
+
<path>
|
254
|
+
<item name="surikat" type="b2602c69:ProjectViewProjectNode" />
|
255
|
+
<item name="surikat" type="462c0819:PsiDirectoryNode" />
|
256
|
+
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
257
|
+
</path>
|
234
258
|
</expand>
|
235
259
|
<select />
|
236
260
|
</subPane>
|
@@ -240,11 +264,11 @@
|
|
240
264
|
</component>
|
241
265
|
<component name="PropertiesComponent">
|
242
266
|
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
243
|
-
<property name="SearchEverywhereHistoryKey" value="
|
267
|
+
<property name="SearchEverywhereHistoryKey" value="diagram	ACTION	ShowUmlDiagram highlight	ACTION	HighlightUsagesInFile list	null	null list_ty	FILE	file:///Users/alxx/.rvm/gems/ruby-2.4.1/gems/graphql-1.7.7/lib/graphql/list_type.rb generate_t	null	null generate_aaa	null	null exempl	null	null scaf	FILE	file:///Users/alxx/Projects/surikat/lib/surikat/scaffold.rb new_a	FILE	file:///Users/alxx/Projects/surikat/lib/surikat/new_app.rb scaff	FILE	file:///Users/alxx/Projects/surikat/lib/surikat/scaffold.rb" />
|
244
268
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
245
269
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="/usr/local/bin/node" />
|
246
270
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
247
|
-
<property name="settings.editor.selected.configurable" value="preferences.
|
271
|
+
<property name="settings.editor.selected.configurable" value="editor.preferences.completion" />
|
248
272
|
</component>
|
249
273
|
<component name="RecentsManager">
|
250
274
|
<key name="MoveFile.RECENT_KEYS">
|
@@ -280,7 +304,7 @@
|
|
280
304
|
<workItem from="1526473553950" duration="20600000" />
|
281
305
|
<workItem from="1527061061177" duration="45000" />
|
282
306
|
<workItem from="1527080050867" duration="68864000" />
|
283
|
-
<workItem from="1527681663233" duration="
|
307
|
+
<workItem from="1527681663233" duration="13661000" />
|
284
308
|
</task>
|
285
309
|
<task id="LOCAL-00001" summary="no gem">
|
286
310
|
<created>1527697580402</created>
|
@@ -317,11 +341,32 @@
|
|
317
341
|
<option name="project" value="LOCAL" />
|
318
342
|
<updated>1527702530762</updated>
|
319
343
|
</task>
|
320
|
-
<
|
344
|
+
<task id="LOCAL-00006" summary="runtime deps">
|
345
|
+
<created>1527703230624</created>
|
346
|
+
<option name="number" value="00006" />
|
347
|
+
<option name="presentableId" value="LOCAL-00006" />
|
348
|
+
<option name="project" value="LOCAL" />
|
349
|
+
<updated>1527703230624</updated>
|
350
|
+
</task>
|
351
|
+
<task id="LOCAL-00007" summary="runtime deps">
|
352
|
+
<created>1527703598727</created>
|
353
|
+
<option name="number" value="00007" />
|
354
|
+
<option name="presentableId" value="LOCAL-00007" />
|
355
|
+
<option name="project" value="LOCAL" />
|
356
|
+
<updated>1527703598727</updated>
|
357
|
+
</task>
|
358
|
+
<task id="LOCAL-00008" summary="fixed issues with fresh project">
|
359
|
+
<created>1527705324011</created>
|
360
|
+
<option name="number" value="00008" />
|
361
|
+
<option name="presentableId" value="LOCAL-00008" />
|
362
|
+
<option name="project" value="LOCAL" />
|
363
|
+
<updated>1527705324011</updated>
|
364
|
+
</task>
|
365
|
+
<option name="localTasksCounter" value="9" />
|
321
366
|
<servers />
|
322
367
|
</component>
|
323
368
|
<component name="TimeTrackingManager">
|
324
|
-
<option name="totallyTimeSpent" value="
|
369
|
+
<option name="totallyTimeSpent" value="126617000" />
|
325
370
|
</component>
|
326
371
|
<component name="TodoView">
|
327
372
|
<todo-panel id="selected-file">
|
@@ -369,7 +414,9 @@
|
|
369
414
|
<MESSAGE value="added surikat png" />
|
370
415
|
<MESSAGE value="added .gem file" />
|
371
416
|
<MESSAGE value="fixed .gemspec" />
|
372
|
-
<
|
417
|
+
<MESSAGE value="runtime deps" />
|
418
|
+
<MESSAGE value="fixed issues with fresh project" />
|
419
|
+
<option name="LAST_COMMIT_MESSAGE" value="fixed issues with fresh project" />
|
373
420
|
</component>
|
374
421
|
<component name="XDebuggerManager">
|
375
422
|
<breakpoint-manager>
|
@@ -400,23 +447,9 @@
|
|
400
447
|
</provider>
|
401
448
|
</entry>
|
402
449
|
<entry file="file://$PROJECT_DIR$/lib/surikat/main.rb" />
|
403
|
-
<entry file="file://$PROJECT_DIR$/bin/console">
|
404
|
-
<provider selected="true" editor-type-id="text-editor">
|
405
|
-
<state relative-caret-position="68">
|
406
|
-
<caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
|
407
|
-
</state>
|
408
|
-
</provider>
|
409
|
-
</entry>
|
410
450
|
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/aaa.yml.tmpl" />
|
411
451
|
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/aaa.rb.tmpl" />
|
412
452
|
<entry file="file://$PROJECT_DIR$/lib/surikat_session.rb" />
|
413
|
-
<entry file="file://$PROJECT_DIR$/lib/surikat/base_queries.rb">
|
414
|
-
<provider selected="true" editor-type-id="text-editor">
|
415
|
-
<state relative-caret-position="119">
|
416
|
-
<caret line="7" column="24" selection-start-line="7" selection-start-column="24" selection-end-line="7" selection-end-column="24" />
|
417
|
-
</state>
|
418
|
-
</provider>
|
419
|
-
</entry>
|
420
453
|
<entry file="file://$PROJECT_DIR$/lib/surikat/base_type.rb">
|
421
454
|
<provider selected="true" editor-type-id="text-editor">
|
422
455
|
<state relative-caret-position="34">
|
@@ -431,13 +464,6 @@
|
|
431
464
|
</state>
|
432
465
|
</provider>
|
433
466
|
</entry>
|
434
|
-
<entry file="file://$PROJECT_DIR$/lib/surikat/base_model.rb">
|
435
|
-
<provider selected="true" editor-type-id="text-editor">
|
436
|
-
<state relative-caret-position="119">
|
437
|
-
<caret line="7" column="38" selection-start-line="7" selection-start-column="38" selection-end-line="7" selection-end-column="38" />
|
438
|
-
</state>
|
439
|
-
</provider>
|
440
|
-
</entry>
|
441
467
|
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/routes.json.tmpl" />
|
442
468
|
<entry file="file://$PROJECT_DIR$/lib/surikat/routes.rb">
|
443
469
|
<provider selected="true" editor-type-id="text-editor">
|
@@ -481,13 +507,6 @@
|
|
481
507
|
</state>
|
482
508
|
</provider>
|
483
509
|
</entry>
|
484
|
-
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/console.tmpl">
|
485
|
-
<provider selected="true" editor-type-id="text-editor">
|
486
|
-
<state relative-caret-position="221">
|
487
|
-
<caret line="13" column="19" lean-forward="true" selection-start-line="13" selection-start-column="19" selection-end-line="13" selection-end-column="19" />
|
488
|
-
</state>
|
489
|
-
</provider>
|
490
|
-
</entry>
|
491
510
|
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/Gemfile.tmpl">
|
492
511
|
<provider selected="true" editor-type-id="text-editor">
|
493
512
|
<state relative-caret-position="510">
|
@@ -578,64 +597,6 @@
|
|
578
597
|
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.4.1/gems/graphql-1.7.7/lib/graphql/list_type.rb">
|
579
598
|
<provider selected="true" editor-type-id="text-editor" />
|
580
599
|
</entry>
|
581
|
-
<entry file="uml://GemDependency/#surikat">
|
582
|
-
<provider selected="true" editor-type-id="UmlEditorProvider">
|
583
|
-
<state>
|
584
|
-
<ID>GemDependency</ID>
|
585
|
-
<OriginalElement>#surikat</OriginalElement>
|
586
|
-
<nodes>
|
587
|
-
<node x="" y="">rspec-expectations</node>
|
588
|
-
<node x="" y="">diff-lcs</node>
|
589
|
-
<node x="" y="">rake</node>
|
590
|
-
<node x="" y="">rails-html-sanitizer</node>
|
591
|
-
<node x="" y="">ransack</node>
|
592
|
-
<node x="" y="">slop</node>
|
593
|
-
<node x="" y="">tzinfo</node>
|
594
|
-
<node x="" y="">loofah</node>
|
595
|
-
<node x="" y="">i18n</node>
|
596
|
-
<node x="" y="">arel</node>
|
597
|
-
<node x="" y="">mini_portile2</node>
|
598
|
-
<node x="" y="">rspec-support</node>
|
599
|
-
<node x="" y="">coderay</node>
|
600
|
-
<node x="" y="">bundler</node>
|
601
|
-
<node x="" y="">nokogiri</node>
|
602
|
-
<node x="" y="">rspec-mocks</node>
|
603
|
-
<node x="" y="">rack</node>
|
604
|
-
<node x="" y="">crass</node>
|
605
|
-
<node x="" y="">builder</node>
|
606
|
-
<node x="" y="">standalone_migrations</node>
|
607
|
-
<node x="" y="">graphql</node>
|
608
|
-
<node x="" y="">activemodel</node>
|
609
|
-
<node x="" y="">concurrent-ruby</node>
|
610
|
-
<node x="" y="">rspec-core</node>
|
611
|
-
<node x="" y="">rails-dom-testing</node>
|
612
|
-
<node x="" y="">#surikat</node>
|
613
|
-
<node x="" y="">pry</node>
|
614
|
-
<node x="" y="">thor</node>
|
615
|
-
<node x="" y="">polyamorous</node>
|
616
|
-
<node x="" y="">thread_safe</node>
|
617
|
-
<node x="" y="">rack-test</node>
|
618
|
-
<node x="" y="">graphql-libgraphqlparser</node>
|
619
|
-
<node x="" y="">activesupport</node>
|
620
|
-
<node x="" y="">railties</node>
|
621
|
-
<node x="" y="">actionpack</node>
|
622
|
-
<node x="" y="">erubi</node>
|
623
|
-
<node x="" y="">minitest</node>
|
624
|
-
<node x="" y="">activerecord</node>
|
625
|
-
<node x="" y="">actionview</node>
|
626
|
-
<node x="" y="">oj</node>
|
627
|
-
<node x="" y="">method_source</node>
|
628
|
-
<node x="" y="">rspec</node>
|
629
|
-
</nodes>
|
630
|
-
<notes />
|
631
|
-
<edges />
|
632
|
-
<settings layout="Hierarchic Group" zoom="0.9980380842469705" x="1123.0" y="366.0" />
|
633
|
-
<SelectedNodes />
|
634
|
-
<Categories />
|
635
|
-
<SCOPE>All</SCOPE>
|
636
|
-
</state>
|
637
|
-
</provider>
|
638
|
-
</entry>
|
639
600
|
<entry file="file://$PROJECT_DIR$/Gemfile">
|
640
601
|
<provider selected="true" editor-type-id="text-editor" />
|
641
602
|
</entry>
|
@@ -653,13 +614,6 @@
|
|
653
614
|
</state>
|
654
615
|
</provider>
|
655
616
|
</entry>
|
656
|
-
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl">
|
657
|
-
<provider selected="true" editor-type-id="text-editor">
|
658
|
-
<state relative-caret-position="372">
|
659
|
-
<caret line="45" column="41" selection-start-line="45" selection-start-column="41" selection-end-line="45" selection-end-column="41" />
|
660
|
-
</state>
|
661
|
-
</provider>
|
662
|
-
</entry>
|
663
617
|
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/crud_queries.rb.tmpl">
|
664
618
|
<provider selected="true" editor-type-id="text-editor">
|
665
619
|
<state relative-caret-position="945">
|
@@ -674,13 +628,6 @@
|
|
674
628
|
</state>
|
675
629
|
</provider>
|
676
630
|
</entry>
|
677
|
-
<entry file="file://$PROJECT_DIR$/exe/surikat">
|
678
|
-
<provider selected="true" editor-type-id="text-editor">
|
679
|
-
<state relative-caret-position="791">
|
680
|
-
<caret line="149" column="28" selection-start-line="149" selection-start-column="28" selection-end-line="149" selection-end-column="28" />
|
681
|
-
</state>
|
682
|
-
</provider>
|
683
|
-
</entry>
|
684
631
|
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/database.yml.tmpl">
|
685
632
|
<provider selected="true" editor-type-id="text-editor">
|
686
633
|
<state relative-caret-position="425">
|
@@ -702,34 +649,549 @@
|
|
702
649
|
</state>
|
703
650
|
</provider>
|
704
651
|
</entry>
|
705
|
-
<entry file="file://$PROJECT_DIR
|
652
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
706
653
|
<provider selected="true" editor-type-id="text-editor">
|
707
|
-
<state relative-caret-position="
|
708
|
-
<caret line="
|
654
|
+
<state relative-caret-position="255">
|
655
|
+
<caret line="15" selection-start-line="15" selection-end-line="15" />
|
709
656
|
</state>
|
710
657
|
</provider>
|
711
658
|
</entry>
|
712
659
|
<entry file="file://$PROJECT_DIR$/README.md">
|
713
660
|
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
714
661
|
<state split_layout="SPLIT">
|
715
|
-
<first_editor relative-caret-position="
|
716
|
-
<caret line="
|
662
|
+
<first_editor relative-caret-position="532">
|
663
|
+
<caret line="384" column="10" selection-start-line="384" selection-start-column="10" selection-end-line="384" selection-end-column="10" />
|
717
664
|
</first_editor>
|
718
665
|
<second_editor />
|
719
666
|
</state>
|
720
667
|
</provider>
|
721
668
|
</entry>
|
722
|
-
<entry file="file://$PROJECT_DIR
|
669
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/base_queries.rb">
|
723
670
|
<provider selected="true" editor-type-id="text-editor">
|
724
|
-
<state relative-caret-position="
|
725
|
-
<caret line="
|
671
|
+
<state relative-caret-position="119">
|
672
|
+
<caret line="7" column="24" selection-start-line="7" selection-start-column="24" selection-end-line="7" selection-end-column="24" />
|
673
|
+
</state>
|
674
|
+
</provider>
|
675
|
+
</entry>
|
676
|
+
<entry file="uml://GemDependency/#surikat">
|
677
|
+
<provider selected="true" editor-type-id="UmlEditorProvider">
|
678
|
+
<state>
|
679
|
+
<ID>GemDependency</ID>
|
680
|
+
<OriginalElement>#surikat</OriginalElement>
|
681
|
+
<nodes>
|
682
|
+
<node x="1325.9408529234474" y="544.0">rspec-expectations</node>
|
683
|
+
<node x="1246.8464888487038" y="455.0">diff-lcs</node>
|
684
|
+
<node x="182.0" y="455.0">rake</node>
|
685
|
+
<node x="474.81460216998175" y="277.0">rails-html-sanitizer</node>
|
686
|
+
<node x="1055.0268836648577" y="633.0">ransack</node>
|
687
|
+
<node x="736.9637884267624" y="544.0">slop</node>
|
688
|
+
<node x="845.3387884267624" y="79.0">tzinfo</node>
|
689
|
+
<node x="434.83878842676233" y="158.0">loofah</node>
|
690
|
+
<node x="1155.4408529234474" y="79.0">i18n</node>
|
691
|
+
<node x="1002.9922995780587" y="366.0">arel</node>
|
692
|
+
<node x="700.3387884267624" y="0.0">mini_portile2</node>
|
693
|
+
<node x="1398.2631555153703" y="455.0">rspec-support</node>
|
694
|
+
<node x="602.4637884267624" y="544.0">coderay</node>
|
695
|
+
<node x="1207.9408529234474" y="544.0">rspec-mocks</node>
|
696
|
+
<node x="715.3387884267624" y="79.0">nokogiri</node>
|
697
|
+
<node x="0.0" y="633.0">bundler</node>
|
698
|
+
<node x="95.75" y="277.0">rack</node>
|
699
|
+
<node x="113.5" y="544.0">passenger</node>
|
700
|
+
<node x="420.83878842676233" y="79.0">crass</node>
|
701
|
+
<node x="729.8146021699818" y="277.0">builder</node>
|
702
|
+
<node x="282.81460216998187" y="633.0">standalone_migrations</node>
|
703
|
+
<node x="1605.607519590114" y="544.0">graphql</node>
|
704
|
+
<node x="1257.2312688366485" y="633.0">sqlite3</node>
|
705
|
+
<node x="1020.4922995780587" y="277.0">activemodel</node>
|
706
|
+
<node x="1042.5471217600957" y="0.0">concurrent-ruby</node>
|
707
|
+
<node x="1485.9408529234474" y="544.0">rspec-core</node>
|
708
|
+
<node x="823.8146021699818" y="277.0">rails-dom-testing</node>
|
709
|
+
<node x="479.31460216998187" y="742.0">#surikat</node>
|
710
|
+
<node x="692.6304550934292" y="633.0">pry</node>
|
711
|
+
<node x="258.0" y="455.0">thor</node>
|
712
|
+
<node x="1077.9408529234474" y="544.0">polyamorous</node>
|
713
|
+
<node x="830.3387884267624" y="0.0">thread_safe</node>
|
714
|
+
<node x="1554.607519590114" y="633.0">graphql-libgraphqlparser</node>
|
715
|
+
<node x="374.8979355033151" y="366.0">rack-test</node>
|
716
|
+
<node x="949.7741862567807" y="158.0">activesupport</node>
|
717
|
+
<node x="273.25000000000006" y="544.0">railties</node>
|
718
|
+
<node x="647.8146021699818" y="277.0">erubi</node>
|
719
|
+
<node x="933.3387884267624" y="79.0">minitest</node>
|
720
|
+
<node x="552.2214888487038" y="455.0">actionpack</node>
|
721
|
+
<node x="980.9089662447254" y="455.0">activerecord</node>
|
722
|
+
<node x="632.8146021699819" y="366.0">actionview</node>
|
723
|
+
<node x="460.81460216998187" y="633.0">oj</node>
|
724
|
+
<node x="422.2214888487038" y="455.0">method_source</node>
|
725
|
+
<node x="44.5" y="366.0">rack-app</node>
|
726
|
+
<node x="1373.2137884267624" y="633.0">rspec</node>
|
727
|
+
</nodes>
|
728
|
+
<notes />
|
729
|
+
<edges>
|
730
|
+
<edge source="actionpack" target="rails-html-sanitizer">
|
731
|
+
<point x="-7.6666666666667425" y="-14.5" />
|
732
|
+
<point x="590.554822182037" y="415.0" />
|
733
|
+
<point x="512.8146021699818" y="415.0" />
|
734
|
+
<point x="-38.0" y="14.5" />
|
735
|
+
</edge>
|
736
|
+
<edge source="standalone_migrations" target="rake">
|
737
|
+
<point x="-52.66666666666674" y="-14.5" />
|
738
|
+
<point x="309.1479355033151" y="613.0" />
|
739
|
+
<point x="210.0" y="613.0" />
|
740
|
+
<point x="0.0" y="14.5" />
|
741
|
+
</edge>
|
742
|
+
<edge source="ransack" target="i18n">
|
743
|
+
<point x="29.600000000000023" y="-14.5" />
|
744
|
+
<point x="1121.6268836648576" y="613.0" />
|
745
|
+
<point x="1197.4408529234474" y="613.0" />
|
746
|
+
<point x="14.0" y="14.5" />
|
747
|
+
</edge>
|
748
|
+
<edge source="rails-dom-testing" target="activesupport">
|
749
|
+
<point x="33.5" y="-14.5" />
|
750
|
+
<point x="924.3146021699818" y="237.0" />
|
751
|
+
<point x="989.059900542495" y="237.0" />
|
752
|
+
<point x="-15.714285714285666" y="14.5" />
|
753
|
+
</edge>
|
754
|
+
<edge source="#surikat" target="bundler">
|
755
|
+
<point x="-33.299999999999955" y="-14.5" />
|
756
|
+
<point x="483.0146021699819" y="722.0" />
|
757
|
+
<point x="37.0" y="722.0" />
|
758
|
+
<point x="0.0" y="14.5" />
|
759
|
+
</edge>
|
760
|
+
<edge source="rack-test" target="rack">
|
761
|
+
<point x="0.0" y="-14.5" />
|
762
|
+
<point x="417.8979355033151" y="336.0" />
|
763
|
+
<point x="130.75" y="336.0" />
|
764
|
+
<point x="7.0" y="14.5" />
|
765
|
+
</edge>
|
766
|
+
<edge source="passenger" target="rack">
|
767
|
+
<point x="-21.5" y="-14.5" />
|
768
|
+
<point x="135.0" y="346.0" />
|
769
|
+
<point x="116.75" y="346.0" />
|
770
|
+
<point x="-7.0" y="14.5" />
|
771
|
+
</edge>
|
772
|
+
<edge source="activerecord" target="arel">
|
773
|
+
<point x="0.0" y="-14.5" />
|
774
|
+
<point x="1032.9089662447254" y="435.0" />
|
775
|
+
<point x="1030.9922995780587" y="435.0" />
|
776
|
+
<point x="0.0" y="14.5" />
|
777
|
+
</edge>
|
778
|
+
<edge source="#surikat" target="standalone_migrations">
|
779
|
+
<point x="-11.099999999999909" y="-14.5" />
|
780
|
+
<point x="505.21460216998196" y="692.0" />
|
781
|
+
<point x="361.81460216998187" y="692.0" />
|
782
|
+
<point x="0.0" y="14.5" />
|
783
|
+
</edge>
|
784
|
+
<edge source="actionview" target="rails-dom-testing">
|
785
|
+
<point x="36.79999999999984" y="-14.5" />
|
786
|
+
<point x="715.6146021699817" y="346.0" />
|
787
|
+
<point x="857.3146021699818" y="346.0" />
|
788
|
+
<point x="-33.5" y="14.5" />
|
789
|
+
</edge>
|
790
|
+
<edge source="activesupport" target="concurrent-ruby">
|
791
|
+
<point x="13.75" y="-14.5" />
|
792
|
+
<point x="1018.5241862567807" y="133.0" />
|
793
|
+
<point x="1023.8387884267624" y="133.0" />
|
794
|
+
<point x="1023.8387884267624" y="54.0" />
|
795
|
+
<point x="1073.0471217600957" y="54.0" />
|
796
|
+
<point x="-30.5" y="14.5" />
|
797
|
+
</edge>
|
798
|
+
<edge source="loofah" target="nokogiri">
|
799
|
+
<point x="17.0" y="-14.5" />
|
800
|
+
<point x="485.83878842676233" y="133.0" />
|
801
|
+
<point x="735.3387884267624" y="133.0" />
|
802
|
+
<point x="-20.0" y="14.5" />
|
803
|
+
</edge>
|
804
|
+
<edge source="actionpack" target="rails-dom-testing">
|
805
|
+
<point x="23.0" y="-14.5" />
|
806
|
+
<point x="621.2214888487038" y="425.0" />
|
807
|
+
<point x="924.3146021699818" y="425.0" />
|
808
|
+
<point x="33.5" y="14.5" />
|
809
|
+
</edge>
|
810
|
+
<edge source="rspec-core" target="rspec-support">
|
811
|
+
<point x="0.0" y="-14.5" />
|
812
|
+
<point x="1531.9408529234474" y="524.0" />
|
813
|
+
<point x="1489.929822182037" y="524.0" />
|
814
|
+
<point x="36.66666666666666" y="14.5" />
|
815
|
+
</edge>
|
816
|
+
<edge source="#surikat" target="graphql-libgraphqlparser">
|
817
|
+
<point x="33.299999999999955" y="-14.5" />
|
818
|
+
<point x="549.6146021699818" y="722.0" />
|
819
|
+
<point x="1642.607519590114" y="722.0" />
|
820
|
+
<point x="0.0" y="14.5" />
|
821
|
+
</edge>
|
822
|
+
<edge source="nokogiri" target="mini_portile2">
|
823
|
+
<point x="0.0" y="-14.5" />
|
824
|
+
<point x="0.0" y="14.5" />
|
825
|
+
</edge>
|
826
|
+
<edge source="ransack" target="activerecord">
|
827
|
+
<point x="-14.800000000000011" y="-14.5" />
|
828
|
+
<point x="1077.2268836648577" y="613.0" />
|
829
|
+
<point x="1067.4408529234474" y="613.0" />
|
830
|
+
<point x="1067.4408529234474" y="524.0" />
|
831
|
+
<point x="1032.9089662447254" y="524.0" />
|
832
|
+
<point x="0.0" y="14.5" />
|
833
|
+
</edge>
|
834
|
+
<edge source="actionview" target="activesupport">
|
835
|
+
<point x="-18.40000000000009" y="-14.5" />
|
836
|
+
<point x="660.4146021699818" y="336.0" />
|
837
|
+
<point x="637.3146021699818" y="336.0" />
|
838
|
+
<point x="637.3146021699818" y="227.0" />
|
839
|
+
<point x="973.3456148282092" y="227.0" />
|
840
|
+
<point x="-31.428571428571445" y="14.5" />
|
841
|
+
</edge>
|
842
|
+
<edge source="standalone_migrations" target="railties">
|
843
|
+
<point x="0.0" y="-14.5" />
|
844
|
+
<point x="361.81460216998187" y="603.0" />
|
845
|
+
<point x="313.25000000000006" y="603.0" />
|
846
|
+
<point x="0.0" y="14.5" />
|
847
|
+
</edge>
|
848
|
+
<edge source="pry" target="coderay">
|
849
|
+
<point x="-16.666666666666742" y="-14.5" />
|
850
|
+
<point x="700.9637884267624" y="613.0" />
|
851
|
+
<point x="639.4637884267624" y="613.0" />
|
852
|
+
<point x="0.0" y="14.5" />
|
853
|
+
</edge>
|
854
|
+
<edge source="passenger" target="rake">
|
855
|
+
<point x="21.5" y="-14.5" />
|
856
|
+
<point x="178.0" y="524.0" />
|
857
|
+
<point x="191.33333333333326" y="524.0" />
|
858
|
+
<point x="-18.666666666666742" y="14.5" />
|
859
|
+
</edge>
|
860
|
+
<edge source="actionpack" target="activesupport">
|
861
|
+
<point x="38.33333333333326" y="-14.5" />
|
862
|
+
<point x="636.554822182037" y="435.0" />
|
863
|
+
<point x="980.0110307414103" y="435.0" />
|
864
|
+
<point x="980.0110307414103" y="247.0" />
|
865
|
+
<point x="1004.7741862567807" y="247.0" />
|
866
|
+
<point x="0.0" y="14.5" />
|
867
|
+
</edge>
|
868
|
+
<edge source="rails-dom-testing" target="nokogiri">
|
869
|
+
<point x="-33.5" y="-14.5" />
|
870
|
+
<point x="857.3146021699818" y="207.0" />
|
871
|
+
<point x="775.3387884267624" y="207.0" />
|
872
|
+
<point x="20.0" y="14.5" />
|
873
|
+
</edge>
|
874
|
+
<edge source="actionview" target="rails-html-sanitizer">
|
875
|
+
<point x="-36.80000000000007" y="-14.5" />
|
876
|
+
<point x="642.0146021699818" y="346.0" />
|
877
|
+
<point x="588.8146021699818" y="346.0" />
|
878
|
+
<point x="38.0" y="14.5" />
|
879
|
+
</edge>
|
880
|
+
<edge source="ransack" target="polyamorous">
|
881
|
+
<point x="0.0" y="-14.5" />
|
882
|
+
<point x="1092.0268836648577" y="593.0" />
|
883
|
+
<point x="1126.9408529234474" y="593.0" />
|
884
|
+
<point x="0.0" y="14.5" />
|
885
|
+
</edge>
|
886
|
+
<edge source="i18n" target="concurrent-ruby">
|
887
|
+
<point x="0.0" y="-14.5" />
|
888
|
+
<point x="1183.4408529234474" y="54.0" />
|
889
|
+
<point x="1134.0471217600957" y="54.0" />
|
890
|
+
<point x="30.5" y="14.5" />
|
891
|
+
</edge>
|
892
|
+
<edge source="actionpack" target="rack-test">
|
893
|
+
<point x="-38.33333333333326" y="-14.5" />
|
894
|
+
<point x="559.8881555153705" y="435.0" />
|
895
|
+
<point x="417.8979355033151" y="435.0" />
|
896
|
+
<point x="0.0" y="14.5" />
|
897
|
+
</edge>
|
898
|
+
<edge source="railties" target="activesupport">
|
899
|
+
<point x="0.0" y="-14.5" />
|
900
|
+
<point x="313.25000000000006" y="504.0" />
|
901
|
+
<point x="324.50000000000006" y="504.0" />
|
902
|
+
<point x="324.50000000000006" y="217.0" />
|
903
|
+
<point x="957.6313291139236" y="217.0" />
|
904
|
+
<point x="-47.14285714285711" y="14.5" />
|
905
|
+
</edge>
|
906
|
+
<edge source="rspec" target="rspec-expectations">
|
907
|
+
<point x="0.0" y="-14.5" />
|
908
|
+
<point x="1404.2137884267624" y="613.0" />
|
909
|
+
<point x="1395.9408529234474" y="613.0" />
|
910
|
+
<point x="0.0" y="14.5" />
|
911
|
+
</edge>
|
912
|
+
<edge source="activesupport" target="minitest">
|
913
|
+
<point x="-13.75" y="-14.5" />
|
914
|
+
<point x="991.0241862567807" y="133.0" />
|
915
|
+
<point x="973.3387884267624" y="133.0" />
|
916
|
+
<point x="0.0" y="14.5" />
|
917
|
+
</edge>
|
918
|
+
<edge source="railties" target="rake">
|
919
|
+
<point x="-32.0" y="-14.5" />
|
920
|
+
<point x="281.25000000000006" y="524.0" />
|
921
|
+
<point x="228.66666666666674" y="524.0" />
|
922
|
+
<point x="18.666666666666742" y="14.5" />
|
923
|
+
</edge>
|
924
|
+
<edge source="rspec-mocks" target="rspec-support">
|
925
|
+
<point x="24.5" y="-14.5" />
|
926
|
+
<point x="1281.4408529234474" y="524.0" />
|
927
|
+
<point x="1416.5964888487038" y="524.0" />
|
928
|
+
<point x="-36.66666666666666" y="14.5" />
|
929
|
+
</edge>
|
930
|
+
<edge source="ransack" target="actionpack">
|
931
|
+
<point x="-29.600000000000023" y="-14.5" />
|
932
|
+
<point x="1062.4268836648575" y="613.0" />
|
933
|
+
<point x="803.4637884267624" y="613.0" />
|
934
|
+
<point x="803.4637884267624" y="504.0" />
|
935
|
+
<point x="621.2214888487038" y="504.0" />
|
936
|
+
<point x="23.0" y="14.5" />
|
937
|
+
</edge>
|
938
|
+
<edge source="rack-app" target="rack">
|
939
|
+
<point x="0.0" y="-14.5" />
|
940
|
+
<point x="84.5" y="346.0" />
|
941
|
+
<point x="102.75" y="346.0" />
|
942
|
+
<point x="-21.0" y="14.5" />
|
943
|
+
</edge>
|
944
|
+
<edge source="#surikat" target="oj">
|
945
|
+
<point x="-3.7000000000000455" y="-14.5" />
|
946
|
+
<point x="512.6146021699818" y="682.0" />
|
947
|
+
<point x="482.81460216998187" y="682.0" />
|
948
|
+
<point x="0.0" y="14.5" />
|
949
|
+
</edge>
|
950
|
+
<edge source="rspec" target="rspec-core">
|
951
|
+
<point x="20.666666666666657" y="-14.5" />
|
952
|
+
<point x="1424.8804550934292" y="613.0" />
|
953
|
+
<point x="1531.9408529234474" y="613.0" />
|
954
|
+
<point x="0.0" y="14.5" />
|
955
|
+
</edge>
|
956
|
+
<edge source="actionview" target="builder">
|
957
|
+
<point x="18.399999999999977" y="-14.5" />
|
958
|
+
<point x="697.2146021699818" y="336.0" />
|
959
|
+
<point x="766.8146021699818" y="336.0" />
|
960
|
+
<point x="0.0" y="14.5" />
|
961
|
+
</edge>
|
962
|
+
<edge source="rspec" target="rspec-mocks">
|
963
|
+
<point x="-20.666666666666686" y="-14.5" />
|
964
|
+
<point x="1383.5471217600957" y="613.0" />
|
965
|
+
<point x="1256.9408529234474" y="613.0" />
|
966
|
+
<point x="0.0" y="14.5" />
|
967
|
+
</edge>
|
968
|
+
<edge source="pry" target="slop">
|
969
|
+
<point x="16.666666666666742" y="-14.5" />
|
970
|
+
<point x="734.2971217600959" y="613.0" />
|
971
|
+
<point x="764.9637884267624" y="613.0" />
|
972
|
+
<point x="0.0" y="14.5" />
|
973
|
+
</edge>
|
974
|
+
<edge source="rspec-expectations" target="rspec-support">
|
975
|
+
<point x="35.0" y="-14.5" />
|
976
|
+
<point x="1430.9408529234474" y="524.0" />
|
977
|
+
<point x="1453.2631555153703" y="524.0" />
|
978
|
+
<point x="0.0" y="14.5" />
|
979
|
+
</edge>
|
980
|
+
<edge source="standalone_migrations" target="activerecord">
|
981
|
+
<point x="52.66666666666674" y="-14.5" />
|
982
|
+
<point x="414.4812688366486" y="613.0" />
|
983
|
+
<point x="591.9637884267624" y="613.0" />
|
984
|
+
<point x="591.9637884267624" y="524.0" />
|
985
|
+
<point x="998.2422995780587" y="524.0" />
|
986
|
+
<point x="-34.66666666666663" y="14.5" />
|
987
|
+
</edge>
|
988
|
+
<edge source="railties" target="thor">
|
989
|
+
<point x="-16.0" y="-14.5" />
|
990
|
+
<point x="297.25000000000006" y="514.0" />
|
991
|
+
<point x="286.0" y="514.0" />
|
992
|
+
<point x="0.0" y="14.5" />
|
993
|
+
</edge>
|
994
|
+
<edge source="pry" target="method_source">
|
995
|
+
<point x="0.0" y="-14.5" />
|
996
|
+
<point x="717.6304550934292" y="603.0" />
|
997
|
+
<point x="686.9637884267624" y="603.0" />
|
998
|
+
<point x="686.9637884267624" y="514.0" />
|
999
|
+
<point x="504.7214888487038" y="514.0" />
|
1000
|
+
<point x="27.5" y="14.5" />
|
1001
|
+
</edge>
|
1002
|
+
<edge source="actionpack" target="actionview">
|
1003
|
+
<point x="7.6666666666667425" y="-14.5" />
|
1004
|
+
<point x="605.8881555153705" y="415.0" />
|
1005
|
+
<point x="678.8146021699819" y="415.0" />
|
1006
|
+
<point x="0.0" y="14.5" />
|
1007
|
+
</edge>
|
1008
|
+
<edge source="#surikat" target="passenger">
|
1009
|
+
<point x="-18.5" y="-14.5" />
|
1010
|
+
<point x="497.81460216998187" y="702.0" />
|
1011
|
+
<point x="156.5" y="702.0" />
|
1012
|
+
<point x="0.0" y="14.5" />
|
1013
|
+
</edge>
|
1014
|
+
<edge source="activesupport" target="tzinfo">
|
1015
|
+
<point x="-41.25" y="-14.5" />
|
1016
|
+
<point x="963.5241862567807" y="133.0" />
|
1017
|
+
<point x="879.3387884267624" y="133.0" />
|
1018
|
+
<point x="0.0" y="14.5" />
|
1019
|
+
</edge>
|
1020
|
+
<edge source="activesupport" target="i18n">
|
1021
|
+
<point x="41.25" y="-14.5" />
|
1022
|
+
<point x="1046.0241862567807" y="133.0" />
|
1023
|
+
<point x="1169.4408529234474" y="133.0" />
|
1024
|
+
<point x="-14.0" y="14.5" />
|
1025
|
+
</edge>
|
1026
|
+
<edge source="rspec-mocks" target="diff-lcs">
|
1027
|
+
<point x="-24.5" y="-14.5" />
|
1028
|
+
<point x="1232.4408529234474" y="524.0" />
|
1029
|
+
<point x="1266.8464888487038" y="524.0" />
|
1030
|
+
<point x="-20.0" y="14.5" />
|
1031
|
+
</edge>
|
1032
|
+
<edge source="actionview" target="erubi">
|
1033
|
+
<point x="-1.1368683772161603E-13" y="-14.5" />
|
1034
|
+
<point x="0.0" y="14.5" />
|
1035
|
+
</edge>
|
1036
|
+
<edge source="#surikat" target="rack-app">
|
1037
|
+
<point x="-25.90000000000009" y="-14.5" />
|
1038
|
+
<point x="490.4146021699818" y="712.0" />
|
1039
|
+
<point x="84.5" y="712.0" />
|
1040
|
+
<point x="0.0" y="14.5" />
|
1041
|
+
</edge>
|
1042
|
+
<edge source="#surikat" target="sqlite3">
|
1043
|
+
<point x="18.5" y="-14.5" />
|
1044
|
+
<point x="534.8146021699819" y="702.0" />
|
1045
|
+
<point x="1294.2312688366485" y="702.0" />
|
1046
|
+
<point x="0.0" y="14.5" />
|
1047
|
+
</edge>
|
1048
|
+
<edge source="rails-html-sanitizer" target="loofah">
|
1049
|
+
<point x="0.0" y="-14.5" />
|
1050
|
+
<point x="550.8146021699818" y="207.0" />
|
1051
|
+
<point x="468.83878842676233" y="207.0" />
|
1052
|
+
<point x="0.0" y="14.5" />
|
1053
|
+
</edge>
|
1054
|
+
<edge source="#surikat" target="pry">
|
1055
|
+
<point x="3.7000000000000455" y="-14.5" />
|
1056
|
+
<point x="520.0146021699819" y="682.0" />
|
1057
|
+
<point x="717.6304550934292" y="682.0" />
|
1058
|
+
<point x="0.0" y="14.5" />
|
1059
|
+
</edge>
|
1060
|
+
<edge source="actionpack" target="rack">
|
1061
|
+
<point x="-23.0" y="-14.5" />
|
1062
|
+
<point x="575.2214888487038" y="425.0" />
|
1063
|
+
<point x="471.3979355033151" y="425.0" />
|
1064
|
+
<point x="471.3979355033151" y="326.0" />
|
1065
|
+
<point x="144.75" y="326.0" />
|
1066
|
+
<point x="21.0" y="14.5" />
|
1067
|
+
</edge>
|
1068
|
+
<edge source="loofah" target="crass">
|
1069
|
+
<point x="-17.0" y="-14.5" />
|
1070
|
+
<point x="0.0" y="14.5" />
|
1071
|
+
</edge>
|
1072
|
+
<edge source="#surikat" target="rspec">
|
1073
|
+
<point x="25.90000000000009" y="-14.5" />
|
1074
|
+
<point x="542.214602169982" y="712.0" />
|
1075
|
+
<point x="1404.2137884267624" y="712.0" />
|
1076
|
+
<point x="0.0" y="14.5" />
|
1077
|
+
</edge>
|
1078
|
+
<edge source="ransack" target="activesupport">
|
1079
|
+
<point x="14.799999999999955" y="-14.5" />
|
1080
|
+
<point x="1106.8268836648576" y="603.0" />
|
1081
|
+
<point x="1186.4408529234474" y="603.0" />
|
1082
|
+
<point x="1186.4408529234474" y="247.0" />
|
1083
|
+
<point x="1051.9170433996378" y="247.0" />
|
1084
|
+
<point x="47.14285714285711" y="14.5" />
|
1085
|
+
</edge>
|
1086
|
+
<edge source="graphql-libgraphqlparser" target="graphql">
|
1087
|
+
<point x="0.0" y="-14.5" />
|
1088
|
+
<point x="0.0" y="14.5" />
|
1089
|
+
</edge>
|
1090
|
+
<edge source="activemodel" target="activesupport">
|
1091
|
+
<point x="0.0" y="-14.5" />
|
1092
|
+
<point x="1069.4922995780587" y="257.0" />
|
1093
|
+
<point x="1036.202757685352" y="257.0" />
|
1094
|
+
<point x="31.428571428571445" y="14.5" />
|
1095
|
+
</edge>
|
1096
|
+
<edge source="railties" target="method_source">
|
1097
|
+
<point x="16.0" y="-14.5" />
|
1098
|
+
<point x="329.25000000000006" y="514.0" />
|
1099
|
+
<point x="449.7214888487038" y="514.0" />
|
1100
|
+
<point x="-27.5" y="14.5" />
|
1101
|
+
</edge>
|
1102
|
+
<edge source="polyamorous" target="activerecord">
|
1103
|
+
<point x="0.0" y="-14.5" />
|
1104
|
+
<point x="1126.9408529234474" y="514.0" />
|
1105
|
+
<point x="1067.575632911392" y="514.0" />
|
1106
|
+
<point x="34.66666666666663" y="14.5" />
|
1107
|
+
</edge>
|
1108
|
+
<edge source="activerecord" target="activemodel">
|
1109
|
+
<point x="34.66666666666663" y="-14.5" />
|
1110
|
+
<point x="1067.575632911392" y="435.0" />
|
1111
|
+
<point x="1069.4922995780587" y="435.0" />
|
1112
|
+
<point x="0.0" y="14.5" />
|
1113
|
+
</edge>
|
1114
|
+
<edge source="rspec-expectations" target="diff-lcs">
|
1115
|
+
<point x="-35.0" y="-14.5" />
|
1116
|
+
<point x="1360.9408529234474" y="514.0" />
|
1117
|
+
<point x="1306.8464888487038" y="514.0" />
|
1118
|
+
<point x="20.0" y="14.5" />
|
1119
|
+
</edge>
|
1120
|
+
<edge source="tzinfo" target="thread_safe">
|
1121
|
+
<point x="0.0" y="-14.5" />
|
1122
|
+
<point x="0.0" y="14.5" />
|
1123
|
+
</edge>
|
1124
|
+
<edge source="activerecord" target="activesupport">
|
1125
|
+
<point x="-34.66666666666663" y="-14.5" />
|
1126
|
+
<point x="998.2422995780587" y="435.0" />
|
1127
|
+
<point x="992.4922995780587" y="435.0" />
|
1128
|
+
<point x="992.4922995780587" y="257.0" />
|
1129
|
+
<point x="1020.4884719710664" y="257.0" />
|
1130
|
+
<point x="15.714285714285666" y="14.5" />
|
1131
|
+
</edge>
|
1132
|
+
<edge source="railties" target="actionpack">
|
1133
|
+
<point x="32.0" y="-14.5" />
|
1134
|
+
<point x="345.25000000000006" y="524.0" />
|
1135
|
+
<point x="575.2214888487038" y="524.0" />
|
1136
|
+
<point x="-23.0" y="14.5" />
|
1137
|
+
</edge>
|
1138
|
+
<edge source="#surikat" target="ransack">
|
1139
|
+
<point x="11.099999999999909" y="-14.5" />
|
1140
|
+
<point x="527.4146021699818" y="692.0" />
|
1141
|
+
<point x="1092.0268836648577" y="692.0" />
|
1142
|
+
<point x="0.0" y="14.5" />
|
1143
|
+
</edge>
|
1144
|
+
</edges>
|
1145
|
+
<settings layout="Hierarchic Group" zoom="0.8590062111801242" x="269.3926247288503" y="123.01626898047715" />
|
1146
|
+
<SelectedNodes>
|
1147
|
+
<node>activemodel</node>
|
1148
|
+
</SelectedNodes>
|
1149
|
+
<Categories />
|
726
1150
|
</state>
|
727
1151
|
</provider>
|
728
1152
|
</entry>
|
1153
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/console.tmpl">
|
1154
|
+
<provider selected="true" editor-type-id="text-editor">
|
1155
|
+
<state>
|
1156
|
+
<caret column="23" selection-start-column="23" selection-end-column="23" />
|
1157
|
+
</state>
|
1158
|
+
</provider>
|
1159
|
+
</entry>
|
1160
|
+
<entry file="file://$PROJECT_DIR$/bin/console">
|
1161
|
+
<provider selected="true" editor-type-id="text-editor">
|
1162
|
+
<state>
|
1163
|
+
<caret column="19" selection-start-column="19" selection-end-column="19" />
|
1164
|
+
</state>
|
1165
|
+
</provider>
|
1166
|
+
</entry>
|
1167
|
+
<entry file="file://$PROJECT_DIR$/exe/surikat">
|
1168
|
+
<provider selected="true" editor-type-id="text-editor">
|
1169
|
+
<state relative-caret-position="765">
|
1170
|
+
<caret line="45" column="45" selection-start-line="45" selection-start-column="45" selection-end-line="45" selection-end-column="45" />
|
1171
|
+
</state>
|
1172
|
+
</provider>
|
1173
|
+
</entry>
|
1174
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/templates/base_spec.rb.tmpl">
|
1175
|
+
<provider selected="true" editor-type-id="text-editor">
|
1176
|
+
<state relative-caret-position="322">
|
1177
|
+
<caret line="71" column="29" selection-start-line="71" selection-start-column="29" selection-end-line="71" selection-end-column="29" />
|
1178
|
+
</state>
|
1179
|
+
</provider>
|
1180
|
+
</entry>
|
1181
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat.rb">
|
1182
|
+
<provider selected="true" editor-type-id="text-editor">
|
1183
|
+
<state relative-caret-position="51">
|
1184
|
+
<caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
|
1185
|
+
</state>
|
1186
|
+
</provider>
|
1187
|
+
</entry>
|
1188
|
+
<entry file="file://$PROJECT_DIR$/lib/surikat/base_model.rb">
|
1189
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1190
|
+
</entry>
|
729
1191
|
<entry file="file://$PROJECT_DIR$/surikat.gemspec">
|
730
1192
|
<provider selected="true" editor-type-id="text-editor">
|
731
|
-
<state relative-caret-position="
|
732
|
-
<caret line="
|
1193
|
+
<state relative-caret-position="833">
|
1194
|
+
<caret line="54" column="50" selection-start-line="54" selection-start-column="50" selection-end-line="54" selection-end-column="50" />
|
733
1195
|
</state>
|
734
1196
|
</provider>
|
735
1197
|
</entry>
|