hoe-manns 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +0 -0
- data/.autotest +25 -0
- data/.gemnasium.yml +5 -0
- data/.idea/hoe-manns.iml +91 -0
- data/.idea/misc.xml +14 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.idea/workspace.xml +795 -0
- data/.index +173 -0
- data/.rspec +2 -0
- data/.rubocop.yml +39 -0
- data/.scrutinizer.yml +17 -0
- data/.travis.yml +28 -0
- data/CODE_OF_CONDUCT.md +17 -0
- data/CONTRIBUTING.md +33 -0
- data/Gemfile +37 -0
- data/Gemfile.lock +186 -0
- data/History.rdoc +7 -0
- data/LICENSE.rdoc +24 -0
- data/Manifest.txt +62 -0
- data/README.rdoc +114 -0
- data/Rakefile +104 -0
- data/VERSION +1 -0
- data/config.reek +111 -0
- data/etc/hoe-manns.cfg +1 -0
- data/lib/hoe/manns.rb +128 -0
- data/manual/layouts/default.erb +87 -0
- data/manual/lib/api-filter.rb +96 -0
- data/manual/lib/editorial-filter.rb +59 -0
- data/manual/lib/examples-filter.rb +230 -0
- data/manual/lib/links-filter.rb +111 -0
- data/manual/resources/css/manual.css +764 -0
- data/manual/resources/css/reset.css +112 -0
- data/manual/resources/fonts/GraublauWeb.otf +0 -0
- data/manual/resources/fonts/GraublauWebBold.otf +0 -0
- data/manual/resources/fonts/Inconsolata.otf +0 -0
- data/manual/resources/images/arrow_225_small.png +0 -0
- data/manual/resources/images/arrow_315_small.png +0 -0
- data/manual/resources/images/arrow_skip.png +0 -0
- data/manual/resources/images/cc-by.png +0 -0
- data/manual/resources/images/dialog-error.png +0 -0
- data/manual/resources/images/dialog-information.png +0 -0
- data/manual/resources/images/dialog-warning.png +0 -0
- data/manual/resources/images/emblem-important.png +0 -0
- data/manual/resources/images/help.png +0 -0
- data/manual/resources/images/information.png +0 -0
- data/manual/resources/images/magnifier.png +0 -0
- data/manual/resources/images/magnifier_left.png +0 -0
- data/manual/resources/images/page_white_code.png +0 -0
- data/manual/resources/images/page_white_copy.png +0 -0
- data/manual/resources/images/printer.png +0 -0
- data/manual/resources/images/question.png +0 -0
- data/manual/resources/images/scripts_code.png +0 -0
- data/manual/resources/images/wrap.png +0 -0
- data/manual/resources/images/wrapping.png +0 -0
- data/manual/resources/js/jquery-1.4.4.min.js +167 -0
- data/manual/resources/js/manual.js +30 -0
- data/manual/resources/js/sh.js +580 -0
- data/manual/resources/swf/clipboard.swf +0 -0
- data/manual/src/apidocs.page +17 -0
- data/manual/src/index.page +70 -0
- data/test/manns_spec.rb +54 -0
- data/test/spec_helper.rb +16 -0
- data.tar.gz.sig +0 -0
- metadata +542 -0
- metadata.gz.sig +0 -0
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,795 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="BookmarkManager">
|
4
|
+
<bookmark url="file://$PROJECT_DIR$/Rakefile" line="92" />
|
5
|
+
</component>
|
6
|
+
<component name="BuildServerSettings">
|
7
|
+
<option name="LOGIN" value="" />
|
8
|
+
<option name="SERVER_URL" value="http://buildserver" />
|
9
|
+
<option name="PASSWORD" />
|
10
|
+
<option name="REMEMBER_ME" value="true" />
|
11
|
+
<option name="USE_IDEA_PROXY_SETTINGS" value="true" />
|
12
|
+
<option name="INSPECTIONS_BUILD_TYPE_IDS" />
|
13
|
+
<option name="DUPLICATES_BUILD_TYPE_IDS" />
|
14
|
+
<option name="COVERAGE_SETTINGS" />
|
15
|
+
<option name="TEST_STATUS_ENABLED" value="true" />
|
16
|
+
<option name="TEST_STATUS_SHOW_SUCCESSFUL" value="false" />
|
17
|
+
<option name="ARTIFACTS_BUILD_TYPE_IDS" />
|
18
|
+
<option name="PERFORM_COMMIT_IF_SUCCESSFUL" value="true" />
|
19
|
+
<option name="PERFORM_COMMIT_IF_NO_NEW_FAILED_TESTS" value="false" />
|
20
|
+
<option name="REQUEST_CONFIRMATON" value="false" />
|
21
|
+
<option name="PRE_TESTED_COMMIT" value="true" />
|
22
|
+
<option name="PROJECT_STATUS_DIALOG_SPLITTER_DIVIDER_LOCATION" value="500" />
|
23
|
+
<option name="CHANGES_STATUS_DIALOG_SPLITTER_DIVIDER_LOCATION" value="500" />
|
24
|
+
<option name="FILTER_BY_STATUS" value="false" />
|
25
|
+
<option name="FILTER_MARKED_AS_FIXED" value="false" />
|
26
|
+
<option name="SHOW_CLOSE_PROMPT" value="true" />
|
27
|
+
<option name="TOOL_WINDOW_SELECTED_CONTENT_INDEX" value="0" />
|
28
|
+
<option name="FILTER_BY_CURRENT_PROJECT" value="true" />
|
29
|
+
</component>
|
30
|
+
<component name="ChangeListManager">
|
31
|
+
<list default="true" id="a6ccbb58-cdfc-4600-b2aa-ce3045b620e0" name="Default" comment="">
|
32
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/hoe-manns.gemspec" afterPath="$PROJECT_DIR$/hoe-manns.gemspec" />
|
33
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
34
|
+
</list>
|
35
|
+
<ignored path="hoe-manns.iws" />
|
36
|
+
<ignored path=".idea/workspace.xml" />
|
37
|
+
<ignored path=".idea/dataSources.local.xml" />
|
38
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
39
|
+
<option name="TRACKING_ENABLED" value="true" />
|
40
|
+
<option name="SHOW_DIALOG" value="false" />
|
41
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
42
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
43
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
44
|
+
</component>
|
45
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
46
|
+
<component name="CreatePatchCommitExecutor">
|
47
|
+
<option name="PATCH_PATH" value="" />
|
48
|
+
</component>
|
49
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
50
|
+
<component name="FavoritesManager">
|
51
|
+
<favorites_list name="hoe-manns" />
|
52
|
+
</component>
|
53
|
+
<component name="FileEditorManager">
|
54
|
+
<leaf>
|
55
|
+
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="false">
|
56
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
57
|
+
<provider selected="true" editor-type-id="text-editor">
|
58
|
+
<state vertical-scroll-proportion="0.0">
|
59
|
+
<caret line="74" column="20" selection-start-line="74" selection-start-column="20" selection-end-line="74" selection-end-column="20" />
|
60
|
+
<folding />
|
61
|
+
</state>
|
62
|
+
</provider>
|
63
|
+
</entry>
|
64
|
+
</file>
|
65
|
+
<file leaf-file-name="hoe-manns.gemspec" pinned="false" current-in-tab="true">
|
66
|
+
<entry file="file://$PROJECT_DIR$/hoe-manns.gemspec">
|
67
|
+
<provider selected="true" editor-type-id="text-editor">
|
68
|
+
<state vertical-scroll-proportion="0.14705883">
|
69
|
+
<caret line="5" column="20" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
70
|
+
<folding />
|
71
|
+
</state>
|
72
|
+
</provider>
|
73
|
+
</entry>
|
74
|
+
</file>
|
75
|
+
</leaf>
|
76
|
+
</component>
|
77
|
+
<component name="Git.Settings">
|
78
|
+
<option name="PREVIOUS_COMMIT_AUTHORS">
|
79
|
+
<list>
|
80
|
+
<option value="Sascha Manns <samannsml@directbox.com>" />
|
81
|
+
</list>
|
82
|
+
</option>
|
83
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
84
|
+
</component>
|
85
|
+
<component name="IdeDocumentHistory">
|
86
|
+
<option name="CHANGED_PATHS">
|
87
|
+
<list>
|
88
|
+
<option value="$PROJECT_DIR$/VERSION" />
|
89
|
+
<option value="$PROJECT_DIR$/manual/output/css/manual.css" />
|
90
|
+
<option value="$PROJECT_DIR$/etc/hoe-manns.cfg" />
|
91
|
+
<option value="$PROJECT_DIR$/test/test_manns.rb" />
|
92
|
+
<option value="$PROJECT_DIR$/test/spec_helper.rb" />
|
93
|
+
<option value="$PROJECT_DIR$/test/manns_spec.rb" />
|
94
|
+
<option value="$PROJECT_DIR$/.rubocop.yml" />
|
95
|
+
<option value="$PROJECT_DIR$/.travis.yml" />
|
96
|
+
<option value="$PROJECT_DIR$/History.rdoc" />
|
97
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
98
|
+
<option value="$PROJECT_DIR$/lib/hoe/manns.rb" />
|
99
|
+
<option value="$PROJECT_DIR$/manual/src/apidocs.page" />
|
100
|
+
<option value="$PROJECT_DIR$/manual/src/index.page" />
|
101
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
102
|
+
<option value="$PROJECT_DIR$/README.rdoc" />
|
103
|
+
<option value="$PROJECT_DIR$/Index.yml" />
|
104
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
105
|
+
<option value="$PROJECT_DIR$/hoe-manns.gemspec" />
|
106
|
+
</list>
|
107
|
+
</option>
|
108
|
+
</component>
|
109
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
110
|
+
<component name="JsGulpfileManager">
|
111
|
+
<detection-done>true</detection-done>
|
112
|
+
</component>
|
113
|
+
<component name="NamedScopeManager">
|
114
|
+
<order />
|
115
|
+
</component>
|
116
|
+
<component name="ProjectFrameBounds">
|
117
|
+
<option name="x" value="43" />
|
118
|
+
<option name="y" value="24" />
|
119
|
+
<option name="width" value="1877" />
|
120
|
+
<option name="height" value="1056" />
|
121
|
+
</component>
|
122
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
123
|
+
<OptionsSetting value="true" id="Add" />
|
124
|
+
<OptionsSetting value="true" id="Remove" />
|
125
|
+
<OptionsSetting value="true" id="Checkout" />
|
126
|
+
<OptionsSetting value="true" id="Update" />
|
127
|
+
<OptionsSetting value="true" id="Status" />
|
128
|
+
<OptionsSetting value="true" id="Edit" />
|
129
|
+
<ConfirmationsSetting value="0" id="Add" />
|
130
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
131
|
+
</component>
|
132
|
+
<component name="ProjectView">
|
133
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
134
|
+
<flattenPackages />
|
135
|
+
<showMembers />
|
136
|
+
<showModules />
|
137
|
+
<showLibraryContents />
|
138
|
+
<hideEmptyPackages />
|
139
|
+
<abbreviatePackageNames />
|
140
|
+
<autoscrollToSource />
|
141
|
+
<autoscrollFromSource />
|
142
|
+
<sortByType />
|
143
|
+
</navigator>
|
144
|
+
<panes>
|
145
|
+
<pane id="Scope" />
|
146
|
+
<pane id="Scratches" />
|
147
|
+
<pane id="ProjectPane">
|
148
|
+
<subPane>
|
149
|
+
<PATH>
|
150
|
+
<PATH_ELEMENT>
|
151
|
+
<option name="myItemId" value="hoe-manns" />
|
152
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
153
|
+
</PATH_ELEMENT>
|
154
|
+
</PATH>
|
155
|
+
<PATH>
|
156
|
+
<PATH_ELEMENT>
|
157
|
+
<option name="myItemId" value="hoe-manns" />
|
158
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
159
|
+
</PATH_ELEMENT>
|
160
|
+
<PATH_ELEMENT>
|
161
|
+
<option name="myItemId" value="hoe-manns" />
|
162
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
163
|
+
</PATH_ELEMENT>
|
164
|
+
</PATH>
|
165
|
+
</subPane>
|
166
|
+
</pane>
|
167
|
+
</panes>
|
168
|
+
</component>
|
169
|
+
<component name="PropertiesComponent">
|
170
|
+
<property name="settings.editor.selected.configurable" value="vcs.Perforce" />
|
171
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
172
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
173
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
174
|
+
<property name="FullScreen" value="false" />
|
175
|
+
</component>
|
176
|
+
<component name="RunManager">
|
177
|
+
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
178
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
179
|
+
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
180
|
+
<option name="WORKING_DIRECTORY" value="" />
|
181
|
+
<option name="PARENT_ENVS" value="true" />
|
182
|
+
<option name="SCRIPT_NAME" value="" />
|
183
|
+
<option name="PARAMETERS" value="" />
|
184
|
+
<module name="" />
|
185
|
+
<envs />
|
186
|
+
<method />
|
187
|
+
</configuration>
|
188
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
189
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
190
|
+
<module name="" />
|
191
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
192
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
193
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
194
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
195
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
196
|
+
<envs />
|
197
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
198
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
199
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
200
|
+
<COVERAGE_PATTERN ENABLED="true">
|
201
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
202
|
+
</COVERAGE_PATTERN>
|
203
|
+
</EXTENSION>
|
204
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
205
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
206
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
207
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
208
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
209
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
210
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
211
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
212
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
213
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
214
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
215
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
216
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
217
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
218
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
219
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
220
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
221
|
+
<method />
|
222
|
+
</configuration>
|
223
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
224
|
+
<method />
|
225
|
+
</configuration>
|
226
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
227
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
228
|
+
<module name="" />
|
229
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
230
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
231
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
232
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
233
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
234
|
+
<envs />
|
235
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
236
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
237
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
238
|
+
<COVERAGE_PATTERN ENABLED="true">
|
239
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
240
|
+
</COVERAGE_PATTERN>
|
241
|
+
</EXTENSION>
|
242
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
243
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
244
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
245
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
246
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
247
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
248
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
249
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
250
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
251
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
252
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
253
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
254
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
255
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
256
|
+
<method />
|
257
|
+
</configuration>
|
258
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
259
|
+
<module name="" />
|
260
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
261
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
262
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
263
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
264
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
265
|
+
<envs />
|
266
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
267
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
268
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
269
|
+
<COVERAGE_PATTERN ENABLED="true">
|
270
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
271
|
+
</COVERAGE_PATTERN>
|
272
|
+
</EXTENSION>
|
273
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
274
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
275
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
276
|
+
<method />
|
277
|
+
</configuration>
|
278
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
279
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
280
|
+
<module name="" />
|
281
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
282
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
283
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
284
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
285
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
286
|
+
<envs />
|
287
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
288
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
289
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
290
|
+
<COVERAGE_PATTERN ENABLED="true">
|
291
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
292
|
+
</COVERAGE_PATTERN>
|
293
|
+
</EXTENSION>
|
294
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
295
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
296
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
297
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
298
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
299
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
300
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
301
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
302
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
303
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
304
|
+
<method />
|
305
|
+
</configuration>
|
306
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
307
|
+
<node-options />
|
308
|
+
<gulpfile />
|
309
|
+
<tasks />
|
310
|
+
<arguments />
|
311
|
+
<pass-parent-envs>true</pass-parent-envs>
|
312
|
+
<envs />
|
313
|
+
<method />
|
314
|
+
</configuration>
|
315
|
+
</component>
|
316
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
317
|
+
<component name="SvnConfiguration">
|
318
|
+
<configuration />
|
319
|
+
</component>
|
320
|
+
<component name="TaskManager">
|
321
|
+
<task active="true" id="Default" summary="Default task">
|
322
|
+
<changelist id="a6ccbb58-cdfc-4600-b2aa-ce3045b620e0" name="Default" comment="" />
|
323
|
+
<created>1443289586071</created>
|
324
|
+
<option name="number" value="Default" />
|
325
|
+
<updated>1443289586071</updated>
|
326
|
+
</task>
|
327
|
+
<task id="LOCAL-00001" summary="Initial commit">
|
328
|
+
<created>1443406897359</created>
|
329
|
+
<option name="number" value="00001" />
|
330
|
+
<option name="project" value="LOCAL" />
|
331
|
+
<updated>1443406897359</updated>
|
332
|
+
</task>
|
333
|
+
<task id="LOCAL-00002" summary="Initial commit">
|
334
|
+
<created>1443445177752</created>
|
335
|
+
<option name="number" value="00002" />
|
336
|
+
<option name="project" value="LOCAL" />
|
337
|
+
<updated>1443445177752</updated>
|
338
|
+
</task>
|
339
|
+
<task id="LOCAL-00003" summary="Initial commit">
|
340
|
+
<created>1443450730941</created>
|
341
|
+
<option name="number" value="00003" />
|
342
|
+
<option name="project" value="LOCAL" />
|
343
|
+
<updated>1443450730942</updated>
|
344
|
+
</task>
|
345
|
+
<task id="LOCAL-00004" summary="Initial commit">
|
346
|
+
<created>1443451496085</created>
|
347
|
+
<option name="number" value="00004" />
|
348
|
+
<option name="project" value="LOCAL" />
|
349
|
+
<updated>1443451496085</updated>
|
350
|
+
</task>
|
351
|
+
<task id="LOCAL-00005" summary="Initial commit">
|
352
|
+
<created>1443461957034</created>
|
353
|
+
<option name="number" value="00005" />
|
354
|
+
<option name="project" value="LOCAL" />
|
355
|
+
<updated>1443461957034</updated>
|
356
|
+
</task>
|
357
|
+
<task id="LOCAL-00006" summary="Initial commit">
|
358
|
+
<created>1443464264217</created>
|
359
|
+
<option name="number" value="00006" />
|
360
|
+
<option name="project" value="LOCAL" />
|
361
|
+
<updated>1443464264217</updated>
|
362
|
+
</task>
|
363
|
+
<task id="LOCAL-00007" summary="Initial commit">
|
364
|
+
<created>1443465515423</created>
|
365
|
+
<option name="number" value="00007" />
|
366
|
+
<option name="project" value="LOCAL" />
|
367
|
+
<updated>1443465515423</updated>
|
368
|
+
</task>
|
369
|
+
<task id="LOCAL-00008" summary="Initial commit">
|
370
|
+
<created>1443466106249</created>
|
371
|
+
<option name="number" value="00008" />
|
372
|
+
<option name="project" value="LOCAL" />
|
373
|
+
<updated>1443466106249</updated>
|
374
|
+
</task>
|
375
|
+
<task id="LOCAL-00009" summary="Initial commit">
|
376
|
+
<created>1443467726680</created>
|
377
|
+
<option name="number" value="00009" />
|
378
|
+
<option name="project" value="LOCAL" />
|
379
|
+
<updated>1443467726680</updated>
|
380
|
+
</task>
|
381
|
+
<task id="LOCAL-00010" summary="Initial commit">
|
382
|
+
<created>1443467963564</created>
|
383
|
+
<option name="number" value="00010" />
|
384
|
+
<option name="project" value="LOCAL" />
|
385
|
+
<updated>1443467963564</updated>
|
386
|
+
</task>
|
387
|
+
<task id="LOCAL-00011" summary="Initial commit">
|
388
|
+
<created>1443519656894</created>
|
389
|
+
<option name="number" value="00011" />
|
390
|
+
<option name="project" value="LOCAL" />
|
391
|
+
<updated>1443519656912</updated>
|
392
|
+
</task>
|
393
|
+
<task id="LOCAL-00012" summary="Initial commit">
|
394
|
+
<created>1443520680685</created>
|
395
|
+
<option name="number" value="00012" />
|
396
|
+
<option name="project" value="LOCAL" />
|
397
|
+
<updated>1443520680685</updated>
|
398
|
+
</task>
|
399
|
+
<task id="LOCAL-00013" summary="Initial commit">
|
400
|
+
<created>1443521082413</created>
|
401
|
+
<option name="number" value="00013" />
|
402
|
+
<option name="project" value="LOCAL" />
|
403
|
+
<updated>1443521082413</updated>
|
404
|
+
</task>
|
405
|
+
<task id="LOCAL-00014" summary="Initial commit">
|
406
|
+
<created>1443521300774</created>
|
407
|
+
<option name="number" value="00014" />
|
408
|
+
<option name="project" value="LOCAL" />
|
409
|
+
<updated>1443521300774</updated>
|
410
|
+
</task>
|
411
|
+
<task id="LOCAL-00015" summary="Initial commit">
|
412
|
+
<created>1443525978839</created>
|
413
|
+
<option name="number" value="00015" />
|
414
|
+
<option name="project" value="LOCAL" />
|
415
|
+
<updated>1443525978839</updated>
|
416
|
+
</task>
|
417
|
+
<task id="LOCAL-00016" summary="Initial commit">
|
418
|
+
<created>1443618698406</created>
|
419
|
+
<option name="number" value="00016" />
|
420
|
+
<option name="project" value="LOCAL" />
|
421
|
+
<updated>1443618698406</updated>
|
422
|
+
</task>
|
423
|
+
<task id="LOCAL-00017" summary="Initial commit">
|
424
|
+
<created>1443618959771</created>
|
425
|
+
<option name="number" value="00017" />
|
426
|
+
<option name="project" value="LOCAL" />
|
427
|
+
<updated>1443618959771</updated>
|
428
|
+
</task>
|
429
|
+
<task id="LOCAL-00018" summary="Initial commit">
|
430
|
+
<created>1443623559502</created>
|
431
|
+
<option name="number" value="00018" />
|
432
|
+
<option name="project" value="LOCAL" />
|
433
|
+
<updated>1443623559502</updated>
|
434
|
+
</task>
|
435
|
+
<task id="LOCAL-00019" summary="Initial commit">
|
436
|
+
<created>1443624603332</created>
|
437
|
+
<option name="number" value="00019" />
|
438
|
+
<option name="project" value="LOCAL" />
|
439
|
+
<updated>1443624603332</updated>
|
440
|
+
</task>
|
441
|
+
<task id="LOCAL-00020" summary="Initial commit">
|
442
|
+
<created>1443624716653</created>
|
443
|
+
<option name="number" value="00020" />
|
444
|
+
<option name="project" value="LOCAL" />
|
445
|
+
<updated>1443624716653</updated>
|
446
|
+
</task>
|
447
|
+
<task id="LOCAL-00021" summary="Initial commit">
|
448
|
+
<created>1443624779633</created>
|
449
|
+
<option name="number" value="00021" />
|
450
|
+
<option name="project" value="LOCAL" />
|
451
|
+
<updated>1443624779633</updated>
|
452
|
+
</task>
|
453
|
+
<task id="LOCAL-00022" summary="Initial commit">
|
454
|
+
<created>1443625984876</created>
|
455
|
+
<option name="number" value="00022" />
|
456
|
+
<option name="project" value="LOCAL" />
|
457
|
+
<updated>1443625984876</updated>
|
458
|
+
</task>
|
459
|
+
<task id="LOCAL-00023" summary="Initial commit">
|
460
|
+
<created>1443626553354</created>
|
461
|
+
<option name="number" value="00023" />
|
462
|
+
<option name="project" value="LOCAL" />
|
463
|
+
<updated>1443626553355</updated>
|
464
|
+
</task>
|
465
|
+
<task id="LOCAL-00024" summary="Initial commit">
|
466
|
+
<created>1443626750749</created>
|
467
|
+
<option name="number" value="00024" />
|
468
|
+
<option name="project" value="LOCAL" />
|
469
|
+
<updated>1443626750749</updated>
|
470
|
+
</task>
|
471
|
+
<option name="localTasksCounter" value="25" />
|
472
|
+
<servers />
|
473
|
+
</component>
|
474
|
+
<component name="ToolWindowManager">
|
475
|
+
<frame x="43" y="24" width="1877" height="1056" extended-state="6" />
|
476
|
+
<editor active="true" />
|
477
|
+
<layout>
|
478
|
+
<window_info id="eSnippet Pro" 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" />
|
479
|
+
<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" />
|
480
|
+
<window_info id="Geek & Poke" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
481
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32985386" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
482
|
+
<window_info id="TagMyCode" 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" />
|
483
|
+
<window_info id="Regex Tester" 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" />
|
484
|
+
<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" />
|
485
|
+
<window_info id="Application Servers" 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" />
|
486
|
+
<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" />
|
487
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32985386" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
488
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32985386" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
489
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.26979792" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
490
|
+
<window_info id="Get Gist" 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" />
|
491
|
+
<window_info id="TeamCity" 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" />
|
492
|
+
<window_info id="Dilbert" 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" />
|
493
|
+
<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" />
|
494
|
+
<window_info id="Copy/Paste" 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" />
|
495
|
+
<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="false" content_ui="tabs" />
|
496
|
+
<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" />
|
497
|
+
<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" />
|
498
|
+
<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" />
|
499
|
+
<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" />
|
500
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
501
|
+
<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" />
|
502
|
+
<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" />
|
503
|
+
<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" />
|
504
|
+
<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" />
|
505
|
+
</layout>
|
506
|
+
</component>
|
507
|
+
<component name="Vcs.Log.UiProperties">
|
508
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
509
|
+
<collection />
|
510
|
+
</option>
|
511
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
512
|
+
<collection />
|
513
|
+
</option>
|
514
|
+
</component>
|
515
|
+
<component name="VcsContentAnnotationSettings">
|
516
|
+
<option name="myLimit" value="2678400000" />
|
517
|
+
</component>
|
518
|
+
<component name="VcsManagerConfiguration">
|
519
|
+
<MESSAGE value="Initial commit" />
|
520
|
+
<option name="LAST_COMMIT_MESSAGE" value="Initial commit" />
|
521
|
+
</component>
|
522
|
+
<component name="XDebuggerManager">
|
523
|
+
<breakpoint-manager />
|
524
|
+
<watches-manager />
|
525
|
+
</component>
|
526
|
+
<component name="editorHistoryManager">
|
527
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
528
|
+
<provider selected="true" editor-type-id="text-editor">
|
529
|
+
<state vertical-scroll-proportion="0.0">
|
530
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
531
|
+
<folding />
|
532
|
+
</state>
|
533
|
+
</provider>
|
534
|
+
</entry>
|
535
|
+
<entry file="file://$PROJECT_DIR$/lib/hoe/manns.rb">
|
536
|
+
<provider selected="true" editor-type-id="text-editor">
|
537
|
+
<state vertical-scroll-proportion="0.0">
|
538
|
+
<caret line="96" column="53" selection-start-line="96" selection-start-column="53" selection-end-line="96" selection-end-column="53" />
|
539
|
+
<folding />
|
540
|
+
</state>
|
541
|
+
</provider>
|
542
|
+
</entry>
|
543
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
544
|
+
<provider selected="true" editor-type-id="text-editor">
|
545
|
+
<state vertical-scroll-proportion="0.0">
|
546
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
547
|
+
<folding />
|
548
|
+
</state>
|
549
|
+
</provider>
|
550
|
+
</entry>
|
551
|
+
<entry file="file://$PROJECT_DIR$/lib/hoe/manns.rb">
|
552
|
+
<provider selected="true" editor-type-id="text-editor">
|
553
|
+
<state vertical-scroll-proportion="0.0">
|
554
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
555
|
+
<folding />
|
556
|
+
</state>
|
557
|
+
</provider>
|
558
|
+
</entry>
|
559
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
560
|
+
<provider selected="true" editor-type-id="text-editor">
|
561
|
+
<state vertical-scroll-proportion="0.0">
|
562
|
+
<caret line="53" column="41" selection-start-line="53" selection-start-column="41" selection-end-line="53" selection-end-column="41" />
|
563
|
+
<folding />
|
564
|
+
</state>
|
565
|
+
</provider>
|
566
|
+
</entry>
|
567
|
+
<entry file="file://$PROJECT_DIR$/lib/hoe/manns.rb">
|
568
|
+
<provider selected="true" editor-type-id="text-editor">
|
569
|
+
<state vertical-scroll-proportion="0.0">
|
570
|
+
<caret line="14" column="0" selection-start-line="14" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
|
571
|
+
<folding />
|
572
|
+
</state>
|
573
|
+
</provider>
|
574
|
+
</entry>
|
575
|
+
<entry file="file://$PROJECT_DIR$/lib/hoe/manns.rb">
|
576
|
+
<provider selected="true" editor-type-id="text-editor">
|
577
|
+
<state vertical-scroll-proportion="0.0">
|
578
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
579
|
+
<folding />
|
580
|
+
</state>
|
581
|
+
</provider>
|
582
|
+
</entry>
|
583
|
+
<entry file="file://$PROJECT_DIR$/.autotest">
|
584
|
+
<provider selected="true" editor-type-id="text-editor">
|
585
|
+
<state vertical-scroll-proportion="0.0">
|
586
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
587
|
+
</state>
|
588
|
+
</provider>
|
589
|
+
</entry>
|
590
|
+
<entry file="file://$PROJECT_DIR$/../hoe-rubocop/lib/hoe/rubocop.rb">
|
591
|
+
<provider selected="true" editor-type-id="text-editor">
|
592
|
+
<state vertical-scroll-proportion="0.7058824">
|
593
|
+
<caret line="24" column="5" selection-start-line="15" selection-start-column="2" selection-end-line="24" selection-end-column="5" />
|
594
|
+
<folding />
|
595
|
+
</state>
|
596
|
+
</provider>
|
597
|
+
</entry>
|
598
|
+
<entry file="file://$PROJECT_DIR$/../hoe-rubocop/Rakefile">
|
599
|
+
<provider selected="true" editor-type-id="text-editor">
|
600
|
+
<state vertical-scroll-proportion="0.47629312">
|
601
|
+
<caret line="113" column="70" selection-start-line="104" selection-start-column="2" selection-end-line="113" selection-end-column="70" />
|
602
|
+
<folding />
|
603
|
+
</state>
|
604
|
+
</provider>
|
605
|
+
</entry>
|
606
|
+
<entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
|
607
|
+
<provider selected="true" editor-type-id="text-editor">
|
608
|
+
<state vertical-scroll-proportion="0.0">
|
609
|
+
<caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" />
|
610
|
+
</state>
|
611
|
+
</provider>
|
612
|
+
</entry>
|
613
|
+
<entry file="file://$PROJECT_DIR$/test/manns_spec.rb">
|
614
|
+
<provider selected="true" editor-type-id="text-editor">
|
615
|
+
<state vertical-scroll-proportion="0.4117647">
|
616
|
+
<caret line="14" column="22" selection-start-line="14" selection-start-column="22" selection-end-line="14" selection-end-column="22" />
|
617
|
+
</state>
|
618
|
+
</provider>
|
619
|
+
</entry>
|
620
|
+
<entry file="file://$PROJECT_DIR$/.rspec">
|
621
|
+
<provider selected="true" editor-type-id="text-editor">
|
622
|
+
<state vertical-scroll-proportion="0.0">
|
623
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
624
|
+
</state>
|
625
|
+
</provider>
|
626
|
+
</entry>
|
627
|
+
<entry file="file://$PROJECT_DIR$/VERSION">
|
628
|
+
<provider selected="true" editor-type-id="text-editor">
|
629
|
+
<state vertical-scroll-proportion="0.0">
|
630
|
+
<caret line="0" column="5" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
|
631
|
+
</state>
|
632
|
+
</provider>
|
633
|
+
</entry>
|
634
|
+
<entry file="file://$PROJECT_DIR$/etc/hoe-manns.cfg">
|
635
|
+
<provider selected="true" editor-type-id="text-editor">
|
636
|
+
<state vertical-scroll-proportion="0.0">
|
637
|
+
<caret line="0" column="67" selection-start-line="0" selection-start-column="67" selection-end-line="0" selection-end-column="67" />
|
638
|
+
</state>
|
639
|
+
</provider>
|
640
|
+
</entry>
|
641
|
+
<entry file="file://$PROJECT_DIR$/.gemnasium.yml">
|
642
|
+
<provider selected="true" editor-type-id="text-editor">
|
643
|
+
<state vertical-scroll-proportion="0.0">
|
644
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
645
|
+
</state>
|
646
|
+
</provider>
|
647
|
+
</entry>
|
648
|
+
<entry file="file://$PROJECT_DIR$/.rubocop.yml">
|
649
|
+
<provider selected="true" editor-type-id="text-editor">
|
650
|
+
<state vertical-scroll-proportion="-0.20588236">
|
651
|
+
<caret line="4" column="20" selection-start-line="4" selection-start-column="20" selection-end-line="4" selection-end-column="20" />
|
652
|
+
</state>
|
653
|
+
</provider>
|
654
|
+
</entry>
|
655
|
+
<entry file="file://$PROJECT_DIR$/.scrutinizer.yml">
|
656
|
+
<provider selected="true" editor-type-id="text-editor">
|
657
|
+
<state vertical-scroll-proportion="0.0">
|
658
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
659
|
+
</state>
|
660
|
+
</provider>
|
661
|
+
</entry>
|
662
|
+
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
663
|
+
<provider selected="true" editor-type-id="text-editor">
|
664
|
+
<state vertical-scroll-proportion="0.5882353">
|
665
|
+
<caret line="20" column="25" selection-start-line="20" selection-start-column="25" selection-end-line="20" selection-end-column="25" />
|
666
|
+
</state>
|
667
|
+
</provider>
|
668
|
+
</entry>
|
669
|
+
<entry file="file://$PROJECT_DIR$/config.reek">
|
670
|
+
<provider selected="true" editor-type-id="text-editor">
|
671
|
+
<state vertical-scroll-proportion="0.0">
|
672
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
673
|
+
</state>
|
674
|
+
</provider>
|
675
|
+
</entry>
|
676
|
+
<entry file="file://$PROJECT_DIR$/CONTRIBUTING.md">
|
677
|
+
<provider selected="true" editor-type-id="text-editor">
|
678
|
+
<state vertical-scroll-proportion="-0.20826162">
|
679
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
680
|
+
</state>
|
681
|
+
</provider>
|
682
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
683
|
+
<state />
|
684
|
+
</provider>
|
685
|
+
</entry>
|
686
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
687
|
+
<provider selected="true" editor-type-id="text-editor">
|
688
|
+
<state vertical-scroll-proportion="-2.2941177">
|
689
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
690
|
+
</state>
|
691
|
+
</provider>
|
692
|
+
</entry>
|
693
|
+
<entry file="file://$PROJECT_DIR$/History.rdoc">
|
694
|
+
<provider selected="true" editor-type-id="text-editor">
|
695
|
+
<state vertical-scroll-proportion="0.0">
|
696
|
+
<caret line="0" column="22" selection-start-line="0" selection-start-column="22" selection-end-line="0" selection-end-column="22" />
|
697
|
+
</state>
|
698
|
+
</provider>
|
699
|
+
</entry>
|
700
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.rdoc">
|
701
|
+
<provider selected="true" editor-type-id="text-editor">
|
702
|
+
<state vertical-scroll-proportion="0.0">
|
703
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
704
|
+
</state>
|
705
|
+
</provider>
|
706
|
+
</entry>
|
707
|
+
<entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md">
|
708
|
+
<provider selected="true" editor-type-id="text-editor">
|
709
|
+
<state vertical-scroll-proportion="0.0">
|
710
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
711
|
+
</state>
|
712
|
+
</provider>
|
713
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
714
|
+
<state />
|
715
|
+
</provider>
|
716
|
+
</entry>
|
717
|
+
<entry file="file://$PROJECT_DIR$/Manifest.txt">
|
718
|
+
<provider selected="true" editor-type-id="text-editor">
|
719
|
+
<state vertical-scroll-proportion="0.0">
|
720
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
721
|
+
</state>
|
722
|
+
</provider>
|
723
|
+
</entry>
|
724
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
725
|
+
<provider selected="true" editor-type-id="text-editor">
|
726
|
+
<state vertical-scroll-proportion="0.20588236">
|
727
|
+
<caret line="11" column="0" selection-start-line="11" selection-start-column="0" selection-end-line="11" selection-end-column="0" />
|
728
|
+
<folding />
|
729
|
+
</state>
|
730
|
+
</provider>
|
731
|
+
</entry>
|
732
|
+
<entry file="file://$PROJECT_DIR$/ChangeLog">
|
733
|
+
<provider selected="true" editor-type-id="text-editor">
|
734
|
+
<state vertical-scroll-proportion="0.0">
|
735
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
736
|
+
</state>
|
737
|
+
</provider>
|
738
|
+
</entry>
|
739
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
740
|
+
<provider selected="true" editor-type-id="text-editor">
|
741
|
+
<state vertical-scroll-proportion="0.14705883">
|
742
|
+
<caret line="5" column="13" selection-start-line="5" selection-start-column="13" selection-end-line="5" selection-end-column="13" />
|
743
|
+
</state>
|
744
|
+
</provider>
|
745
|
+
</entry>
|
746
|
+
<entry file="file://$PROJECT_DIR$/lib/hoe/manns.rb">
|
747
|
+
<provider selected="true" editor-type-id="text-editor">
|
748
|
+
<state vertical-scroll-proportion="0.5882353">
|
749
|
+
<caret line="68" column="57" selection-start-line="68" selection-start-column="34" selection-end-line="68" selection-end-column="57" />
|
750
|
+
<folding />
|
751
|
+
</state>
|
752
|
+
</provider>
|
753
|
+
</entry>
|
754
|
+
<entry file="file://$PROJECT_DIR$/README.rdoc">
|
755
|
+
<provider selected="true" editor-type-id="text-editor">
|
756
|
+
<state vertical-scroll-proportion="0.0">
|
757
|
+
<caret line="46" column="45" selection-start-line="46" selection-start-column="45" selection-end-line="46" selection-end-column="45" />
|
758
|
+
<folding />
|
759
|
+
</state>
|
760
|
+
</provider>
|
761
|
+
</entry>
|
762
|
+
<entry file="file://$PROJECT_DIR$/Index.yml">
|
763
|
+
<provider selected="true" editor-type-id="text-editor">
|
764
|
+
<state vertical-scroll-proportion="0.5294118">
|
765
|
+
<caret line="52" column="65" selection-start-line="52" selection-start-column="65" selection-end-line="52" selection-end-column="65" />
|
766
|
+
<folding />
|
767
|
+
</state>
|
768
|
+
</provider>
|
769
|
+
</entry>
|
770
|
+
<entry file="file://$PROJECT_DIR$/.index">
|
771
|
+
<provider selected="true" editor-type-id="text-editor">
|
772
|
+
<state vertical-scroll-proportion="-3.8823528">
|
773
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
774
|
+
<folding />
|
775
|
+
</state>
|
776
|
+
</provider>
|
777
|
+
</entry>
|
778
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
779
|
+
<provider selected="true" editor-type-id="text-editor">
|
780
|
+
<state vertical-scroll-proportion="0.0">
|
781
|
+
<caret line="74" column="20" selection-start-line="74" selection-start-column="20" selection-end-line="74" selection-end-column="20" />
|
782
|
+
<folding />
|
783
|
+
</state>
|
784
|
+
</provider>
|
785
|
+
</entry>
|
786
|
+
<entry file="file://$PROJECT_DIR$/hoe-manns.gemspec">
|
787
|
+
<provider selected="true" editor-type-id="text-editor">
|
788
|
+
<state vertical-scroll-proportion="0.14705883">
|
789
|
+
<caret line="5" column="20" selection-start-line="5" selection-start-column="20" selection-end-line="5" selection-end-column="20" />
|
790
|
+
<folding />
|
791
|
+
</state>
|
792
|
+
</provider>
|
793
|
+
</entry>
|
794
|
+
</component>
|
795
|
+
</project>
|