youtube_dlhelper 0.1.9.4 → 0.1.9.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -5
- data/.idea/.rakeTasks +1 -1
- data/.idea/workspace.xml +432 -319
- data/.idea/youtube_dlhelper.iml +34 -68
- data/.index +2 -2
- data/.travis.yml +3 -0
- data/.yardopts +3 -1
- data/CHANGELOG.md +6 -1
- data/CONTRIBUTING.md +1 -1
- data/Gemfile.lock +153 -0
- data/Index.yml +2 -2
- data/MANIFEST +3 -607
- data/README.md +12 -3
- data/Rakefile +19 -92
- data/VERSION +1 -1
- data/bin/youtube_dlhelper +0 -3
- data/data/youtube_dlhelper/100px-youtube_dlhelper.png +0 -0
- data/lib/youtube_dlhelper.rb +3 -0
- data/lib/youtube_dlhelper/change.rb +36 -0
- data/lib/youtube_dlhelper/checker.rb +1 -1
- data/lib/youtube_dlhelper/downloader.rb +0 -1
- data/lib/youtube_dlhelper/import_config.rb +1 -2
- data/lib/youtube_dlhelper/notifier.rb +28 -0
- data/lib/youtube_dlhelper/ripper.rb +1 -0
- data/lib/youtube_dlhelper/version.rb +1 -1
- data/youtube_dlhelper.gemspec +6 -8
- metadata +34 -71
- data/.overcommit.yml +0 -76
- data/lib/youtube_dlhelper/get.rb +0 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21befca9174ff68f8dc26c3a89828f2574643445
|
4
|
+
data.tar.gz: 1ab1cce1af7170339113185fe253b69307cf15c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d1107fe0002a9b144ad9f3d3f9d4493bc849f6c9e91a5113b618909ca008fa72e1d870247cd3f42996ba561fdf2d73dd61a9cac5e2c76c3a45b05edd1e74876
|
7
|
+
data.tar.gz: 4aeb6d1079d56a5ff0084a476fda415a2259b67c18fb71151a1be7cf65af4ee775a2c74316ea82d33c7547025ba3b5d6eb195b89ef6542fa1cb3c5a64dd9dae0
|
data/.gitignore
CHANGED
data/.idea/.rakeTasks
CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
|
|
4
4
|
1. Remove rake task
|
5
5
|
2. Add existing rake tasks
|
6
6
|
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build youtube_dlhelper-0.1.9.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build youtube_dlhelper-0.1.9.5.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeGroup description="" fullCmd="" taksId="coveralls"><RakeTask description="Push latest coverage results to Coveralls.io" fullCmd="coveralls:push" taksId="push" /></RakeGroup><RakeTask description="Build and install youtube_dlhelper-0.1.9.5.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install youtube_dlhelper-0.1.9.5.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Link binary" fullCmd="link_binary" taksId="link_binary" /><RakeTask description="Prepares for release" fullCmd="make_release" taksId="make_release" /><RakeTask description="Check for code smells" fullCmd="reek" taksId="reek" /><RakeTask description="Create tag v0.1.9.5 and build and push youtube_dlhelper-0.1.9.5.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Run RuboCop on the lib directory" fullCmd="rubocop" taksId="rubocop" /><RakeGroup description="" fullCmd="" taksId="rubocop"><RakeTask description="Auto-correct RuboCop offenses" fullCmd="rubocop:auto_correct" taksId="auto_correct" /></RakeGroup><RakeTask description="Run setup" fullCmd="setup" taksId="setup" /><RakeTask description="Launching the setup" fullCmd="setup_start" taksId="setup_start" /><RakeTask description="Does anything with RSpec" fullCmd="test" taksId="test" /><RakeTask description="Run yarddoc for the source" fullCmd="yard" taksId="yard" /><RakeTask description="" fullCmd="default" taksId="default" /><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><RakeTask description="" fullCmd="test_with_coveralls" taksId="test_with_coveralls" /></RakeGroup></Settings>
|
data/.idea/workspace.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="BuildServerSettings">
|
4
|
-
<option name="LOGIN" value="" />
|
5
|
-
<option name="SERVER_URL" value="http://
|
6
|
-
<option name="PASSWORD" />
|
4
|
+
<option name="LOGIN" value="root" />
|
5
|
+
<option name="SERVER_URL" value="http://saigkill.ddns.net:8111" />
|
6
|
+
<option name="PASSWORD" value="dfdadfc3dfc5dfc4dfcfdfcfdfd8dfd9" />
|
7
7
|
<option name="REMEMBER_ME" value="true" />
|
8
8
|
<option name="USE_IDEA_PROXY_SETTINGS" value="true" />
|
9
9
|
<option name="INSPECTIONS_BUILD_TYPE_IDS" />
|
@@ -22,12 +22,28 @@
|
|
22
22
|
<option name="FILTER_MARKED_AS_FIXED" value="false" />
|
23
23
|
<option name="SHOW_CLOSE_PROMPT" value="true" />
|
24
24
|
<option name="TOOL_WINDOW_SELECTED_CONTENT_INDEX" value="0" />
|
25
|
-
<option name="FILTER_BY_CURRENT_PROJECT" value="
|
25
|
+
<option name="FILTER_BY_CURRENT_PROJECT" value="false" />
|
26
|
+
<treeState key="project">
|
27
|
+
<expandedPath>
|
28
|
+
<pathElement>
|
29
|
+
<option name="myNodeId" value="project2" />
|
30
|
+
<option name="myNodeType" value="jetbrains.buildServer.tree.descriptors.ProjectDescriptor" />
|
31
|
+
</pathElement>
|
32
|
+
</expandedPath>
|
33
|
+
<selectedPath>
|
34
|
+
<pathElement>
|
35
|
+
<option name="myNodeId" value="project2" />
|
36
|
+
<option name="myNodeType" value="jetbrains.buildServer.tree.descriptors.ProjectDescriptor" />
|
37
|
+
</pathElement>
|
38
|
+
<pathElement>
|
39
|
+
<option name="myNodeId" value="bt2" />
|
40
|
+
<option name="myNodeType" value="jetbrains.buildServer.tree.descriptors.BuildTypeDescriptor" />
|
41
|
+
</pathElement>
|
42
|
+
</selectedPath>
|
43
|
+
</treeState>
|
26
44
|
</component>
|
27
45
|
<component name="ChangeListManager">
|
28
|
-
<list default="true" id="a36ce071-d5c7-4773-a902-03ffb47b3c23" name="Default" comment=""
|
29
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
30
|
-
</list>
|
46
|
+
<list default="true" id="a36ce071-d5c7-4773-a902-03ffb47b3c23" name="Default" comment="" />
|
31
47
|
<ignored path="youtube_dlhelper.iws" />
|
32
48
|
<ignored path=".idea/workspace.xml" />
|
33
49
|
<ignored path=".idea/dataSources.local.xml" />
|
@@ -40,12 +56,13 @@
|
|
40
56
|
</component>
|
41
57
|
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
42
58
|
<component name="CoverageDataManager">
|
43
|
-
<SUITE FILE_PATH="coverage/youtube_dlhelper@reek__youtube_dlhelper.coverage" NAME="reek: youtube_dlhelper Coverage Results" MODIFIED="1434444807176" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
44
59
|
<SUITE FILE_PATH="coverage/youtube_dlhelper@youtube_dlhelper.coverage" NAME="youtube_dlhelper Coverage Results" MODIFIED="1432812200997" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="youtube_dlhelper" />
|
45
60
|
<SUITE FILE_PATH="coverage/youtube_dlhelper@Run_spec__lib_spec___youtube_dlhelper.coverage" NAME="Run spec 'lib_spec': youtube_dlhelper Coverage Results" MODIFIED="1437846642715" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
46
|
-
<SUITE FILE_PATH="coverage/youtube_dlhelper@
|
47
|
-
<SUITE FILE_PATH="coverage/youtube_dlhelper@
|
48
|
-
<SUITE FILE_PATH="coverage/youtube_dlhelper@
|
61
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@reek__youtube_dlhelper.coverage" NAME="reek: youtube_dlhelper Coverage Results" MODIFIED="1441810131293" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
62
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@rubocop__youtube_dlhelper.coverage" NAME="rubocop: youtube_dlhelper Coverage Results" MODIFIED="1441810167013" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
63
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@yard__youtube_dlhelper.coverage" NAME="yard: youtube_dlhelper Coverage Results" MODIFIED="1441810436754" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
64
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@test__youtube_dlhelper.coverage" NAME="test: youtube_dlhelper Coverage Results" MODIFIED="1441820301313" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
65
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@install_local__youtube_dlhelper.coverage" NAME="install:local: youtube_dlhelper Coverage Results" MODIFIED="1441813618340" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
49
66
|
</component>
|
50
67
|
<component name="CreatePatchCommitExecutor">
|
51
68
|
<option name="PATCH_PATH" value="$PROJECT_DIR$" />
|
@@ -56,14 +73,11 @@
|
|
56
73
|
</component>
|
57
74
|
<component name="FileEditorManager">
|
58
75
|
<leaf>
|
59
|
-
<file leaf-file-name="
|
60
|
-
<entry file="file://$PROJECT_DIR$/
|
61
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
62
|
-
<state />
|
63
|
-
</provider>
|
76
|
+
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="true">
|
77
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
64
78
|
<provider selected="true" editor-type-id="text-editor">
|
65
|
-
<state vertical-scroll-proportion="0.
|
66
|
-
<caret line="
|
79
|
+
<state vertical-scroll-proportion="0.33009708">
|
80
|
+
<caret line="114" column="33" selection-start-line="114" selection-start-column="33" selection-end-line="114" selection-end-column="33" />
|
67
81
|
<folding />
|
68
82
|
</state>
|
69
83
|
</provider>
|
@@ -102,18 +116,27 @@
|
|
102
116
|
<component name="IdeDocumentHistory">
|
103
117
|
<option name="CHANGED_PATHS">
|
104
118
|
<list>
|
105
|
-
<option value="$PROJECT_DIR$/test/lib_spec.rb" />
|
106
|
-
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb" />
|
107
|
-
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb" />
|
108
|
-
<option value="$PROJECT_DIR$/lib/youtube_dlhelper.rb" />
|
109
119
|
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/get.rb" />
|
120
|
+
<option value="$PROJECT_DIR$/Index.yml" />
|
121
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper.rb" />
|
110
122
|
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/version.rb" />
|
123
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb" />
|
124
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/downloader.rb" />
|
125
|
+
<option value="$PROJECT_DIR$/CONTRIBUTING.md" />
|
111
126
|
<option value="$PROJECT_DIR$/CHANGELOG.md" />
|
112
|
-
<option value="$PROJECT_DIR$/
|
127
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/ripper.rb" />
|
128
|
+
<option value="$PROJECT_DIR$/.yardopts" />
|
113
129
|
<option value="$PROJECT_DIR$/.gitignore" />
|
130
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb" />
|
131
|
+
<option value="$PROJECT_DIR$/bin/youtube_dlhelper" />
|
132
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/notifier.rb" />
|
133
|
+
<option value="$PROJECT_DIR$/README.md" />
|
134
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/change.rb" />
|
135
|
+
<option value="$PROJECT_DIR$/test/spec_helper.rb" />
|
136
|
+
<option value="$PROJECT_DIR$/.travis.yml" />
|
114
137
|
<option value="$PROJECT_DIR$/youtube_dlhelper.gemspec" />
|
138
|
+
<option value="$PROJECT_DIR$/test/lib_spec.rb" />
|
115
139
|
<option value="$PROJECT_DIR$/Rakefile" />
|
116
|
-
<option value="$PROJECT_DIR$/README.md" />
|
117
140
|
</list>
|
118
141
|
</option>
|
119
142
|
</component>
|
@@ -126,9 +149,9 @@
|
|
126
149
|
</component>
|
127
150
|
<component name="ProjectFrameBounds">
|
128
151
|
<option name="x" value="43" />
|
129
|
-
<option name="y" value="
|
152
|
+
<option name="y" value="24" />
|
130
153
|
<option name="width" value="1877" />
|
131
|
-
<option name="height" value="
|
154
|
+
<option name="height" value="1056" />
|
132
155
|
</component>
|
133
156
|
<component name="ProjectInspectionProfilesVisibleTreeState">
|
134
157
|
<entry key="Project Default">
|
@@ -175,6 +198,7 @@
|
|
175
198
|
<sortByType />
|
176
199
|
</navigator>
|
177
200
|
<panes>
|
201
|
+
<pane id="Scope" />
|
178
202
|
<pane id="ProjectPane">
|
179
203
|
<subPane>
|
180
204
|
<PATH>
|
@@ -196,7 +220,6 @@
|
|
196
220
|
</subPane>
|
197
221
|
</pane>
|
198
222
|
<pane id="Scratches" />
|
199
|
-
<pane id="Scope" />
|
200
223
|
</panes>
|
201
224
|
</component>
|
202
225
|
<component name="PropertiesComponent">
|
@@ -206,7 +229,7 @@
|
|
206
229
|
<property name="options.searchVisible" value="true" />
|
207
230
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
208
231
|
<property name="FullScreen" value="false" />
|
209
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/../
|
232
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/../MannsShared/lib/MannsShared/change.rb" />
|
210
233
|
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
211
234
|
<property name="recentsLimit" value="5" />
|
212
235
|
<property name="settings.editor.selected.configurable" value="tasks.servers" />
|
@@ -215,19 +238,20 @@
|
|
215
238
|
</component>
|
216
239
|
<component name="RecentsManager">
|
217
240
|
<key name="MoveFile.RECENT_KEYS">
|
241
|
+
<recent name="$PROJECT_DIR$/doc/handbook" />
|
218
242
|
<recent name="$PROJECT_DIR$/etc" />
|
219
243
|
</key>
|
220
244
|
</component>
|
221
|
-
<component name="RunManager" selected="
|
222
|
-
<configuration default="false" name="youtube_dlhelper" type="
|
245
|
+
<component name="RunManager" selected="Rake.test: youtube_dlhelper">
|
246
|
+
<configuration default="false" name="install:local: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
223
247
|
<module name="youtube_dlhelper" />
|
224
|
-
<
|
225
|
-
<
|
226
|
-
<
|
227
|
-
<
|
228
|
-
<
|
248
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
249
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
250
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
251
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
252
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
229
253
|
<envs />
|
230
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="
|
254
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
231
255
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
232
256
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
233
257
|
<COVERAGE_PATTERN ENABLED="true">
|
@@ -235,10 +259,12 @@
|
|
235
259
|
</COVERAGE_PATTERN>
|
236
260
|
</EXTENSION>
|
237
261
|
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
238
|
-
<
|
239
|
-
<
|
240
|
-
<
|
241
|
-
<
|
262
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="install:local" />
|
263
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
264
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
265
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
266
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
267
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
242
268
|
<method />
|
243
269
|
</configuration>
|
244
270
|
<configuration default="false" name="yard: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
@@ -265,18 +291,15 @@
|
|
265
291
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
266
292
|
<method />
|
267
293
|
</configuration>
|
268
|
-
<configuration default="false" name="
|
269
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
294
|
+
<configuration default="false" name="reek: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
270
295
|
<module name="youtube_dlhelper" />
|
271
|
-
<
|
272
|
-
<
|
273
|
-
<
|
274
|
-
<
|
275
|
-
<
|
276
|
-
<envs
|
277
|
-
|
278
|
-
</envs>
|
279
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
296
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
297
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
298
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
299
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
300
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
301
|
+
<envs />
|
302
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
280
303
|
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
281
304
|
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
282
305
|
<COVERAGE_PATTERN ENABLED="true">
|
@@ -284,24 +307,15 @@
|
|
284
307
|
</COVERAGE_PATTERN>
|
285
308
|
</EXTENSION>
|
286
309
|
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
287
|
-
<
|
288
|
-
<
|
289
|
-
<
|
290
|
-
<
|
291
|
-
<
|
292
|
-
<
|
293
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
294
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
295
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
296
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
297
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
298
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
299
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
300
|
-
<RunnerSettings RunnerId="RubyRunner" />
|
301
|
-
<ConfigurationWrapper RunnerId="RubyRunner" />
|
310
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="reek" />
|
311
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
312
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
313
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
314
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
315
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
302
316
|
<method />
|
303
317
|
</configuration>
|
304
|
-
<configuration default="false" name="
|
318
|
+
<configuration default="false" name="rubocop: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
305
319
|
<module name="youtube_dlhelper" />
|
306
320
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
307
321
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
@@ -317,7 +331,7 @@
|
|
317
331
|
</COVERAGE_PATTERN>
|
318
332
|
</EXTENSION>
|
319
333
|
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
320
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="
|
334
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="rubocop" />
|
321
335
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
322
336
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
323
337
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
@@ -325,7 +339,7 @@
|
|
325
339
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
326
340
|
<method />
|
327
341
|
</configuration>
|
328
|
-
<configuration default="false" name="
|
342
|
+
<configuration default="false" name="test: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
329
343
|
<module name="youtube_dlhelper" />
|
330
344
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
331
345
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
@@ -341,9 +355,9 @@
|
|
341
355
|
</COVERAGE_PATTERN>
|
342
356
|
</EXTENSION>
|
343
357
|
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
344
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="
|
358
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="test" />
|
345
359
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
346
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
360
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE=":test_unit " />
|
347
361
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
348
362
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
349
363
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
@@ -512,19 +526,19 @@
|
|
512
526
|
<method />
|
513
527
|
</configuration>
|
514
528
|
<list size="5">
|
515
|
-
<item index="0" class="java.lang.String" itemvalue="
|
529
|
+
<item index="0" class="java.lang.String" itemvalue="Rake.install:local: youtube_dlhelper" />
|
516
530
|
<item index="1" class="java.lang.String" itemvalue="Rake.yard: youtube_dlhelper" />
|
517
|
-
<item index="2" class="java.lang.String" itemvalue="
|
518
|
-
<item index="3" class="java.lang.String" itemvalue="Rake.
|
519
|
-
<item index="4" class="java.lang.String" itemvalue="Rake.
|
531
|
+
<item index="2" class="java.lang.String" itemvalue="Rake.reek: youtube_dlhelper" />
|
532
|
+
<item index="3" class="java.lang.String" itemvalue="Rake.rubocop: youtube_dlhelper" />
|
533
|
+
<item index="4" class="java.lang.String" itemvalue="Rake.test: youtube_dlhelper" />
|
520
534
|
</list>
|
521
535
|
<recent_temporary>
|
522
536
|
<list size="5">
|
523
|
-
<item index="0" class="java.lang.String" itemvalue="Rake.
|
524
|
-
<item index="1" class="java.lang.String" itemvalue="Rake.
|
525
|
-
<item index="2" class="java.lang.String" itemvalue="
|
526
|
-
<item index="3" class="java.lang.String" itemvalue="Rake.
|
527
|
-
<item index="4" class="java.lang.String" itemvalue="
|
537
|
+
<item index="0" class="java.lang.String" itemvalue="Rake.test: youtube_dlhelper" />
|
538
|
+
<item index="1" class="java.lang.String" itemvalue="Rake.install:local: youtube_dlhelper" />
|
539
|
+
<item index="2" class="java.lang.String" itemvalue="Rake.yard: youtube_dlhelper" />
|
540
|
+
<item index="3" class="java.lang.String" itemvalue="Rake.rubocop: youtube_dlhelper" />
|
541
|
+
<item index="4" class="java.lang.String" itemvalue="Rake.reek: youtube_dlhelper" />
|
528
542
|
</list>
|
529
543
|
</recent_temporary>
|
530
544
|
</component>
|
@@ -539,78 +553,6 @@
|
|
539
553
|
<option name="number" value="Default" />
|
540
554
|
<updated>1433772995831</updated>
|
541
555
|
</task>
|
542
|
-
<task id="LOCAL-00001" summary="small fixes">
|
543
|
-
<created>1433619130425</created>
|
544
|
-
<option name="number" value="00001" />
|
545
|
-
<option name="project" value="LOCAL" />
|
546
|
-
<updated>1433619130425</updated>
|
547
|
-
</task>
|
548
|
-
<task id="LOCAL-00002" summary="small fixes">
|
549
|
-
<created>1433621135843</created>
|
550
|
-
<option name="number" value="00002" />
|
551
|
-
<option name="project" value="LOCAL" />
|
552
|
-
<updated>1433621135843</updated>
|
553
|
-
</task>
|
554
|
-
<task id="LOCAL-00003" summary="small fixes">
|
555
|
-
<created>1433696420184</created>
|
556
|
-
<option name="number" value="00003" />
|
557
|
-
<option name="project" value="LOCAL" />
|
558
|
-
<updated>1433772995804</updated>
|
559
|
-
</task>
|
560
|
-
<task id="LOCAL-00004" summary="small fixes">
|
561
|
-
<created>1433792690573</created>
|
562
|
-
<option name="number" value="00004" />
|
563
|
-
<option name="project" value="LOCAL" />
|
564
|
-
<updated>1433792690573</updated>
|
565
|
-
</task>
|
566
|
-
<task id="LOCAL-00005" summary="small fixes">
|
567
|
-
<created>1433871304480</created>
|
568
|
-
<option name="number" value="00005" />
|
569
|
-
<option name="project" value="LOCAL" />
|
570
|
-
<updated>1433871304480</updated>
|
571
|
-
</task>
|
572
|
-
<task id="LOCAL-00006" summary="small fixes">
|
573
|
-
<created>1433873232116</created>
|
574
|
-
<option name="number" value="00006" />
|
575
|
-
<option name="project" value="LOCAL" />
|
576
|
-
<updated>1433873232116</updated>
|
577
|
-
</task>
|
578
|
-
<task id="LOCAL-00007" summary="small fixes">
|
579
|
-
<created>1433911772482</created>
|
580
|
-
<option name="number" value="00007" />
|
581
|
-
<option name="project" value="LOCAL" />
|
582
|
-
<updated>1433911772482</updated>
|
583
|
-
</task>
|
584
|
-
<task id="LOCAL-00008" summary="small fixes">
|
585
|
-
<created>1433912758006</created>
|
586
|
-
<option name="number" value="00008" />
|
587
|
-
<option name="project" value="LOCAL" />
|
588
|
-
<updated>1433912758006</updated>
|
589
|
-
</task>
|
590
|
-
<task id="LOCAL-00009" summary="small fixes">
|
591
|
-
<created>1433953581107</created>
|
592
|
-
<option name="number" value="00009" />
|
593
|
-
<option name="project" value="LOCAL" />
|
594
|
-
<updated>1433953581108</updated>
|
595
|
-
</task>
|
596
|
-
<task id="LOCAL-00010" summary="small fixes">
|
597
|
-
<created>1433955886742</created>
|
598
|
-
<option name="number" value="00010" />
|
599
|
-
<option name="project" value="LOCAL" />
|
600
|
-
<updated>1433955886742</updated>
|
601
|
-
</task>
|
602
|
-
<task id="LOCAL-00011" summary="small fixes">
|
603
|
-
<created>1434045353843</created>
|
604
|
-
<option name="number" value="00011" />
|
605
|
-
<option name="project" value="LOCAL" />
|
606
|
-
<updated>1434045353843</updated>
|
607
|
-
</task>
|
608
|
-
<task id="LOCAL-00012" summary="small fixes">
|
609
|
-
<created>1434046769850</created>
|
610
|
-
<option name="number" value="00012" />
|
611
|
-
<option name="project" value="LOCAL" />
|
612
|
-
<updated>1434046769850</updated>
|
613
|
-
</task>
|
614
556
|
<task id="LOCAL-00013" summary="small fixes">
|
615
557
|
<created>1434047103262</created>
|
616
558
|
<option name="number" value="00013" />
|
@@ -761,7 +703,151 @@
|
|
761
703
|
<option name="project" value="LOCAL" />
|
762
704
|
<updated>1441641532157</updated>
|
763
705
|
</task>
|
764
|
-
<
|
706
|
+
<task id="LOCAL-00038" summary="integrated notifier">
|
707
|
+
<created>1441648766154</created>
|
708
|
+
<option name="number" value="00038" />
|
709
|
+
<option name="project" value="LOCAL" />
|
710
|
+
<updated>1441648766154</updated>
|
711
|
+
</task>
|
712
|
+
<task id="LOCAL-00039" summary="fixed yaml">
|
713
|
+
<created>1441727082147</created>
|
714
|
+
<option name="number" value="00039" />
|
715
|
+
<option name="project" value="LOCAL" />
|
716
|
+
<updated>1441727082147</updated>
|
717
|
+
</task>
|
718
|
+
<task id="LOCAL-00040" summary="fixed yaml">
|
719
|
+
<created>1441727202079</created>
|
720
|
+
<option name="number" value="00040" />
|
721
|
+
<option name="project" value="LOCAL" />
|
722
|
+
<updated>1441727202080</updated>
|
723
|
+
</task>
|
724
|
+
<task id="LOCAL-00041" summary="fixed config path">
|
725
|
+
<created>1441736875102</created>
|
726
|
+
<option name="number" value="00041" />
|
727
|
+
<option name="project" value="LOCAL" />
|
728
|
+
<updated>1441736875102</updated>
|
729
|
+
</task>
|
730
|
+
<task id="LOCAL-00042" summary="fixed config path">
|
731
|
+
<created>1441736987069</created>
|
732
|
+
<option name="number" value="00042" />
|
733
|
+
<option name="project" value="LOCAL" />
|
734
|
+
<updated>1441736987069</updated>
|
735
|
+
</task>
|
736
|
+
<task id="LOCAL-00043" summary="fixed config path">
|
737
|
+
<created>1441737823199</created>
|
738
|
+
<option name="number" value="00043" />
|
739
|
+
<option name="project" value="LOCAL" />
|
740
|
+
<updated>1441737823199</updated>
|
741
|
+
</task>
|
742
|
+
<task id="LOCAL-00044" summary="updated gemspec">
|
743
|
+
<created>1441789636241</created>
|
744
|
+
<option name="number" value="00044" />
|
745
|
+
<option name="project" value="LOCAL" />
|
746
|
+
<updated>1441789636241</updated>
|
747
|
+
</task>
|
748
|
+
<task id="LOCAL-00045" summary="Added project logo, updated dependencies">
|
749
|
+
<created>1441817276472</created>
|
750
|
+
<option name="number" value="00045" />
|
751
|
+
<option name="project" value="LOCAL" />
|
752
|
+
<updated>1441817276472</updated>
|
753
|
+
</task>
|
754
|
+
<task id="LOCAL-00046" summary="Added project logo, updated dependencies">
|
755
|
+
<created>1441817713941</created>
|
756
|
+
<option name="number" value="00046" />
|
757
|
+
<option name="project" value="LOCAL" />
|
758
|
+
<updated>1441817713941</updated>
|
759
|
+
</task>
|
760
|
+
<task id="LOCAL-00047" summary="Added project logo, updated dependencies">
|
761
|
+
<created>1441817941796</created>
|
762
|
+
<option name="number" value="00047" />
|
763
|
+
<option name="project" value="LOCAL" />
|
764
|
+
<updated>1441817941796</updated>
|
765
|
+
</task>
|
766
|
+
<task id="LOCAL-00048" summary="Added project logo, updated dependencies">
|
767
|
+
<created>1441821788992</created>
|
768
|
+
<option name="number" value="00048" />
|
769
|
+
<option name="project" value="LOCAL" />
|
770
|
+
<updated>1441821788992</updated>
|
771
|
+
</task>
|
772
|
+
<task id="LOCAL-00049" summary="Added project logo, updated dependencies">
|
773
|
+
<created>1441822763647</created>
|
774
|
+
<option name="number" value="00049" />
|
775
|
+
<option name="project" value="LOCAL" />
|
776
|
+
<updated>1441822763647</updated>
|
777
|
+
</task>
|
778
|
+
<task id="LOCAL-00050" summary="Added project logo, updated dependencies">
|
779
|
+
<created>1441824462266</created>
|
780
|
+
<option name="number" value="00050" />
|
781
|
+
<option name="project" value="LOCAL" />
|
782
|
+
<updated>1441824462267</updated>
|
783
|
+
</task>
|
784
|
+
<task id="LOCAL-00051" summary="Added project logo, updated dependencies">
|
785
|
+
<created>1441825260815</created>
|
786
|
+
<option name="number" value="00051" />
|
787
|
+
<option name="project" value="LOCAL" />
|
788
|
+
<updated>1441825260815</updated>
|
789
|
+
</task>
|
790
|
+
<task id="LOCAL-00052" summary="Added project logo, updated dependencies">
|
791
|
+
<created>1441825536109</created>
|
792
|
+
<option name="number" value="00052" />
|
793
|
+
<option name="project" value="LOCAL" />
|
794
|
+
<updated>1441825536110</updated>
|
795
|
+
</task>
|
796
|
+
<task id="LOCAL-00053" summary="Added project logo, updated dependencies">
|
797
|
+
<created>1441829679244</created>
|
798
|
+
<option name="number" value="00053" />
|
799
|
+
<option name="project" value="LOCAL" />
|
800
|
+
<updated>1441829679244</updated>
|
801
|
+
</task>
|
802
|
+
<task id="LOCAL-00054" summary="Added project logo, updated dependencies">
|
803
|
+
<created>1441829876546</created>
|
804
|
+
<option name="number" value="00054" />
|
805
|
+
<option name="project" value="LOCAL" />
|
806
|
+
<updated>1441829876546</updated>
|
807
|
+
</task>
|
808
|
+
<task id="LOCAL-00055" summary="Added project logo, updated dependencies">
|
809
|
+
<created>1441830256118</created>
|
810
|
+
<option name="number" value="00055" />
|
811
|
+
<option name="project" value="LOCAL" />
|
812
|
+
<updated>1441830256118</updated>
|
813
|
+
</task>
|
814
|
+
<task id="LOCAL-00056" summary="Added project logo, updated dependencies">
|
815
|
+
<created>1441830727543</created>
|
816
|
+
<option name="number" value="00056" />
|
817
|
+
<option name="project" value="LOCAL" />
|
818
|
+
<updated>1441830727543</updated>
|
819
|
+
</task>
|
820
|
+
<task id="LOCAL-00057" summary="Added project logo, updated dependencies">
|
821
|
+
<created>1441879259517</created>
|
822
|
+
<option name="number" value="00057" />
|
823
|
+
<option name="project" value="LOCAL" />
|
824
|
+
<updated>1441879259537</updated>
|
825
|
+
</task>
|
826
|
+
<task id="LOCAL-00058" summary="Added project logo, updated dependencies">
|
827
|
+
<created>1441880984744</created>
|
828
|
+
<option name="number" value="00058" />
|
829
|
+
<option name="project" value="LOCAL" />
|
830
|
+
<updated>1441880984745</updated>
|
831
|
+
</task>
|
832
|
+
<task id="LOCAL-00059" summary="Added project logo, updated dependencies">
|
833
|
+
<created>1441881271267</created>
|
834
|
+
<option name="number" value="00059" />
|
835
|
+
<option name="project" value="LOCAL" />
|
836
|
+
<updated>1441881271267</updated>
|
837
|
+
</task>
|
838
|
+
<task id="LOCAL-00060" summary="fix for scrutinizer">
|
839
|
+
<created>1441881566330</created>
|
840
|
+
<option name="number" value="00060" />
|
841
|
+
<option name="project" value="LOCAL" />
|
842
|
+
<updated>1441881566330</updated>
|
843
|
+
</task>
|
844
|
+
<task id="LOCAL-00061" summary="fix for scrutinizer">
|
845
|
+
<created>1441882622740</created>
|
846
|
+
<option name="number" value="00061" />
|
847
|
+
<option name="project" value="LOCAL" />
|
848
|
+
<updated>1441882622740</updated>
|
849
|
+
</task>
|
850
|
+
<option name="localTasksCounter" value="62" />
|
765
851
|
<servers>
|
766
852
|
<YouTrack shared="false" url="http://saigkill-bugs.myjetbrains.com/youtrack">
|
767
853
|
<commitMessageFormat>{id} {summary}</commitMessageFormat>
|
@@ -778,26 +864,26 @@
|
|
778
864
|
</servers>
|
779
865
|
</component>
|
780
866
|
<component name="ToolWindowManager">
|
781
|
-
<frame x="43" y="
|
782
|
-
<editor active="
|
867
|
+
<frame x="43" y="24" width="1877" height="1056" extended-state="6" />
|
868
|
+
<editor active="true" />
|
783
869
|
<layout>
|
784
870
|
<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" />
|
785
871
|
<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" />
|
786
872
|
<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" />
|
787
873
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32763532" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
788
|
-
<window_info id="TagMyCode" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
874
|
+
<window_info id="TagMyCode" 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" />
|
789
875
|
<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" />
|
790
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="
|
876
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32359082" sideWeight="0.5106499" order="7" side_tool="true" content_ui="tabs" />
|
791
877
|
<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="8" side_tool="false" content_ui="tabs" />
|
792
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
793
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32359082" sideWeight="0.
|
878
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32985386" sideWeight="0.49808848" order="7" side_tool="false" content_ui="tabs" />
|
879
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32359082" sideWeight="0.48935008" order="2" side_tool="false" content_ui="tabs" />
|
794
880
|
<window_info id="Terminal" 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" />
|
795
|
-
<window_info id="Project" active="
|
881
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.34789732" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
796
882
|
<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="9" side_tool="false" content_ui="tabs" />
|
797
|
-
<window_info id="TeamCity" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.
|
883
|
+
<window_info id="TeamCity" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32985386" sideWeight="0.49808848" order="7" side_tool="false" content_ui="tabs" />
|
798
884
|
<window_info id="Dilbert" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32953465" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
799
885
|
<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" />
|
800
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32881" sideWeight="0.
|
886
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32881" sideWeight="0.49590388" order="1" side_tool="false" content_ui="tabs" />
|
801
887
|
<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="4" side_tool="false" content_ui="tabs" />
|
802
888
|
<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" />
|
803
889
|
<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" />
|
@@ -853,7 +939,13 @@
|
|
853
939
|
<MESSAGE value="Added automatic blogpost for german" />
|
854
940
|
<MESSAGE value="updated dependencies (gemnasium issues)" />
|
855
941
|
<MESSAGE value="preparing for develop" />
|
856
|
-
<
|
942
|
+
<MESSAGE value="integrated notifier" />
|
943
|
+
<MESSAGE value="fixed yaml" />
|
944
|
+
<MESSAGE value="fixed config path" />
|
945
|
+
<MESSAGE value="updated gemspec" />
|
946
|
+
<MESSAGE value="Added project logo, updated dependencies" />
|
947
|
+
<MESSAGE value="fix for scrutinizer" />
|
948
|
+
<option name="LAST_COMMIT_MESSAGE" value="fix for scrutinizer" />
|
857
949
|
</component>
|
858
950
|
<component name="XDebuggerManager">
|
859
951
|
<breakpoint-manager>
|
@@ -862,394 +954,415 @@
|
|
862
954
|
<watches-manager />
|
863
955
|
</component>
|
864
956
|
<component name="editorHistoryManager">
|
865
|
-
<entry file="file://$PROJECT_DIR
|
957
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators/revision.rb">
|
866
958
|
<provider selected="true" editor-type-id="text-editor">
|
867
959
|
<state vertical-scroll-proportion="0.0">
|
868
960
|
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
869
961
|
</state>
|
870
962
|
</provider>
|
871
963
|
</entry>
|
872
|
-
<entry file="file://$PROJECT_DIR
|
964
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators.rb">
|
873
965
|
<provider selected="true" editor-type-id="text-editor">
|
874
|
-
<state vertical-scroll-proportion="0.
|
875
|
-
<caret line="
|
966
|
+
<state vertical-scroll-proportion="0.73706895">
|
967
|
+
<caret line="83" column="11" selection-start-line="69" selection-start-column="2" selection-end-line="83" selection-end-column="11" />
|
876
968
|
</state>
|
877
969
|
</provider>
|
878
970
|
</entry>
|
879
|
-
<entry file="file://$PROJECT_DIR
|
971
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators/get.rb">
|
880
972
|
<provider selected="true" editor-type-id="text-editor">
|
881
|
-
<state vertical-scroll-proportion="0.
|
882
|
-
<caret line="
|
973
|
+
<state vertical-scroll-proportion="0.411093">
|
974
|
+
<caret line="36" column="74" selection-start-line="36" selection-start-column="15" selection-end-line="36" selection-end-column="74" />
|
883
975
|
</state>
|
884
976
|
</provider>
|
885
977
|
</entry>
|
886
|
-
<entry file="file://$PROJECT_DIR$/
|
978
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
887
979
|
<provider selected="true" editor-type-id="text-editor">
|
888
|
-
<state vertical-scroll-proportion="0.
|
889
|
-
<caret line="
|
980
|
+
<state vertical-scroll-proportion="0.052785926">
|
981
|
+
<caret line="3" column="7" selection-start-line="3" selection-start-column="7" selection-end-line="3" selection-end-column="7" />
|
890
982
|
</state>
|
891
983
|
</provider>
|
892
984
|
</entry>
|
893
|
-
<entry file="file://$PROJECT_DIR
|
985
|
+
<entry file="file://$PROJECT_DIR$/../saigkill.github.com/_posts/2015-06-15-youtube_dlhelper-0.1.9.3-released.md">
|
986
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
987
|
+
<state />
|
988
|
+
</provider>
|
894
989
|
<provider selected="true" editor-type-id="text-editor">
|
895
|
-
<state vertical-scroll-proportion="
|
896
|
-
<caret line="
|
990
|
+
<state vertical-scroll-proportion="1.2648649">
|
991
|
+
<caret line="37" column="45" selection-start-line="37" selection-start-column="45" selection-end-line="37" selection-end-column="45" />
|
897
992
|
</state>
|
898
993
|
</provider>
|
899
994
|
</entry>
|
900
|
-
<entry file="file://$PROJECT_DIR$/
|
995
|
+
<entry file="file://$PROJECT_DIR$/config.reek">
|
901
996
|
<provider selected="true" editor-type-id="text-editor">
|
902
|
-
<state vertical-scroll-proportion="
|
903
|
-
<caret line="
|
997
|
+
<state vertical-scroll-proportion="1.6966127">
|
998
|
+
<caret line="64" column="12" selection-start-line="64" selection-start-column="12" selection-end-line="64" selection-end-column="12" />
|
904
999
|
</state>
|
905
1000
|
</provider>
|
906
1001
|
</entry>
|
907
|
-
<entry file="file://$PROJECT_DIR
|
1002
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/PublicanCreators.gemspec">
|
908
1003
|
<provider selected="true" editor-type-id="text-editor">
|
909
|
-
<state vertical-scroll-proportion="0.
|
910
|
-
<caret line="
|
1004
|
+
<state vertical-scroll-proportion="0.7245902">
|
1005
|
+
<caret line="57" column="62" selection-start-line="57" selection-start-column="2" selection-end-line="57" selection-end-column="62" />
|
911
1006
|
</state>
|
912
1007
|
</provider>
|
913
1008
|
</entry>
|
914
|
-
<entry file="file://$PROJECT_DIR
|
1009
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/README.md">
|
1010
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1011
|
+
<state />
|
1012
|
+
</provider>
|
915
1013
|
<provider selected="true" editor-type-id="text-editor">
|
916
|
-
<state vertical-scroll-proportion="
|
917
|
-
<caret line="
|
1014
|
+
<state vertical-scroll-proportion="-7.448276">
|
1015
|
+
<caret line="12" column="98" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="235" />
|
918
1016
|
</state>
|
919
1017
|
</provider>
|
920
1018
|
</entry>
|
921
|
-
<entry file="file://$PROJECT_DIR$/
|
1019
|
+
<entry file="file://$PROJECT_DIR$/etc/youtube_dlhelper.conf">
|
922
1020
|
<provider selected="true" editor-type-id="text-editor">
|
923
|
-
<state vertical-scroll-proportion="0.
|
924
|
-
<caret line="
|
1021
|
+
<state vertical-scroll-proportion="0.21575342">
|
1022
|
+
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
925
1023
|
</state>
|
926
1024
|
</provider>
|
927
1025
|
</entry>
|
928
|
-
<entry file="file://$PROJECT_DIR
|
1026
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/Index.yml">
|
929
1027
|
<provider selected="true" editor-type-id="text-editor">
|
930
|
-
<state vertical-scroll-proportion="0.
|
931
|
-
<caret line="
|
1028
|
+
<state vertical-scroll-proportion="0.588907">
|
1029
|
+
<caret line="32" column="55" selection-start-line="29" selection-start-column="1" selection-end-line="32" selection-end-column="55" />
|
932
1030
|
</state>
|
933
1031
|
</provider>
|
934
1032
|
</entry>
|
935
|
-
<entry file="file://$PROJECT_DIR$/
|
1033
|
+
<entry file="file://$PROJECT_DIR$/MANIFEST">
|
936
1034
|
<provider selected="true" editor-type-id="text-editor">
|
937
1035
|
<state vertical-scroll-proportion="0.0">
|
938
1036
|
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
939
1037
|
</state>
|
940
1038
|
</provider>
|
941
1039
|
</entry>
|
942
|
-
<entry file="file://$PROJECT_DIR
|
1040
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/latex_curriculum_vitae.gemspec">
|
943
1041
|
<provider selected="true" editor-type-id="text-editor">
|
944
|
-
<state vertical-scroll-proportion="0.
|
945
|
-
<caret line="
|
1042
|
+
<state vertical-scroll-proportion="0.4368932">
|
1043
|
+
<caret line="15" column="95" selection-start-line="15" selection-start-column="2" selection-end-line="15" selection-end-column="95" />
|
946
1044
|
</state>
|
947
1045
|
</provider>
|
948
1046
|
</entry>
|
949
|
-
<entry file="file://$PROJECT_DIR
|
1047
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/Rakefile">
|
950
1048
|
<provider selected="true" editor-type-id="text-editor">
|
951
1049
|
<state vertical-scroll-proportion="0.0">
|
952
|
-
<caret line="
|
1050
|
+
<caret line="116" column="9" selection-start-line="115" selection-start-column="5" selection-end-line="116" selection-end-column="9" />
|
953
1051
|
</state>
|
954
1052
|
</provider>
|
955
1053
|
</entry>
|
956
|
-
<entry file="file://$PROJECT_DIR
|
1054
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/README.md">
|
1055
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1056
|
+
<state />
|
1057
|
+
</provider>
|
1058
|
+
<provider selected="true" editor-type-id="text-editor">
|
1059
|
+
<state vertical-scroll-proportion="0.8064516">
|
1060
|
+
<caret line="121" column="83" selection-start-line="121" selection-start-column="0" selection-end-line="121" selection-end-column="83" />
|
1061
|
+
</state>
|
1062
|
+
</provider>
|
1063
|
+
</entry>
|
1064
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/lib/latex_curriculum_vitae.rb">
|
957
1065
|
<provider selected="true" editor-type-id="text-editor">
|
958
1066
|
<state vertical-scroll-proportion="0.0">
|
959
|
-
<caret line="
|
1067
|
+
<caret line="54" column="14" selection-start-line="53" selection-start-column="2" selection-end-line="54" selection-end-column="14" />
|
960
1068
|
</state>
|
961
1069
|
</provider>
|
962
1070
|
</entry>
|
963
|
-
<entry file="file://$PROJECT_DIR
|
1071
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/lib/latex_curriculum_vitae/notifier.rb">
|
1072
|
+
<provider selected="true" editor-type-id="text-editor">
|
1073
|
+
<state vertical-scroll-proportion="0.7281553">
|
1074
|
+
<caret line="25" column="3" selection-start-line="0" selection-start-column="0" selection-end-line="25" selection-end-column="3" />
|
1075
|
+
</state>
|
1076
|
+
</provider>
|
1077
|
+
</entry>
|
1078
|
+
<entry file="file://$PROJECT_DIR$/VERSION">
|
964
1079
|
<provider selected="true" editor-type-id="text-editor">
|
965
1080
|
<state vertical-scroll-proportion="0.0">
|
966
|
-
<caret line="
|
1081
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1082
|
+
<folding />
|
967
1083
|
</state>
|
968
1084
|
</provider>
|
969
1085
|
</entry>
|
970
|
-
<entry file="file://$PROJECT_DIR
|
1086
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/Rakefile">
|
971
1087
|
<provider selected="true" editor-type-id="text-editor">
|
972
1088
|
<state vertical-scroll-proportion="0.0">
|
973
|
-
<caret line="
|
1089
|
+
<caret line="250" column="24" selection-start-line="237" selection-start-column="2" selection-end-line="250" selection-end-column="24" />
|
1090
|
+
<folding />
|
974
1091
|
</state>
|
975
1092
|
</provider>
|
976
1093
|
</entry>
|
977
|
-
<entry file="file://$PROJECT_DIR
|
1094
|
+
<entry file="file://$PROJECT_DIR$/.coveralls.yml">
|
978
1095
|
<provider selected="true" editor-type-id="text-editor">
|
979
1096
|
<state vertical-scroll-proportion="0.0">
|
980
1097
|
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1098
|
+
<folding />
|
981
1099
|
</state>
|
982
1100
|
</provider>
|
983
1101
|
</entry>
|
984
|
-
<entry file="file://$PROJECT_DIR
|
1102
|
+
<entry file="file://$PROJECT_DIR$/.gemnasium.yml">
|
985
1103
|
<provider selected="true" editor-type-id="text-editor">
|
986
|
-
<state vertical-scroll-proportion="0.
|
987
|
-
<caret line="
|
1104
|
+
<state vertical-scroll-proportion="0.0">
|
1105
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1106
|
+
<folding />
|
988
1107
|
</state>
|
989
1108
|
</provider>
|
990
1109
|
</entry>
|
991
|
-
<entry file="file://$PROJECT_DIR
|
1110
|
+
<entry file="file://$PROJECT_DIR$/.gemrelease">
|
992
1111
|
<provider selected="true" editor-type-id="text-editor">
|
993
|
-
<state vertical-scroll-proportion="0.
|
994
|
-
<caret line="
|
1112
|
+
<state vertical-scroll-proportion="0.0">
|
1113
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1114
|
+
<folding />
|
995
1115
|
</state>
|
996
1116
|
</provider>
|
997
1117
|
</entry>
|
998
|
-
<entry file="file://$PROJECT_DIR
|
1118
|
+
<entry file="file://$PROJECT_DIR$/.rspec">
|
999
1119
|
<provider selected="true" editor-type-id="text-editor">
|
1000
1120
|
<state vertical-scroll-proportion="0.0">
|
1001
|
-
<caret line="0" column="
|
1121
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1122
|
+
<folding />
|
1002
1123
|
</state>
|
1003
1124
|
</provider>
|
1004
1125
|
</entry>
|
1005
|
-
<entry file="file://$PROJECT_DIR
|
1126
|
+
<entry file="file://$PROJECT_DIR$/.rubocop.yml">
|
1006
1127
|
<provider selected="true" editor-type-id="text-editor">
|
1007
|
-
<state vertical-scroll-proportion="0.
|
1008
|
-
<caret line="
|
1128
|
+
<state vertical-scroll-proportion="0.0">
|
1129
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1130
|
+
<folding />
|
1009
1131
|
</state>
|
1010
1132
|
</provider>
|
1011
1133
|
</entry>
|
1012
1134
|
<entry file="file://$PROJECT_DIR$/circle.yml">
|
1013
1135
|
<provider selected="true" editor-type-id="text-editor">
|
1014
|
-
<state vertical-scroll-proportion="0.
|
1136
|
+
<state vertical-scroll-proportion="0.26213592">
|
1015
1137
|
<caret line="9" column="16" selection-start-line="9" selection-start-column="16" selection-end-line="9" selection-end-column="16" />
|
1138
|
+
<folding />
|
1016
1139
|
</state>
|
1017
1140
|
</provider>
|
1018
1141
|
</entry>
|
1019
|
-
<entry file="file://$PROJECT_DIR
|
1142
|
+
<entry file="file://$PROJECT_DIR$/CONTRIBUTING.md">
|
1020
1143
|
<provider editor-type-id="MarkdownPreviewEditor">
|
1021
1144
|
<state />
|
1022
1145
|
</provider>
|
1023
1146
|
<provider selected="true" editor-type-id="text-editor">
|
1024
|
-
<state vertical-scroll-proportion="
|
1025
|
-
<caret line="
|
1147
|
+
<state vertical-scroll-proportion="0.42930153">
|
1148
|
+
<caret line="14" column="46" selection-start-line="14" selection-start-column="46" selection-end-line="14" selection-end-column="46" />
|
1149
|
+
<folding />
|
1026
1150
|
</state>
|
1027
1151
|
</provider>
|
1028
1152
|
</entry>
|
1029
|
-
<entry file="file://$PROJECT_DIR$/
|
1153
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.md">
|
1154
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1155
|
+
<state />
|
1156
|
+
</provider>
|
1030
1157
|
<provider selected="true" editor-type-id="text-editor">
|
1031
|
-
<state vertical-scroll-proportion="
|
1032
|
-
<caret line="
|
1158
|
+
<state vertical-scroll-proportion="0.0">
|
1159
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1160
|
+
<folding />
|
1033
1161
|
</state>
|
1034
1162
|
</provider>
|
1035
1163
|
</entry>
|
1036
|
-
<entry file="file://$PROJECT_DIR
|
1164
|
+
<entry file="file://$PROJECT_DIR$/ruby-lint.yml">
|
1037
1165
|
<provider selected="true" editor-type-id="text-editor">
|
1038
|
-
<state vertical-scroll-proportion="0.
|
1039
|
-
<caret line="
|
1166
|
+
<state vertical-scroll-proportion="0.0">
|
1167
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1168
|
+
<folding />
|
1040
1169
|
</state>
|
1041
1170
|
</provider>
|
1042
1171
|
</entry>
|
1043
|
-
<entry file="file://$PROJECT_DIR
|
1172
|
+
<entry file="file://$PROJECT_DIR$/.yardopts">
|
1044
1173
|
<provider selected="true" editor-type-id="text-editor">
|
1045
|
-
<state vertical-scroll-proportion="0.
|
1046
|
-
<caret line="
|
1174
|
+
<state vertical-scroll-proportion="0.23300971">
|
1175
|
+
<caret line="8" column="13" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
|
1176
|
+
<folding />
|
1047
1177
|
</state>
|
1048
1178
|
</provider>
|
1049
1179
|
</entry>
|
1050
|
-
<entry file="file://$PROJECT_DIR
|
1180
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
1051
1181
|
<provider selected="true" editor-type-id="text-editor">
|
1052
|
-
<state vertical-scroll-proportion="0.
|
1053
|
-
<caret line="
|
1182
|
+
<state vertical-scroll-proportion="0.0">
|
1183
|
+
<caret line="0" column="7" selection-start-line="0" selection-start-column="7" selection-end-line="0" selection-end-column="7" />
|
1184
|
+
<folding />
|
1054
1185
|
</state>
|
1055
1186
|
</provider>
|
1056
1187
|
</entry>
|
1057
|
-
<entry file="file://$PROJECT_DIR
|
1188
|
+
<entry file="file://$PROJECT_DIR$/CHANGELOG.md">
|
1058
1189
|
<provider editor-type-id="MarkdownPreviewEditor">
|
1059
1190
|
<state />
|
1060
1191
|
</provider>
|
1061
1192
|
<provider selected="true" editor-type-id="text-editor">
|
1062
|
-
<state vertical-scroll-proportion="
|
1063
|
-
<caret line="
|
1064
|
-
|
1065
|
-
</provider>
|
1066
|
-
</entry>
|
1067
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/downloader.rb">
|
1068
|
-
<provider selected="true" editor-type-id="text-editor">
|
1069
|
-
<state vertical-scroll-proportion="1.1572905">
|
1070
|
-
<caret line="56" column="16" selection-start-line="56" selection-start-column="14" selection-end-line="56" selection-end-column="33" />
|
1071
|
-
</state>
|
1072
|
-
</provider>
|
1073
|
-
</entry>
|
1074
|
-
<entry file="file://$PROJECT_DIR$/bin/youtube_dlhelper">
|
1075
|
-
<provider selected="true" editor-type-id="text-editor">
|
1076
|
-
<state vertical-scroll-proportion="0.0206659">
|
1077
|
-
<caret line="1" column="26" selection-start-line="1" selection-start-column="26" selection-end-line="1" selection-end-column="26" />
|
1193
|
+
<state vertical-scroll-proportion="0.15332198">
|
1194
|
+
<caret line="5" column="45" selection-start-line="5" selection-start-column="45" selection-end-line="5" selection-end-column="45" />
|
1195
|
+
<folding />
|
1078
1196
|
</state>
|
1079
1197
|
</provider>
|
1080
1198
|
</entry>
|
1081
|
-
<entry file="file://$PROJECT_DIR$/
|
1199
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb">
|
1082
1200
|
<provider selected="true" editor-type-id="text-editor">
|
1083
|
-
<state vertical-scroll-proportion="
|
1084
|
-
<caret line="
|
1201
|
+
<state vertical-scroll-proportion="-1.0679612">
|
1202
|
+
<caret line="95" column="16" selection-start-line="95" selection-start-column="16" selection-end-line="95" selection-end-column="16" />
|
1203
|
+
<folding />
|
1085
1204
|
</state>
|
1086
1205
|
</provider>
|
1087
1206
|
</entry>
|
1088
|
-
<entry file="file://$PROJECT_DIR$/
|
1207
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/downloader.rb">
|
1089
1208
|
<provider selected="true" editor-type-id="text-editor">
|
1090
|
-
<state vertical-scroll-proportion="
|
1091
|
-
<caret line="
|
1209
|
+
<state vertical-scroll-proportion="1.631068">
|
1210
|
+
<caret line="56" column="33" selection-start-line="56" selection-start-column="33" selection-end-line="56" selection-end-column="33" />
|
1092
1211
|
<folding />
|
1093
1212
|
</state>
|
1094
1213
|
</provider>
|
1095
1214
|
</entry>
|
1096
|
-
<entry file="file://$PROJECT_DIR$/
|
1215
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb">
|
1097
1216
|
<provider selected="true" editor-type-id="text-editor">
|
1098
|
-
<state vertical-scroll-proportion="0.
|
1099
|
-
<caret line="
|
1217
|
+
<state vertical-scroll-proportion="0.21359223">
|
1218
|
+
<caret line="20" column="4" selection-start-line="20" selection-start-column="4" selection-end-line="20" selection-end-column="4" />
|
1100
1219
|
<folding />
|
1101
1220
|
</state>
|
1102
1221
|
</provider>
|
1103
1222
|
</entry>
|
1104
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/
|
1223
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/notifier.rb">
|
1105
1224
|
<provider selected="true" editor-type-id="text-editor">
|
1106
|
-
<state vertical-scroll-proportion="0.
|
1107
|
-
<caret line="
|
1225
|
+
<state vertical-scroll-proportion="0.5533981">
|
1226
|
+
<caret line="19" column="30" selection-start-line="19" selection-start-column="30" selection-end-line="19" selection-end-column="30" />
|
1108
1227
|
<folding />
|
1109
1228
|
</state>
|
1110
1229
|
</provider>
|
1111
1230
|
</entry>
|
1112
1231
|
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/ripper.rb">
|
1113
1232
|
<provider selected="true" editor-type-id="text-editor">
|
1114
|
-
<state vertical-scroll-proportion="
|
1115
|
-
<caret line="
|
1233
|
+
<state vertical-scroll-proportion="0.24271844">
|
1234
|
+
<caret line="81" column="48" selection-start-line="81" selection-start-column="48" selection-end-line="81" selection-end-column="48" />
|
1116
1235
|
<folding />
|
1117
1236
|
</state>
|
1118
1237
|
</provider>
|
1119
1238
|
</entry>
|
1120
|
-
<entry file="file://$PROJECT_DIR$/
|
1239
|
+
<entry file="file://$PROJECT_DIR$/bin/youtube_dlhelper">
|
1121
1240
|
<provider selected="true" editor-type-id="text-editor">
|
1122
|
-
<state vertical-scroll-proportion="0.
|
1123
|
-
<caret line="
|
1241
|
+
<state vertical-scroll-proportion="0.23300971">
|
1242
|
+
<caret line="8" column="3" selection-start-line="8" selection-start-column="3" selection-end-line="8" selection-end-column="3" />
|
1124
1243
|
<folding />
|
1125
1244
|
</state>
|
1126
1245
|
</provider>
|
1127
1246
|
</entry>
|
1128
|
-
<entry file="file://$PROJECT_DIR
|
1247
|
+
<entry file="file://$PROJECT_DIR$/.index">
|
1129
1248
|
<provider selected="true" editor-type-id="text-editor">
|
1130
|
-
<state vertical-scroll-proportion="
|
1131
|
-
<caret line="
|
1249
|
+
<state vertical-scroll-proportion="-1.0485437">
|
1250
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1132
1251
|
<folding />
|
1133
1252
|
</state>
|
1134
1253
|
</provider>
|
1135
1254
|
</entry>
|
1136
|
-
<entry file="file://$PROJECT_DIR$/
|
1255
|
+
<entry file="file://$PROJECT_DIR$/Index.yml">
|
1137
1256
|
<provider selected="true" editor-type-id="text-editor">
|
1138
|
-
<state vertical-scroll-proportion="1.
|
1139
|
-
<caret line="
|
1257
|
+
<state vertical-scroll-proportion="1.2038835">
|
1258
|
+
<caret line="53" column="27" selection-start-line="53" selection-start-column="27" selection-end-line="53" selection-end-column="27" />
|
1140
1259
|
<folding />
|
1141
1260
|
</state>
|
1142
1261
|
</provider>
|
1143
1262
|
</entry>
|
1144
|
-
<entry file="file://$PROJECT_DIR
|
1263
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/test/lib_spec.rb">
|
1145
1264
|
<provider selected="true" editor-type-id="text-editor">
|
1146
|
-
<state vertical-scroll-proportion="
|
1147
|
-
<caret line="
|
1265
|
+
<state vertical-scroll-proportion="0.0">
|
1266
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1148
1267
|
<folding />
|
1149
1268
|
</state>
|
1150
1269
|
</provider>
|
1151
1270
|
</entry>
|
1152
|
-
<entry file="file://$PROJECT_DIR
|
1271
|
+
<entry file="file://$PROJECT_DIR$/../MannsShared/lib/MannsShared/version.rb">
|
1153
1272
|
<provider selected="true" editor-type-id="text-editor">
|
1154
|
-
<state vertical-scroll-proportion="0.
|
1155
|
-
<caret line="
|
1273
|
+
<state vertical-scroll-proportion="0.0">
|
1274
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1156
1275
|
<folding />
|
1157
1276
|
</state>
|
1158
1277
|
</provider>
|
1159
1278
|
</entry>
|
1160
|
-
<entry file="file://$PROJECT_DIR
|
1161
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1162
|
-
<state />
|
1163
|
-
</provider>
|
1279
|
+
<entry file="file://$PROJECT_DIR$/../MannsShared/lib/MannsShared/change.rb">
|
1164
1280
|
<provider selected="true" editor-type-id="text-editor">
|
1165
|
-
<state vertical-scroll-proportion="0.
|
1166
|
-
<caret line="
|
1281
|
+
<state vertical-scroll-proportion="0.3529412">
|
1282
|
+
<caret line="21" column="17" selection-start-line="21" selection-start-column="17" selection-end-line="21" selection-end-column="17" />
|
1167
1283
|
<folding />
|
1168
1284
|
</state>
|
1169
1285
|
</provider>
|
1170
1286
|
</entry>
|
1171
|
-
<entry file="file://$PROJECT_DIR
|
1287
|
+
<entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
|
1172
1288
|
<provider selected="true" editor-type-id="text-editor">
|
1173
|
-
<state vertical-scroll-proportion="0.
|
1174
|
-
<caret line="
|
1289
|
+
<state vertical-scroll-proportion="0.37864077">
|
1290
|
+
<caret line="13" column="0" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" />
|
1175
1291
|
<folding />
|
1176
1292
|
</state>
|
1177
1293
|
</provider>
|
1178
1294
|
</entry>
|
1179
|
-
<entry file="file://$PROJECT_DIR$/
|
1295
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/version.rb">
|
1180
1296
|
<provider selected="true" editor-type-id="text-editor">
|
1181
|
-
<state vertical-scroll-proportion="0.
|
1182
|
-
<caret line="
|
1297
|
+
<state vertical-scroll-proportion="0.6213592">
|
1298
|
+
<caret line="31" column="13" selection-start-line="31" selection-start-column="13" selection-end-line="31" selection-end-column="13" />
|
1183
1299
|
<folding />
|
1184
1300
|
</state>
|
1185
1301
|
</provider>
|
1186
1302
|
</entry>
|
1187
|
-
<entry file="file://$PROJECT_DIR
|
1303
|
+
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
1188
1304
|
<provider selected="true" editor-type-id="text-editor">
|
1189
|
-
<state vertical-scroll-proportion="
|
1190
|
-
<caret line="
|
1305
|
+
<state vertical-scroll-proportion="0.592233">
|
1306
|
+
<caret line="23" column="14" selection-start-line="23" selection-start-column="14" selection-end-line="23" selection-end-column="14" />
|
1191
1307
|
<folding />
|
1192
1308
|
</state>
|
1193
1309
|
</provider>
|
1194
1310
|
</entry>
|
1195
|
-
<entry file="file://$PROJECT_DIR
|
1311
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1312
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1313
|
+
<state />
|
1314
|
+
</provider>
|
1196
1315
|
<provider selected="true" editor-type-id="text-editor">
|
1197
|
-
<state vertical-scroll-proportion="0.
|
1198
|
-
<caret line="
|
1316
|
+
<state vertical-scroll-proportion="0.36797273">
|
1317
|
+
<caret line="12" column="80" selection-start-line="12" selection-start-column="80" selection-end-line="12" selection-end-column="80" />
|
1199
1318
|
<folding />
|
1200
1319
|
</state>
|
1201
1320
|
</provider>
|
1202
1321
|
</entry>
|
1203
|
-
<entry file="file://$PROJECT_DIR
|
1322
|
+
<entry file="file://$PROJECT_DIR$/youtube_dlhelper.gemspec">
|
1204
1323
|
<provider selected="true" editor-type-id="text-editor">
|
1205
|
-
<state vertical-scroll-proportion="0.
|
1206
|
-
<caret line="
|
1324
|
+
<state vertical-scroll-proportion="0.47572815">
|
1325
|
+
<caret line="37" column="69" selection-start-line="37" selection-start-column="69" selection-end-line="37" selection-end-column="69" />
|
1207
1326
|
<folding />
|
1208
1327
|
</state>
|
1209
1328
|
</provider>
|
1210
1329
|
</entry>
|
1211
|
-
<entry file="file://$PROJECT_DIR
|
1330
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper.rb">
|
1212
1331
|
<provider selected="true" editor-type-id="text-editor">
|
1213
|
-
<state vertical-scroll-proportion="0.
|
1214
|
-
<caret line="
|
1332
|
+
<state vertical-scroll-proportion="0.46601942">
|
1333
|
+
<caret line="25" column="88" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="88" />
|
1215
1334
|
<folding />
|
1216
1335
|
</state>
|
1217
1336
|
</provider>
|
1218
1337
|
</entry>
|
1219
|
-
<entry file="file://$PROJECT_DIR$/youtube_dlhelper.
|
1338
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/change.rb">
|
1220
1339
|
<provider selected="true" editor-type-id="text-editor">
|
1221
|
-
<state vertical-scroll-proportion="0.
|
1222
|
-
<caret line="
|
1340
|
+
<state vertical-scroll-proportion="0.41747573">
|
1341
|
+
<caret line="21" column="21" selection-start-line="21" selection-start-column="21" selection-end-line="21" selection-end-column="21" />
|
1223
1342
|
<folding />
|
1224
1343
|
</state>
|
1225
1344
|
</provider>
|
1226
1345
|
</entry>
|
1227
|
-
<entry file="file://$PROJECT_DIR
|
1228
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1229
|
-
<state />
|
1230
|
-
</provider>
|
1346
|
+
<entry file="file://$PROJECT_DIR$/.scrutinizer.yml">
|
1231
1347
|
<provider selected="true" editor-type-id="text-editor">
|
1232
|
-
<state vertical-scroll-proportion="0.
|
1233
|
-
<caret line="
|
1348
|
+
<state vertical-scroll-proportion="0.23300971">
|
1349
|
+
<caret line="8" column="22" selection-start-line="8" selection-start-column="22" selection-end-line="8" selection-end-column="22" />
|
1234
1350
|
<folding />
|
1235
1351
|
</state>
|
1236
1352
|
</provider>
|
1237
1353
|
</entry>
|
1238
|
-
<entry file="file://$PROJECT_DIR$/
|
1354
|
+
<entry file="file://$PROJECT_DIR$/test/lib_spec.rb">
|
1239
1355
|
<provider selected="true" editor-type-id="text-editor">
|
1240
|
-
<state vertical-scroll-proportion="0.
|
1241
|
-
<caret line="
|
1356
|
+
<state vertical-scroll-proportion="-0.80582523">
|
1357
|
+
<caret line="45" column="54" selection-start-line="45" selection-start-column="54" selection-end-line="45" selection-end-column="54" />
|
1242
1358
|
<folding />
|
1243
1359
|
</state>
|
1244
1360
|
</provider>
|
1245
1361
|
</entry>
|
1246
|
-
<entry file="file://$PROJECT_DIR$/
|
1247
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1248
|
-
<state />
|
1249
|
-
</provider>
|
1362
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1250
1363
|
<provider selected="true" editor-type-id="text-editor">
|
1251
|
-
<state vertical-scroll-proportion="0.
|
1252
|
-
<caret line="
|
1364
|
+
<state vertical-scroll-proportion="0.33009708">
|
1365
|
+
<caret line="114" column="33" selection-start-line="114" selection-start-column="33" selection-end-line="114" selection-end-column="33" />
|
1253
1366
|
<folding />
|
1254
1367
|
</state>
|
1255
1368
|
</provider>
|