fiveinarow 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +6 -0
- data/.idea/fiveinarow.iml +64 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vagrant.xml +7 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +714 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +38 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/fiveinarow.gemspec +33 -0
- data/lib/fiveinarow.rb +101 -0
- data/lib/fiveinarow/ai_player.rb +99 -0
- data/lib/fiveinarow/board.rb +132 -0
- data/lib/fiveinarow/cell.rb +32 -0
- data/lib/fiveinarow/generic_player.rb +8 -0
- data/lib/fiveinarow/hotseat_player.rb +4 -0
- data/lib/fiveinarow/version.rb +3 -0
- data/lib/fiveinarow/z_order.rb +3 -0
- data/lib/media/background_800_800.png +0 -0
- data/lib/media/cell_alpha_35_35.png +0 -0
- data/lib/media/cell_o_35_35.png +0 -0
- data/lib/media/cell_white_35_35.png +0 -0
- data/lib/media/cell_win_35_35.png +0 -0
- data/lib/media/cell_x_35_35.png +0 -0
- data/lib/media/the_end_800_800.png +0 -0
- metadata +120 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b6183305d302beff17d859154bea43548d2d7a41
|
4
|
+
data.tar.gz: 225060c6a77e273a07ccbfdd64e43db831259971
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bdf91e1a03e9370ce1668952ec425449c845238b546a315905af5a6b0ec73c2d78499ebdebcd75827e3ef7a9dd2af967edda048fa93ef3178b83c3eafcc0f054
|
7
|
+
data.tar.gz: f05361e0611457ef3838b157fe02c6aad992f163e9f44c9b5db2b1a955d003583cc3210ffb528a815ba669717df49909f8bd105b52f1f56ba7f35b8cf09d86e3
|
data/.gitignore
ADDED
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build fiveinarow-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install fiveinarow-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install fiveinarow-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push fiveinarow-0.1.0.gem to Rubygems" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="gem" name="Ruby Gem">
|
5
|
+
<configuration>
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
13
|
+
<configuration default="false" name="fiveinarow" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
14
|
+
<module name="fiveinarow" />
|
15
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
16
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
17
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
18
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
19
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
20
|
+
<envs />
|
21
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
22
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
23
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
24
|
+
<COVERAGE_PATTERN ENABLED="true">
|
25
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
26
|
+
</COVERAGE_PATTERN>
|
27
|
+
</EXTENSION>
|
28
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/fiveinarow.rb" />
|
29
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
30
|
+
<method />
|
31
|
+
</configuration>
|
32
|
+
<configuration default="false" name="fiveinarow (1)" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
33
|
+
<module name="fiveinarow" />
|
34
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
35
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
36
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
37
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
38
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
39
|
+
<envs />
|
40
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
41
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
42
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
43
|
+
<COVERAGE_PATTERN ENABLED="true">
|
44
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
45
|
+
</COVERAGE_PATTERN>
|
46
|
+
</EXTENSION>
|
47
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/fiveinarow.rb" />
|
48
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
49
|
+
<method />
|
50
|
+
</configuration>
|
51
|
+
</component>
|
52
|
+
<component name="NewModuleRootManager">
|
53
|
+
<content url="file://$MODULE_DIR$">
|
54
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
55
|
+
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
56
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
57
|
+
</content>
|
58
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-2.2.1" jdkType="RUBY_SDK" />
|
59
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
60
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.11.2, RVM: ruby-2.2.1) [gem]" level="application" />
|
61
|
+
<orderEntry type="library" scope="PROVIDED" name="gosu (v0.10.5, RVM: ruby-2.2.1) [gem]" level="application" />
|
62
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.5.0, RVM: ruby-2.2.1) [gem]" level="application" />
|
63
|
+
</component>
|
64
|
+
</module>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/fiveinarow.iml" filepath="$PROJECT_DIR$/.idea/fiveinarow.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
data/.idea/vagrant.xml
ADDED
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,714 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="9c21da58-0921-4f3c-9ae6-f0ca52a10178" name="Default" comment="">
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/fiveinarow.gemspec" afterPath="$PROJECT_DIR$/fiveinarow.gemspec" />
|
6
|
+
</list>
|
7
|
+
<ignored path="fiveinarow.iws" />
|
8
|
+
<ignored path=".idea/workspace.xml" />
|
9
|
+
<ignored path=".idea/dataSources.local.xml" />
|
10
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
11
|
+
<option name="TRACKING_ENABLED" value="true" />
|
12
|
+
<option name="SHOW_DIALOG" value="false" />
|
13
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
14
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
15
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
16
|
+
</component>
|
17
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
18
|
+
<component name="CoverageDataManager">
|
19
|
+
<SUITE FILE_PATH="coverage/fiveinarow@fiveinarow__1_.coverage" NAME="fiveinarow (1) Coverage Results" MODIFIED="1453549463758" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="fiveinarow" />
|
20
|
+
<SUITE FILE_PATH="coverage/fiveinarow@fiveinarow.coverage" NAME="fiveinarow Coverage Results" MODIFIED="1453631885560" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="fiveinarow" />
|
21
|
+
</component>
|
22
|
+
<component name="CreatePatchCommitExecutor">
|
23
|
+
<option name="PATCH_PATH" value="" />
|
24
|
+
</component>
|
25
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
26
|
+
<component name="FavoritesManager">
|
27
|
+
<favorites_list name="fiveinarow" />
|
28
|
+
</component>
|
29
|
+
<component name="FileEditorManager">
|
30
|
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
31
|
+
<file leaf-file-name="fiveinarow.rb" pinned="false" current-in-tab="false">
|
32
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow.rb">
|
33
|
+
<provider selected="true" editor-type-id="text-editor">
|
34
|
+
<state vertical-scroll-proportion="0.0">
|
35
|
+
<caret line="59" column="10" selection-start-line="59" selection-start-column="10" selection-end-line="59" selection-end-column="10" />
|
36
|
+
<folding />
|
37
|
+
</state>
|
38
|
+
</provider>
|
39
|
+
</entry>
|
40
|
+
</file>
|
41
|
+
<file leaf-file-name="z_order.rb" pinned="false" current-in-tab="false">
|
42
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/z_order.rb">
|
43
|
+
<provider selected="true" editor-type-id="text-editor">
|
44
|
+
<state vertical-scroll-proportion="0.0">
|
45
|
+
<caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
|
46
|
+
<folding />
|
47
|
+
</state>
|
48
|
+
</provider>
|
49
|
+
</entry>
|
50
|
+
</file>
|
51
|
+
<file leaf-file-name="generic_player.rb" pinned="false" current-in-tab="false">
|
52
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/generic_player.rb">
|
53
|
+
<provider selected="true" editor-type-id="text-editor">
|
54
|
+
<state vertical-scroll-proportion="0.0">
|
55
|
+
<caret line="4" column="14" selection-start-line="4" selection-start-column="14" selection-end-line="4" selection-end-column="14" />
|
56
|
+
<folding />
|
57
|
+
</state>
|
58
|
+
</provider>
|
59
|
+
</entry>
|
60
|
+
</file>
|
61
|
+
<file leaf-file-name="ai_player.rb" pinned="false" current-in-tab="false">
|
62
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/ai_player.rb">
|
63
|
+
<provider selected="true" editor-type-id="text-editor">
|
64
|
+
<state vertical-scroll-proportion="0.0">
|
65
|
+
<caret line="88" column="25" selection-start-line="88" selection-start-column="25" selection-end-line="88" selection-end-column="25" />
|
66
|
+
<folding />
|
67
|
+
</state>
|
68
|
+
</provider>
|
69
|
+
</entry>
|
70
|
+
</file>
|
71
|
+
<file leaf-file-name="hotseat_player.rb" pinned="false" current-in-tab="false">
|
72
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/hotseat_player.rb">
|
73
|
+
<provider selected="true" editor-type-id="text-editor">
|
74
|
+
<state vertical-scroll-proportion="0.0">
|
75
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="33" />
|
76
|
+
<folding />
|
77
|
+
</state>
|
78
|
+
</provider>
|
79
|
+
</entry>
|
80
|
+
</file>
|
81
|
+
<file leaf-file-name="board.rb" pinned="false" current-in-tab="false">
|
82
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/board.rb">
|
83
|
+
<provider selected="true" editor-type-id="text-editor">
|
84
|
+
<state vertical-scroll-proportion="0.0">
|
85
|
+
<caret line="93" column="38" selection-start-line="93" selection-start-column="38" selection-end-line="93" selection-end-column="38" />
|
86
|
+
<folding />
|
87
|
+
</state>
|
88
|
+
</provider>
|
89
|
+
</entry>
|
90
|
+
</file>
|
91
|
+
<file leaf-file-name="cell.rb" pinned="false" current-in-tab="false">
|
92
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/cell.rb">
|
93
|
+
<provider selected="true" editor-type-id="text-editor">
|
94
|
+
<state vertical-scroll-proportion="0.0">
|
95
|
+
<caret line="12" column="16" selection-start-line="12" selection-start-column="16" selection-end-line="12" selection-end-column="16" />
|
96
|
+
<folding />
|
97
|
+
</state>
|
98
|
+
</provider>
|
99
|
+
</entry>
|
100
|
+
</file>
|
101
|
+
<file leaf-file-name="README.md" pinned="false" current-in-tab="false">
|
102
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
103
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
104
|
+
<state split_layout="FIRST">
|
105
|
+
<first_editor vertical-scroll-proportion="0.0">
|
106
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
107
|
+
<folding />
|
108
|
+
</first_editor>
|
109
|
+
<second_editor />
|
110
|
+
</state>
|
111
|
+
</provider>
|
112
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
113
|
+
<state />
|
114
|
+
</provider>
|
115
|
+
</entry>
|
116
|
+
</file>
|
117
|
+
<file leaf-file-name="fiveinarow.gemspec" pinned="false" current-in-tab="true">
|
118
|
+
<entry file="file://$PROJECT_DIR$/fiveinarow.gemspec">
|
119
|
+
<provider selected="true" editor-type-id="text-editor">
|
120
|
+
<state vertical-scroll-proportion="0.66588783">
|
121
|
+
<caret line="19" column="62" selection-start-line="19" selection-start-column="62" selection-end-line="19" selection-end-column="62" />
|
122
|
+
<folding />
|
123
|
+
</state>
|
124
|
+
</provider>
|
125
|
+
</entry>
|
126
|
+
</file>
|
127
|
+
<file leaf-file-name="CODE_OF_CONDUCT.md" pinned="false" current-in-tab="false">
|
128
|
+
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
129
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
130
|
+
<state split_layout="FIRST">
|
131
|
+
<first_editor vertical-scroll-proportion="0.0">
|
132
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
133
|
+
<folding />
|
134
|
+
</first_editor>
|
135
|
+
<second_editor />
|
136
|
+
</state>
|
137
|
+
</provider>
|
138
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
139
|
+
<state />
|
140
|
+
</provider>
|
141
|
+
</entry>
|
142
|
+
</file>
|
143
|
+
</leaf>
|
144
|
+
</component>
|
145
|
+
<component name="FileTemplateManagerImpl">
|
146
|
+
<option name="RECENT_TEMPLATES">
|
147
|
+
<list>
|
148
|
+
<option value="Ruby Class Template" />
|
149
|
+
</list>
|
150
|
+
</option>
|
151
|
+
</component>
|
152
|
+
<component name="Git.Settings">
|
153
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
154
|
+
</component>
|
155
|
+
<component name="IdeDocumentHistory">
|
156
|
+
<option name="CHANGED_PATHS">
|
157
|
+
<list>
|
158
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow/cell.rb" />
|
159
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow/generic_player.rb" />
|
160
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow/hotseat_player.rb" />
|
161
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow/ai_player.rb" />
|
162
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow/z_order.rb" />
|
163
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow.rb" />
|
164
|
+
<option value="$PROJECT_DIR$/lib/fiveinarow/board.rb" />
|
165
|
+
<option value="$PROJECT_DIR$/README.md" />
|
166
|
+
<option value="$PROJECT_DIR$/fiveinarow.gemspec" />
|
167
|
+
</list>
|
168
|
+
</option>
|
169
|
+
</component>
|
170
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
171
|
+
<component name="JsBuildToolPackageJson" detection-done="true" />
|
172
|
+
<component name="JsGulpfileManager">
|
173
|
+
<detection-done>true</detection-done>
|
174
|
+
</component>
|
175
|
+
<component name="ProjectFrameBounds">
|
176
|
+
<option name="x" value="21" />
|
177
|
+
<option name="y" value="-1" />
|
178
|
+
<option name="width" value="1346" />
|
179
|
+
<option name="height" value="773" />
|
180
|
+
</component>
|
181
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
182
|
+
<OptionsSetting value="true" id="Add" />
|
183
|
+
<OptionsSetting value="true" id="Remove" />
|
184
|
+
<OptionsSetting value="true" id="Checkout" />
|
185
|
+
<OptionsSetting value="true" id="Update" />
|
186
|
+
<OptionsSetting value="true" id="Status" />
|
187
|
+
<OptionsSetting value="true" id="Edit" />
|
188
|
+
<ConfirmationsSetting value="0" id="Add" />
|
189
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
190
|
+
</component>
|
191
|
+
<component name="ProjectView">
|
192
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
193
|
+
<flattenPackages />
|
194
|
+
<showMembers />
|
195
|
+
<showModules />
|
196
|
+
<showLibraryContents />
|
197
|
+
<hideEmptyPackages />
|
198
|
+
<abbreviatePackageNames />
|
199
|
+
<autoscrollToSource />
|
200
|
+
<autoscrollFromSource />
|
201
|
+
<sortByType />
|
202
|
+
<manualOrder />
|
203
|
+
<foldersAlwaysOnTop value="true" />
|
204
|
+
</navigator>
|
205
|
+
<panes>
|
206
|
+
<pane id="ProjectPane">
|
207
|
+
<subPane>
|
208
|
+
<PATH>
|
209
|
+
<PATH_ELEMENT>
|
210
|
+
<option name="myItemId" value="fiveinarow" />
|
211
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
212
|
+
</PATH_ELEMENT>
|
213
|
+
</PATH>
|
214
|
+
<PATH>
|
215
|
+
<PATH_ELEMENT>
|
216
|
+
<option name="myItemId" value="fiveinarow" />
|
217
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
218
|
+
</PATH_ELEMENT>
|
219
|
+
<PATH_ELEMENT>
|
220
|
+
<option name="myItemId" value="fiveinarow" />
|
221
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
222
|
+
</PATH_ELEMENT>
|
223
|
+
</PATH>
|
224
|
+
<PATH>
|
225
|
+
<PATH_ELEMENT>
|
226
|
+
<option name="myItemId" value="fiveinarow" />
|
227
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
228
|
+
</PATH_ELEMENT>
|
229
|
+
<PATH_ELEMENT>
|
230
|
+
<option name="myItemId" value="fiveinarow" />
|
231
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
232
|
+
</PATH_ELEMENT>
|
233
|
+
<PATH_ELEMENT>
|
234
|
+
<option name="myItemId" value="lib" />
|
235
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
236
|
+
</PATH_ELEMENT>
|
237
|
+
</PATH>
|
238
|
+
<PATH>
|
239
|
+
<PATH_ELEMENT>
|
240
|
+
<option name="myItemId" value="fiveinarow" />
|
241
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
242
|
+
</PATH_ELEMENT>
|
243
|
+
<PATH_ELEMENT>
|
244
|
+
<option name="myItemId" value="fiveinarow" />
|
245
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
246
|
+
</PATH_ELEMENT>
|
247
|
+
<PATH_ELEMENT>
|
248
|
+
<option name="myItemId" value="lib" />
|
249
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
250
|
+
</PATH_ELEMENT>
|
251
|
+
<PATH_ELEMENT>
|
252
|
+
<option name="myItemId" value="fiveinarow" />
|
253
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
254
|
+
</PATH_ELEMENT>
|
255
|
+
</PATH>
|
256
|
+
</subPane>
|
257
|
+
</pane>
|
258
|
+
<pane id="Scope" />
|
259
|
+
<pane id="Scratches" />
|
260
|
+
</panes>
|
261
|
+
</component>
|
262
|
+
<component name="PropertiesComponent">
|
263
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
264
|
+
<property name="settings.editor.selected.configurable" value="preferences.keymap" />
|
265
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
266
|
+
</component>
|
267
|
+
<component name="RunManager" selected="Ruby.fiveinarow">
|
268
|
+
<configuration default="false" name="fiveinarow" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
269
|
+
<module name="fiveinarow" />
|
270
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
271
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
272
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
273
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
274
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
275
|
+
<envs />
|
276
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
277
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
278
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
279
|
+
<COVERAGE_PATTERN ENABLED="true">
|
280
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
281
|
+
</COVERAGE_PATTERN>
|
282
|
+
</EXTENSION>
|
283
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/fiveinarow.rb" />
|
284
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
285
|
+
<method />
|
286
|
+
</configuration>
|
287
|
+
<configuration default="false" name="fiveinarow (1)" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
288
|
+
<module name="fiveinarow" />
|
289
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
290
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
291
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
292
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
293
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
294
|
+
<envs />
|
295
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
296
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
297
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
298
|
+
<COVERAGE_PATTERN ENABLED="true">
|
299
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
300
|
+
</COVERAGE_PATTERN>
|
301
|
+
</EXTENSION>
|
302
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/fiveinarow.rb" />
|
303
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
304
|
+
<method />
|
305
|
+
</configuration>
|
306
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
307
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
308
|
+
<module name="" />
|
309
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
310
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
311
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
312
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
313
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
314
|
+
<envs />
|
315
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
316
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
317
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
318
|
+
<COVERAGE_PATTERN ENABLED="true">
|
319
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
320
|
+
</COVERAGE_PATTERN>
|
321
|
+
</EXTENSION>
|
322
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
323
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
324
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
325
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
326
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
327
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
328
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
329
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
330
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
331
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
332
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
333
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
334
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
335
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
336
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
337
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
338
|
+
<method />
|
339
|
+
</configuration>
|
340
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
341
|
+
<method />
|
342
|
+
</configuration>
|
343
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
344
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
345
|
+
<module name="" />
|
346
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
347
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
348
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
349
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
350
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
351
|
+
<envs />
|
352
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
353
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
354
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
355
|
+
<COVERAGE_PATTERN ENABLED="true">
|
356
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
357
|
+
</COVERAGE_PATTERN>
|
358
|
+
</EXTENSION>
|
359
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
360
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
361
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
362
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
363
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
364
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
365
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
366
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
367
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
368
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
369
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
370
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
371
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
372
|
+
<method />
|
373
|
+
</configuration>
|
374
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
375
|
+
<module name="" />
|
376
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
377
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
378
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
379
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
380
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
381
|
+
<envs />
|
382
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
383
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
384
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
385
|
+
<COVERAGE_PATTERN ENABLED="true">
|
386
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
387
|
+
</COVERAGE_PATTERN>
|
388
|
+
</EXTENSION>
|
389
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
390
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
391
|
+
<method />
|
392
|
+
</configuration>
|
393
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
394
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
395
|
+
<module name="" />
|
396
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
397
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
398
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
399
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
400
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
401
|
+
<envs />
|
402
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
403
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
404
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
405
|
+
<COVERAGE_PATTERN ENABLED="true">
|
406
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
407
|
+
</COVERAGE_PATTERN>
|
408
|
+
</EXTENSION>
|
409
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
410
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
411
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
412
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
413
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
414
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
415
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
416
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
417
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
418
|
+
<method />
|
419
|
+
</configuration>
|
420
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
421
|
+
<node-options />
|
422
|
+
<gulpfile />
|
423
|
+
<tasks />
|
424
|
+
<arguments />
|
425
|
+
<envs />
|
426
|
+
<method />
|
427
|
+
</configuration>
|
428
|
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
429
|
+
<command value="run-script" />
|
430
|
+
<scripts />
|
431
|
+
<envs />
|
432
|
+
<method />
|
433
|
+
</configuration>
|
434
|
+
<list size="2">
|
435
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.fiveinarow" />
|
436
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.fiveinarow (1)" />
|
437
|
+
</list>
|
438
|
+
<recent_temporary>
|
439
|
+
<list size="2">
|
440
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.fiveinarow" />
|
441
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.fiveinarow (1)" />
|
442
|
+
</list>
|
443
|
+
</recent_temporary>
|
444
|
+
</component>
|
445
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
446
|
+
<component name="SvnConfiguration">
|
447
|
+
<configuration />
|
448
|
+
</component>
|
449
|
+
<component name="TaskManager">
|
450
|
+
<task active="true" id="Default" summary="Default task">
|
451
|
+
<changelist id="9c21da58-0921-4f3c-9ae6-f0ca52a10178" name="Default" comment="" />
|
452
|
+
<created>1453545972263</created>
|
453
|
+
<option name="number" value="Default" />
|
454
|
+
<updated>1453545972263</updated>
|
455
|
+
</task>
|
456
|
+
<servers />
|
457
|
+
</component>
|
458
|
+
<component name="ToolWindowManager">
|
459
|
+
<frame x="21" y="-1" width="1346" height="773" extended-state="6" />
|
460
|
+
<editor active="true" />
|
461
|
+
<layout>
|
462
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
463
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
464
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
465
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
466
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.14746544" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
467
|
+
<window_info id="Debug" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24807988" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
468
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32791728" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
469
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
470
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
471
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3293944" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
472
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
473
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
474
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
475
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
476
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
477
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
478
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
479
|
+
</layout>
|
480
|
+
<layout-to-restore>
|
481
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
482
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
483
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
484
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
485
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
486
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
487
|
+
<window_info id="Debug" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24807988" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
488
|
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
489
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
490
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3293944" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
491
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
492
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
493
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
494
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.14516129" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
495
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32791728" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
496
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
497
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
498
|
+
</layout-to-restore>
|
499
|
+
</component>
|
500
|
+
<component name="Vcs.Log.UiProperties">
|
501
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
502
|
+
<collection />
|
503
|
+
</option>
|
504
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
505
|
+
<collection />
|
506
|
+
</option>
|
507
|
+
</component>
|
508
|
+
<component name="VcsContentAnnotationSettings">
|
509
|
+
<option name="myLimit" value="2678400000" />
|
510
|
+
</component>
|
511
|
+
<component name="XDebuggerManager">
|
512
|
+
<breakpoint-manager />
|
513
|
+
<watches-manager />
|
514
|
+
</component>
|
515
|
+
<component name="editorHistoryManager">
|
516
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow.rb">
|
517
|
+
<provider selected="true" editor-type-id="text-editor">
|
518
|
+
<state vertical-scroll-proportion="0.0">
|
519
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
520
|
+
<folding />
|
521
|
+
</state>
|
522
|
+
</provider>
|
523
|
+
</entry>
|
524
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/z_order.rb">
|
525
|
+
<provider selected="true" editor-type-id="text-editor">
|
526
|
+
<state vertical-scroll-proportion="0.0">
|
527
|
+
<caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
|
528
|
+
<folding />
|
529
|
+
</state>
|
530
|
+
</provider>
|
531
|
+
</entry>
|
532
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/generic_player.rb">
|
533
|
+
<provider selected="true" editor-type-id="text-editor">
|
534
|
+
<state vertical-scroll-proportion="0.0">
|
535
|
+
<caret line="4" column="14" selection-start-line="4" selection-start-column="14" selection-end-line="4" selection-end-column="14" />
|
536
|
+
<folding />
|
537
|
+
</state>
|
538
|
+
</provider>
|
539
|
+
</entry>
|
540
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/ai_player.rb">
|
541
|
+
<provider selected="true" editor-type-id="text-editor">
|
542
|
+
<state vertical-scroll-proportion="0.0">
|
543
|
+
<caret line="88" column="25" selection-start-line="88" selection-start-column="25" selection-end-line="88" selection-end-column="25" />
|
544
|
+
<folding />
|
545
|
+
</state>
|
546
|
+
</provider>
|
547
|
+
</entry>
|
548
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/hotseat_player.rb">
|
549
|
+
<provider selected="true" editor-type-id="text-editor">
|
550
|
+
<state vertical-scroll-proportion="0.0">
|
551
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="33" />
|
552
|
+
<folding />
|
553
|
+
</state>
|
554
|
+
</provider>
|
555
|
+
</entry>
|
556
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/board.rb">
|
557
|
+
<provider selected="true" editor-type-id="text-editor">
|
558
|
+
<state vertical-scroll-proportion="0.0">
|
559
|
+
<caret line="93" column="38" selection-start-line="93" selection-start-column="38" selection-end-line="93" selection-end-column="38" />
|
560
|
+
<folding />
|
561
|
+
</state>
|
562
|
+
</provider>
|
563
|
+
</entry>
|
564
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/cell.rb">
|
565
|
+
<provider selected="true" editor-type-id="text-editor">
|
566
|
+
<state vertical-scroll-proportion="0.0">
|
567
|
+
<caret line="12" column="16" selection-start-line="12" selection-start-column="16" selection-end-line="12" selection-end-column="16" />
|
568
|
+
<folding />
|
569
|
+
</state>
|
570
|
+
</provider>
|
571
|
+
</entry>
|
572
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
573
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
574
|
+
<state split_layout="FIRST">
|
575
|
+
<first_editor vertical-scroll-proportion="0.0">
|
576
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
577
|
+
<folding />
|
578
|
+
</first_editor>
|
579
|
+
<second_editor />
|
580
|
+
</state>
|
581
|
+
</provider>
|
582
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
583
|
+
<state />
|
584
|
+
</provider>
|
585
|
+
</entry>
|
586
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow.rb">
|
587
|
+
<provider selected="true" editor-type-id="text-editor">
|
588
|
+
<state vertical-scroll-proportion="0.0">
|
589
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
590
|
+
<folding />
|
591
|
+
</state>
|
592
|
+
</provider>
|
593
|
+
</entry>
|
594
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow.rb">
|
595
|
+
<provider selected="true" editor-type-id="text-editor">
|
596
|
+
<state vertical-scroll-proportion="0.0">
|
597
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
598
|
+
<folding />
|
599
|
+
</state>
|
600
|
+
</provider>
|
601
|
+
</entry>
|
602
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/version.rb">
|
603
|
+
<provider selected="true" editor-type-id="text-editor">
|
604
|
+
<state vertical-scroll-proportion="0.0">
|
605
|
+
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
606
|
+
</state>
|
607
|
+
</provider>
|
608
|
+
</entry>
|
609
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/hotseat_player.rb">
|
610
|
+
<provider selected="true" editor-type-id="text-editor">
|
611
|
+
<state vertical-scroll-proportion="0.0">
|
612
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="33" />
|
613
|
+
<folding />
|
614
|
+
</state>
|
615
|
+
</provider>
|
616
|
+
</entry>
|
617
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/cell.rb">
|
618
|
+
<provider selected="true" editor-type-id="text-editor">
|
619
|
+
<state vertical-scroll-proportion="0.0">
|
620
|
+
<caret line="12" column="16" selection-start-line="12" selection-start-column="16" selection-end-line="12" selection-end-column="16" />
|
621
|
+
<folding />
|
622
|
+
</state>
|
623
|
+
</provider>
|
624
|
+
</entry>
|
625
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/generic_player.rb">
|
626
|
+
<provider selected="true" editor-type-id="text-editor">
|
627
|
+
<state vertical-scroll-proportion="0.0">
|
628
|
+
<caret line="4" column="14" selection-start-line="4" selection-start-column="14" selection-end-line="4" selection-end-column="14" />
|
629
|
+
<folding />
|
630
|
+
</state>
|
631
|
+
</provider>
|
632
|
+
</entry>
|
633
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/z_order.rb">
|
634
|
+
<provider selected="true" editor-type-id="text-editor">
|
635
|
+
<state vertical-scroll-proportion="0.0">
|
636
|
+
<caret line="1" column="16" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
|
637
|
+
<folding />
|
638
|
+
</state>
|
639
|
+
</provider>
|
640
|
+
</entry>
|
641
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/ai_player.rb">
|
642
|
+
<provider selected="true" editor-type-id="text-editor">
|
643
|
+
<state vertical-scroll-proportion="0.0">
|
644
|
+
<caret line="88" column="25" selection-start-line="88" selection-start-column="25" selection-end-line="88" selection-end-column="25" />
|
645
|
+
<folding />
|
646
|
+
</state>
|
647
|
+
</provider>
|
648
|
+
</entry>
|
649
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow.rb">
|
650
|
+
<provider selected="true" editor-type-id="text-editor">
|
651
|
+
<state vertical-scroll-proportion="0.0">
|
652
|
+
<caret line="59" column="10" selection-start-line="59" selection-start-column="10" selection-end-line="59" selection-end-column="10" />
|
653
|
+
<folding />
|
654
|
+
</state>
|
655
|
+
</provider>
|
656
|
+
</entry>
|
657
|
+
<entry file="file://$PROJECT_DIR$/lib/fiveinarow/board.rb">
|
658
|
+
<provider selected="true" editor-type-id="text-editor">
|
659
|
+
<state vertical-scroll-proportion="0.0">
|
660
|
+
<caret line="93" column="38" selection-start-line="93" selection-start-column="38" selection-end-line="93" selection-end-column="38" />
|
661
|
+
<folding />
|
662
|
+
</state>
|
663
|
+
</provider>
|
664
|
+
</entry>
|
665
|
+
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
666
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
667
|
+
<state split_layout="FIRST">
|
668
|
+
<first_editor vertical-scroll-proportion="0.0">
|
669
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
670
|
+
<folding />
|
671
|
+
</first_editor>
|
672
|
+
<second_editor />
|
673
|
+
</state>
|
674
|
+
</provider>
|
675
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
676
|
+
<state />
|
677
|
+
</provider>
|
678
|
+
<provider editor-type-id="text-editor">
|
679
|
+
<state vertical-scroll-proportion="-0.20769231">
|
680
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
681
|
+
<folding />
|
682
|
+
</state>
|
683
|
+
</provider>
|
684
|
+
</entry>
|
685
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
686
|
+
<provider selected="true" editor-type-id="split-provider[text-editor;MultiMarkdownPreviewEditor]">
|
687
|
+
<state split_layout="FIRST">
|
688
|
+
<first_editor vertical-scroll-proportion="0.0">
|
689
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
690
|
+
<folding />
|
691
|
+
</first_editor>
|
692
|
+
<second_editor />
|
693
|
+
</state>
|
694
|
+
</provider>
|
695
|
+
<provider editor-type-id="MultiMarkdownFxPreviewEditor">
|
696
|
+
<state />
|
697
|
+
</provider>
|
698
|
+
<provider editor-type-id="text-editor">
|
699
|
+
<state vertical-scroll-proportion="-20.538462">
|
700
|
+
<caret line="38" column="0" selection-start-line="38" selection-start-column="0" selection-end-line="38" selection-end-column="0" />
|
701
|
+
<folding />
|
702
|
+
</state>
|
703
|
+
</provider>
|
704
|
+
</entry>
|
705
|
+
<entry file="file://$PROJECT_DIR$/fiveinarow.gemspec">
|
706
|
+
<provider selected="true" editor-type-id="text-editor">
|
707
|
+
<state vertical-scroll-proportion="0.66588783">
|
708
|
+
<caret line="19" column="62" selection-start-line="19" selection-start-column="62" selection-end-line="19" selection-end-column="62" />
|
709
|
+
<folding />
|
710
|
+
</state>
|
711
|
+
</provider>
|
712
|
+
</entry>
|
713
|
+
</component>
|
714
|
+
</project>
|