daemon-ogre 1.4.9 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/Gemfile +1 -8
- data/README.md +7 -8
- data/Rakefile +1 -52
- data/VERSION +1 -1
- data/daemon-ogre.gemspec +21 -55
- data/example/sample_daemon_app.rb +19 -0
- data/files.rb +24 -0
- data/lib/daemon-ogre/app.rb +40 -0
- data/lib/daemon-ogre/daemon.rb +65 -0
- data/lib/daemon-ogre/mpatch.rb +93 -0
- data/lib/daemon-ogre/server.rb +199 -0
- data/lib/daemon-ogre/startup.rb +85 -0
- data/lib/daemon-ogre/support.rb +246 -0
- data/lib/daemon-ogre.rb +6 -711
- data/test/test_daemon-ogre.rb +0 -7
- metadata +20 -80
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/daemon-ogre.iml +0 -18
- data/.idea/encodings.xml +0 -5
- data/.idea/misc.xml +0 -24
- data/.idea/modules.xml +0 -9
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -7
- data/.idea/workspace.xml +0 -434
data/.idea/workspace.xml
DELETED
@@ -1,434 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="3ea70ce4-bd7f-4c44-adca-77b81705a432" name="Default" comment="" />
|
5
|
-
<ignored path="daemon-ogre.iws" />
|
6
|
-
<ignored path=".idea/workspace.xml" />
|
7
|
-
<option name="TRACKING_ENABLED" value="true" />
|
8
|
-
<option name="SHOW_DIALOG" value="false" />
|
9
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
11
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
12
|
-
</component>
|
13
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
14
|
-
<component name="CreatePatchCommitExecutor">
|
15
|
-
<option name="PATCH_PATH" value="" />
|
16
|
-
</component>
|
17
|
-
<component name="DaemonCodeAnalyzer">
|
18
|
-
<disable_hints />
|
19
|
-
</component>
|
20
|
-
<component name="FileEditorManager">
|
21
|
-
<leaf />
|
22
|
-
</component>
|
23
|
-
<component name="FindManager">
|
24
|
-
<FindUsagesManager>
|
25
|
-
<setting name="OPEN_NEW_TAB" value="false" />
|
26
|
-
</FindUsagesManager>
|
27
|
-
</component>
|
28
|
-
<component name="Git.Settings">
|
29
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
30
|
-
</component>
|
31
|
-
<component name="IdeDocumentHistory">
|
32
|
-
<option name="changedFiles">
|
33
|
-
<list>
|
34
|
-
<option value="$PROJECT_DIR$/daemon-ogre.gemspec" />
|
35
|
-
<option value="$PROJECT_DIR$/test/var/log/log_file_name" />
|
36
|
-
<option value="$PROJECT_DIR$/test/var/pid/pid_file_name" />
|
37
|
-
<option value="$PROJECT_DIR$/test/test_daemon-ogre.rb" />
|
38
|
-
<option value="$PROJECT_DIR$/../../lepton-backend/helper.rb" />
|
39
|
-
<option value="$PROJECT_DIR$/Gemfile" />
|
40
|
-
<option value="$PROJECT_DIR$/README.md" />
|
41
|
-
<option value="$PROJECT_DIR$/README.rdoc" />
|
42
|
-
<option value="$PROJECT_DIR$/lib/daemon-ogre.rb" />
|
43
|
-
</list>
|
44
|
-
</option>
|
45
|
-
</component>
|
46
|
-
<component name="ProjectFrameBounds">
|
47
|
-
<option name="x" value="48" />
|
48
|
-
<option name="y" value="-4" />
|
49
|
-
<option name="width" value="977" />
|
50
|
-
<option name="height" value="709" />
|
51
|
-
</component>
|
52
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
53
|
-
<OptionsSetting value="true" id="Add" />
|
54
|
-
<OptionsSetting value="true" id="Remove" />
|
55
|
-
<OptionsSetting value="true" id="Checkout" />
|
56
|
-
<OptionsSetting value="true" id="Update" />
|
57
|
-
<OptionsSetting value="true" id="Status" />
|
58
|
-
<OptionsSetting value="true" id="Edit" />
|
59
|
-
<ConfirmationsSetting value="0" id="Add" />
|
60
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
61
|
-
</component>
|
62
|
-
<component name="ProjectReloadState">
|
63
|
-
<option name="STATE" value="0" />
|
64
|
-
</component>
|
65
|
-
<component name="ProjectView">
|
66
|
-
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
67
|
-
<flattenPackages />
|
68
|
-
<showMembers />
|
69
|
-
<showModules />
|
70
|
-
<showLibraryContents />
|
71
|
-
<hideEmptyPackages />
|
72
|
-
<abbreviatePackageNames />
|
73
|
-
<autoscrollToSource />
|
74
|
-
<autoscrollFromSource />
|
75
|
-
<sortByType />
|
76
|
-
</navigator>
|
77
|
-
<panes>
|
78
|
-
<pane id="Scope" />
|
79
|
-
<pane id="ProjectPane">
|
80
|
-
<subPane>
|
81
|
-
<PATH>
|
82
|
-
<PATH_ELEMENT>
|
83
|
-
<option name="myItemId" value="daemon-ogre" />
|
84
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
85
|
-
</PATH_ELEMENT>
|
86
|
-
</PATH>
|
87
|
-
<PATH>
|
88
|
-
<PATH_ELEMENT>
|
89
|
-
<option name="myItemId" value="daemon-ogre" />
|
90
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
91
|
-
</PATH_ELEMENT>
|
92
|
-
<PATH_ELEMENT>
|
93
|
-
<option name="myItemId" value="daemon-ogre" />
|
94
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
95
|
-
</PATH_ELEMENT>
|
96
|
-
</PATH>
|
97
|
-
<PATH>
|
98
|
-
<PATH_ELEMENT>
|
99
|
-
<option name="myItemId" value="daemon-ogre" />
|
100
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
101
|
-
</PATH_ELEMENT>
|
102
|
-
<PATH_ELEMENT>
|
103
|
-
<option name="myItemId" value="daemon-ogre" />
|
104
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
105
|
-
</PATH_ELEMENT>
|
106
|
-
<PATH_ELEMENT>
|
107
|
-
<option name="myItemId" value="test" />
|
108
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
109
|
-
</PATH_ELEMENT>
|
110
|
-
</PATH>
|
111
|
-
<PATH>
|
112
|
-
<PATH_ELEMENT>
|
113
|
-
<option name="myItemId" value="daemon-ogre" />
|
114
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
115
|
-
</PATH_ELEMENT>
|
116
|
-
<PATH_ELEMENT>
|
117
|
-
<option name="myItemId" value="daemon-ogre" />
|
118
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
119
|
-
</PATH_ELEMENT>
|
120
|
-
<PATH_ELEMENT>
|
121
|
-
<option name="myItemId" value="test" />
|
122
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
123
|
-
</PATH_ELEMENT>
|
124
|
-
<PATH_ELEMENT>
|
125
|
-
<option name="myItemId" value="var" />
|
126
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
127
|
-
</PATH_ELEMENT>
|
128
|
-
</PATH>
|
129
|
-
<PATH>
|
130
|
-
<PATH_ELEMENT>
|
131
|
-
<option name="myItemId" value="daemon-ogre" />
|
132
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
133
|
-
</PATH_ELEMENT>
|
134
|
-
<PATH_ELEMENT>
|
135
|
-
<option name="myItemId" value="daemon-ogre" />
|
136
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
137
|
-
</PATH_ELEMENT>
|
138
|
-
<PATH_ELEMENT>
|
139
|
-
<option name="myItemId" value="test" />
|
140
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
141
|
-
</PATH_ELEMENT>
|
142
|
-
<PATH_ELEMENT>
|
143
|
-
<option name="myItemId" value="var" />
|
144
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
145
|
-
</PATH_ELEMENT>
|
146
|
-
<PATH_ELEMENT>
|
147
|
-
<option name="myItemId" value="pid" />
|
148
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
149
|
-
</PATH_ELEMENT>
|
150
|
-
</PATH>
|
151
|
-
<PATH>
|
152
|
-
<PATH_ELEMENT>
|
153
|
-
<option name="myItemId" value="daemon-ogre" />
|
154
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
155
|
-
</PATH_ELEMENT>
|
156
|
-
<PATH_ELEMENT>
|
157
|
-
<option name="myItemId" value="daemon-ogre" />
|
158
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
159
|
-
</PATH_ELEMENT>
|
160
|
-
<PATH_ELEMENT>
|
161
|
-
<option name="myItemId" value="test" />
|
162
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
163
|
-
</PATH_ELEMENT>
|
164
|
-
<PATH_ELEMENT>
|
165
|
-
<option name="myItemId" value="var" />
|
166
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
167
|
-
</PATH_ELEMENT>
|
168
|
-
<PATH_ELEMENT>
|
169
|
-
<option name="myItemId" value="log" />
|
170
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
171
|
-
</PATH_ELEMENT>
|
172
|
-
</PATH>
|
173
|
-
<PATH>
|
174
|
-
<PATH_ELEMENT>
|
175
|
-
<option name="myItemId" value="daemon-ogre" />
|
176
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
177
|
-
</PATH_ELEMENT>
|
178
|
-
<PATH_ELEMENT>
|
179
|
-
<option name="myItemId" value="daemon-ogre" />
|
180
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
181
|
-
</PATH_ELEMENT>
|
182
|
-
<PATH_ELEMENT>
|
183
|
-
<option name="myItemId" value="lib" />
|
184
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
185
|
-
</PATH_ELEMENT>
|
186
|
-
</PATH>
|
187
|
-
</subPane>
|
188
|
-
</pane>
|
189
|
-
</panes>
|
190
|
-
</component>
|
191
|
-
<component name="PropertiesComponent">
|
192
|
-
<property name="options.splitter.main.proportions" value="0.3" />
|
193
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
194
|
-
<property name="options.lastSelected" value="preferences.keymap" />
|
195
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../lepton-backend/helper.rb" />
|
196
|
-
<property name="options.searchVisible" value="true" />
|
197
|
-
<property name="options.splitter.details.proportions" value="0.2" />
|
198
|
-
</component>
|
199
|
-
<component name="RunManager">
|
200
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
201
|
-
<module name="" />
|
202
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
203
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
204
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
205
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
206
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
207
|
-
<envs />
|
208
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
209
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
210
|
-
<COVERAGE_PATTERN ENABLED="true">
|
211
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
212
|
-
</COVERAGE_PATTERN>
|
213
|
-
</EXTENSION>
|
214
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
215
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
216
|
-
<method />
|
217
|
-
</configuration>
|
218
|
-
<list size="0" />
|
219
|
-
</component>
|
220
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
221
|
-
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
|
222
|
-
<option name="USER" value="" />
|
223
|
-
<option name="PASSWORD" value="" />
|
224
|
-
<option name="mySSHConnectionTimeout" value="30000" />
|
225
|
-
<option name="mySSHReadTimeout" value="30000" />
|
226
|
-
<option name="LAST_MERGED_REVISION" />
|
227
|
-
<option name="MERGE_DRY_RUN" value="false" />
|
228
|
-
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
229
|
-
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
230
|
-
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
231
|
-
<option name="DETECT_NESTED_COPIES" value="true" />
|
232
|
-
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
233
|
-
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
234
|
-
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
235
|
-
<option name="FORCE_UPDATE" value="false" />
|
236
|
-
<option name="IGNORE_EXTERNALS" value="false" />
|
237
|
-
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
238
|
-
</component>
|
239
|
-
<component name="TaskManager">
|
240
|
-
<task active="true" id="Default" summary="Default task">
|
241
|
-
<changelist id="3ea70ce4-bd7f-4c44-adca-77b81705a432" name="Default" comment="" />
|
242
|
-
<created>1369819307025</created>
|
243
|
-
<updated>1369819307025</updated>
|
244
|
-
</task>
|
245
|
-
<servers />
|
246
|
-
</component>
|
247
|
-
<component name="ToolWindowManager">
|
248
|
-
<frame x="48" y="-4" width="977" height="709" extended-state="6" />
|
249
|
-
<editor active="false" />
|
250
|
-
<layout>
|
251
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
252
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
253
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
254
|
-
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
|
255
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.24923077" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
256
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
257
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
258
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
259
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
260
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
261
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
262
|
-
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
263
|
-
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
264
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
265
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
266
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
267
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
268
|
-
</layout>
|
269
|
-
</component>
|
270
|
-
<component name="VcsContentAnnotationSettings">
|
271
|
-
<option name="myLimit" value="2678400000" />
|
272
|
-
</component>
|
273
|
-
<component name="VcsManagerConfiguration">
|
274
|
-
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
275
|
-
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
|
276
|
-
<option name="CHECK_NEW_TODO" value="true" />
|
277
|
-
<option name="myTodoPanelSettings">
|
278
|
-
<value>
|
279
|
-
<are-packages-shown value="false" />
|
280
|
-
<are-modules-shown value="false" />
|
281
|
-
<flatten-packages value="false" />
|
282
|
-
<is-autoscroll-to-source value="false" />
|
283
|
-
</value>
|
284
|
-
</option>
|
285
|
-
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
286
|
-
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
287
|
-
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
288
|
-
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
289
|
-
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
290
|
-
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
291
|
-
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
292
|
-
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
293
|
-
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
294
|
-
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
295
|
-
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
296
|
-
<option name="SHORT_DIFF_HORISONTALLY" value="true" />
|
297
|
-
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
298
|
-
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
299
|
-
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
300
|
-
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
301
|
-
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
302
|
-
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
303
|
-
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
304
|
-
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
305
|
-
<option name="LAST_COMMIT_MESSAGE" />
|
306
|
-
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
307
|
-
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
308
|
-
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
309
|
-
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
310
|
-
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
311
|
-
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
312
|
-
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
313
|
-
<option name="ACTIVE_VCS_NAME" />
|
314
|
-
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
315
|
-
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
316
|
-
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
317
|
-
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
318
|
-
</component>
|
319
|
-
<component name="XDebuggerManager">
|
320
|
-
<breakpoint-manager />
|
321
|
-
</component>
|
322
|
-
<component name="editorHistoryManager">
|
323
|
-
<entry file="file://$PROJECT_DIR$/lib/daemon-ogre.rb">
|
324
|
-
<provider selected="true" editor-type-id="text-editor">
|
325
|
-
<state line="441" column="0" selection-start="13687" selection-end="13687" vertical-scroll-proportion="0.0" />
|
326
|
-
</provider>
|
327
|
-
</entry>
|
328
|
-
<entry file="file://$PROJECT_DIR$/../../lepton-backend/helper.rb">
|
329
|
-
<provider selected="true" editor-type-id="text-editor">
|
330
|
-
<state line="253" column="29" selection-start="6790" selection-end="6790" vertical-scroll-proportion="0.0" />
|
331
|
-
</provider>
|
332
|
-
</entry>
|
333
|
-
<entry file="file://$PROJECT_DIR$/test/test_daemon-ogre.rb">
|
334
|
-
<provider selected="true" editor-type-id="text-editor">
|
335
|
-
<state line="21" column="53" selection-start="817" selection-end="817" vertical-scroll-proportion="0.0" />
|
336
|
-
</provider>
|
337
|
-
</entry>
|
338
|
-
<entry file="file://$PROJECT_DIR$/VERSION">
|
339
|
-
<provider selected="true" editor-type-id="text-editor">
|
340
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
341
|
-
</provider>
|
342
|
-
</entry>
|
343
|
-
<entry file="file://$PROJECT_DIR$/daemon-ogre.gemspec">
|
344
|
-
<provider selected="true" editor-type-id="text-editor">
|
345
|
-
<state line="30" column="39" selection-start="850" selection-end="850" vertical-scroll-proportion="0.40924656" />
|
346
|
-
</provider>
|
347
|
-
</entry>
|
348
|
-
<entry file="file://$PROJECT_DIR$/test/var/pid/pid_file_name">
|
349
|
-
<provider selected="true" editor-type-id="text-editor">
|
350
|
-
<state line="0" column="3" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
351
|
-
</provider>
|
352
|
-
</entry>
|
353
|
-
<entry file="file://$PROJECT_DIR$/test/var/log/log_file_name">
|
354
|
-
<provider selected="true" editor-type-id="text-editor">
|
355
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
356
|
-
</provider>
|
357
|
-
</entry>
|
358
|
-
<entry file="file://$PROJECT_DIR$/test/var/daemon.stderr.log">
|
359
|
-
<provider selected="true" editor-type-id="text-editor">
|
360
|
-
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
361
|
-
</provider>
|
362
|
-
</entry>
|
363
|
-
<entry file="file://$PROJECT_DIR$/test/test_daemon-ogre.rb">
|
364
|
-
<provider selected="true" editor-type-id="text-editor">
|
365
|
-
<state line="5" column="21" selection-start="356" selection-end="356" vertical-scroll-proportion="0.11942675" />
|
366
|
-
</provider>
|
367
|
-
</entry>
|
368
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
369
|
-
<provider selected="true" editor-type-id="text-editor">
|
370
|
-
<state line="6" column="22" selection-start="189" selection-end="189" vertical-scroll-proportion="0.1433121" />
|
371
|
-
</provider>
|
372
|
-
</entry>
|
373
|
-
<entry file="file://$PROJECT_DIR$/../../lepton-backend/helper.rb">
|
374
|
-
<provider selected="true" editor-type-id="text-editor">
|
375
|
-
<state line="100" column="21" selection-start="2972" selection-end="2985" vertical-scroll-proportion="0.32682925">
|
376
|
-
<folding />
|
377
|
-
</state>
|
378
|
-
</provider>
|
379
|
-
</entry>
|
380
|
-
<entry file="file://$PROJECT_DIR$/README.rdoc">
|
381
|
-
<provider selected="true" editor-type-id="text-editor">
|
382
|
-
<state line="85" column="20" selection-start="2965" selection-end="2965" vertical-scroll-proportion="0.048780486">
|
383
|
-
<folding />
|
384
|
-
</state>
|
385
|
-
</provider>
|
386
|
-
</entry>
|
387
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
388
|
-
<provider selected="true" editor-type-id="text-editor">
|
389
|
-
<state line="98" column="20" selection-start="2834" selection-end="2834" vertical-scroll-proportion="0.09756097">
|
390
|
-
<folding />
|
391
|
-
</state>
|
392
|
-
</provider>
|
393
|
-
</entry>
|
394
|
-
<entry file="file://$PROJECT_DIR$/lib/daemon-ogre.rb">
|
395
|
-
<provider selected="true" editor-type-id="text-editor">
|
396
|
-
<state line="414" column="3" selection-start="12717" selection-end="12717" vertical-scroll-proportion="-2.678344">
|
397
|
-
<folding>
|
398
|
-
<element signature="e#577#2208#0" expanded="true" />
|
399
|
-
<element signature="e#2214#2531#0" expanded="true" />
|
400
|
-
<element signature="e#2537#3029#0" expanded="true" />
|
401
|
-
<element signature="e#3035#4282#0" expanded="true" />
|
402
|
-
<element signature="e#4288#5329#0" expanded="true" />
|
403
|
-
<element signature="e#5335#5497#0" expanded="true" />
|
404
|
-
<element signature="e#7595#8025#0" expanded="true" />
|
405
|
-
<element signature="e#8033#8075#0" expanded="true" />
|
406
|
-
<element signature="e#8083#8962#0" expanded="true" />
|
407
|
-
<element signature="e#8970#9014#0" expanded="true" />
|
408
|
-
<element signature="e#9022#9238#0" expanded="true" />
|
409
|
-
<element signature="e#9246#9409#0" expanded="true" />
|
410
|
-
<element signature="e#9417#10157#0" expanded="true" />
|
411
|
-
<element signature="e#10165#10223#0" expanded="true" />
|
412
|
-
<element signature="e#10231#10430#0" expanded="true" />
|
413
|
-
<element signature="e#10438#10910#0" expanded="true" />
|
414
|
-
<element signature="e#10918#11114#0" expanded="true" />
|
415
|
-
<element signature="e#11122#12132#0" expanded="true" />
|
416
|
-
<element signature="e#12140#12668#0" expanded="true" />
|
417
|
-
<element signature="e#12722#12794#0" expanded="true" />
|
418
|
-
<element signature="e#12977#13068#0" expanded="true" />
|
419
|
-
<element signature="e#13071#13140#0" expanded="true" />
|
420
|
-
<element signature="e#13143#13242#0" expanded="true" />
|
421
|
-
<element signature="e#13245#13371#0" expanded="true" />
|
422
|
-
<element signature="e#13390#13451#0" expanded="true" />
|
423
|
-
<element signature="e#13565#13878#0" expanded="true" />
|
424
|
-
<element signature="e#13886#13942#0" expanded="true" />
|
425
|
-
<element signature="e#13950#13992#0" expanded="true" />
|
426
|
-
<element signature="e#14000#14083#0" expanded="true" />
|
427
|
-
<element signature="e#14116#14250#2" expanded="true" />
|
428
|
-
</folding>
|
429
|
-
</state>
|
430
|
-
</provider>
|
431
|
-
</entry>
|
432
|
-
</component>
|
433
|
-
</project>
|
434
|
-
|