youtube_dlhelper 0.1.9.5 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.gemnasium.yml +2 -2
- data/.index +94 -35
- data/.travis.yml +2 -0
- data/Gemfile +47 -4
- data/Gemfile.lock +199 -70
- data/History.rdoc +103 -0
- data/Index.yml +37 -27
- data/LICENSE.rdoc +24 -0
- data/{MANIFEST → Manifest.txt} +24 -20
- data/README.rdoc +118 -0
- data/Rakefile +96 -237
- data/VERSION +1 -1
- data/bin/youtube_dlhelper +1 -0
- data/lib/youtube_dlhelper.rb +14 -28
- data/lib/youtube_dlhelper/change.rb +1 -1
- data/lib/youtube_dlhelper/checker.rb +16 -15
- data/lib/youtube_dlhelper/downloader.rb +21 -14
- data/lib/youtube_dlhelper/ripper.rb +12 -11
- data/test/lib_spec.rb +101 -0
- data/test/spec_helper.rb +15 -0
- metadata +320 -223
- metadata.gz.sig +0 -0
- data/.gitignore +0 -4
- data/.idea/.name +0 -1
- data/.idea/.rakeTasks +0 -7
- data/.idea/dictionaries/sascha.xml +0 -3
- data/.idea/dictionaries/smanns.xml +0 -3
- data/.idea/encodings.xml +0 -5
- data/.idea/inspectionProfiles/Project_Default.xml +0 -81
- data/.idea/inspectionProfiles/profiles_settings.xml +0 -7
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/sonarIssues.xml +0 -29
- data/.idea/vagrant.xml +0 -7
- data/.idea/vcs.xml +0 -7
- data/.idea/workspace.xml +0 -1386
- data/.idea/workspace_conflict-20150617-151434.xml +0 -933
- data/.idea/youtube_dlhelper.iml +0 -207
- data/.idea/youtube_dlhelper_conflict-20150617-151434.iml +0 -230
- data/CHANGELOG.md +0 -80
- data/LICENSE.md +0 -187
- data/README.md +0 -76
- data/lib/youtube_dlhelper/version.rb +0 -38
- data/youtube_dlhelper.gemspec +0 -54
metadata.gz.sig
ADDED
Binary file
|
data/.gitignore
DELETED
data/.idea/.name
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
youtube_dlhelper
|
data/.idea/.rakeTasks
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
-
You are allowed to:
|
4
|
-
1. Remove rake task
|
5
|
-
2. Add existing rake tasks
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build 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/encodings.xml
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
2
|
-
<profile version="1.0" is_locked="false">
|
3
|
-
<option name="myName" value="Project Default" />
|
4
|
-
<option name="myLocal" value="true" />
|
5
|
-
<inspection_tool class="CheckDtdRefs" enabled="false" level="ERROR" enabled_by_default="false" />
|
6
|
-
<inspection_tool class="CheckTagEmptyBody" enabled="false" level="WARNING" enabled_by_default="false" />
|
7
|
-
<inspection_tool class="CheckXmlFileWithXercesValidator" enabled="false" level="ERROR" enabled_by_default="false" />
|
8
|
-
<inspection_tool class="CoffeeScriptArgumentsOutsideFunction" enabled="false" level="WARNING" enabled_by_default="false" />
|
9
|
-
<inspection_tool class="CoffeeScriptFunctionSignatures" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
10
|
-
<inspection_tool class="CoffeeScriptInfiniteLoop" enabled="false" level="WARNING" enabled_by_default="false" />
|
11
|
-
<inspection_tool class="CoffeeScriptLiteralNotFunction" enabled="false" level="ERROR" enabled_by_default="false" />
|
12
|
-
<inspection_tool class="CoffeeScriptSillyAssignment" enabled="false" level="WARNING" enabled_by_default="false" />
|
13
|
-
<inspection_tool class="CoffeeScriptSwitchStatementWithNoDefaultBranch" enabled="false" level="WARNING" enabled_by_default="false" />
|
14
|
-
<inspection_tool class="CoffeeScriptUnnecessaryReturn" enabled="false" level="WARNING" enabled_by_default="false" />
|
15
|
-
<inspection_tool class="CoffeeScriptUnusedLocalSymbols" enabled="false" level="WARNING" enabled_by_default="false" />
|
16
|
-
<inspection_tool class="CucumberDuplicatedStep" enabled="false" level="ERROR" enabled_by_default="false" />
|
17
|
-
<inspection_tool class="CucumberExamplesColon" enabled="false" level="ERROR" enabled_by_default="false" />
|
18
|
-
<inspection_tool class="CucumberMissedExamples" enabled="false" level="ERROR" enabled_by_default="false" />
|
19
|
-
<inspection_tool class="CucumberStepDefinitionParameter" enabled="false" level="WARNING" enabled_by_default="false" />
|
20
|
-
<inspection_tool class="CucumberTableInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
21
|
-
<inspection_tool class="CucumberUndefinedStep" enabled="false" level="WARNING" enabled_by_default="false" />
|
22
|
-
<inspection_tool class="GherkinBrokenTableInspection" enabled="false" level="ERROR" enabled_by_default="false" />
|
23
|
-
<inspection_tool class="GherkinMisplacedBackground" enabled="false" level="ERROR" enabled_by_default="false" />
|
24
|
-
<inspection_tool class="HamlNestedTagContent" enabled="false" level="WARNING" enabled_by_default="false" />
|
25
|
-
<inspection_tool class="InconsistentLineSeparators" enabled="true" level="WARNING" enabled_by_default="true" />
|
26
|
-
<inspection_tool class="JsonStandardCompliance" enabled="false" level="ERROR" enabled_by_default="false" />
|
27
|
-
<inspection_tool class="LessResolvedByNameOnly" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
28
|
-
<inspection_tool class="LessUnresolvedMixin" enabled="false" level="WARNING" enabled_by_default="false" />
|
29
|
-
<inspection_tool class="LessUnresolvedVariable" enabled="false" level="WARNING" enabled_by_default="false" />
|
30
|
-
<inspection_tool class="ProblematicWhitespace" enabled="true" level="WARNING" enabled_by_default="true" />
|
31
|
-
<inspection_tool class="Puppet4Deprecations" enabled="false" level="WARNING" enabled_by_default="false" />
|
32
|
-
<inspection_tool class="PuppetEnableLibraries" enabled="false" level="WARNING" enabled_by_default="false" />
|
33
|
-
<inspection_tool class="PuppetMultipleHashSetParamsPerResourceInstance" enabled="false" level="ERROR" enabled_by_default="false" />
|
34
|
-
<inspection_tool class="PuppetUnresolved" enabled="false" level="WARNING" enabled_by_default="false" />
|
35
|
-
<inspection_tool class="Rails3Deprecated" enabled="false" level="WARNING" enabled_by_default="false">
|
36
|
-
<option name="showForOldProjects" value="false" />
|
37
|
-
</inspection_tool>
|
38
|
-
<inspection_tool class="RailsChecklist01" enabled="false" level="WARNING" enabled_by_default="false" />
|
39
|
-
<inspection_tool class="RailsChecklist02" enabled="false" level="WARNING" enabled_by_default="false" />
|
40
|
-
<inspection_tool class="RailsChecklist04" enabled="false" level="WARNING" enabled_by_default="false" />
|
41
|
-
<inspection_tool class="RailsChecklist05" enabled="false" level="WARNING" enabled_by_default="false" />
|
42
|
-
<inspection_tool class="RailsI18nInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
43
|
-
<inspection_tool class="RailsParamDefResolve" enabled="false" level="WARNING" enabled_by_default="false" />
|
44
|
-
<inspection_tool class="RubyConvertAllHashesInFileInspections" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
45
|
-
<inspection_tool class="SSBasedInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
46
|
-
<inspection_tool class="SassScssResolvedByNameOnly" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
47
|
-
<inspection_tool class="SassScssUnresolvedMixin" enabled="false" level="WARNING" enabled_by_default="false" />
|
48
|
-
<inspection_tool class="SassScssUnresolvedPlaceholderSelector" enabled="false" level="WARNING" enabled_by_default="false" />
|
49
|
-
<inspection_tool class="SassScssUnresolvedVariable" enabled="false" level="WARNING" enabled_by_default="false" />
|
50
|
-
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
51
|
-
<option name="processCode" value="true" />
|
52
|
-
<option name="processLiterals" value="true" />
|
53
|
-
<option name="processComments" value="true" />
|
54
|
-
</inspection_tool>
|
55
|
-
<inspection_tool class="SqlAddNotNullColumnInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
56
|
-
<inspection_tool class="SqlAmbiguousColumnInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
57
|
-
<inspection_tool class="SqlAutoIncrementDuplicateInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
58
|
-
<inspection_tool class="SqlCheckUsingColumnsInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
59
|
-
<inspection_tool class="SqlConstantConditionInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
60
|
-
<inspection_tool class="SqlDeprecateTypeInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
61
|
-
<inspection_tool class="SqlDerivedTableAliasInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
62
|
-
<inspection_tool class="SqlDialectInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
63
|
-
<inspection_tool class="SqlDropIndexedColumnInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
64
|
-
<inspection_tool class="SqlIdentifierInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
65
|
-
<inspection_tool class="SqlInsertValuesInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
66
|
-
<inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
67
|
-
<inspection_tool class="SqlNullComparisonInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
68
|
-
<inspection_tool class="SqlPostgresqlSelectFromProcedureInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
69
|
-
<inspection_tool class="SqlResolveInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
70
|
-
<inspection_tool class="SqlShouldBeInGroupByInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
71
|
-
<inspection_tool class="SqlTypeInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
72
|
-
<inspection_tool class="TodoComment" enabled="true" level="WARNING" enabled_by_default="true" />
|
73
|
-
<inspection_tool class="UnresolvedReference" enabled="false" level="ERROR" enabled_by_default="false" />
|
74
|
-
<inspection_tool class="XmlDuplicatedId" enabled="false" level="ERROR" enabled_by_default="false" />
|
75
|
-
<inspection_tool class="XmlInvalidId" enabled="false" level="ERROR" enabled_by_default="false" />
|
76
|
-
<inspection_tool class="XmlPathReference" enabled="false" level="ERROR" enabled_by_default="false" />
|
77
|
-
<inspection_tool class="XmlUnboundNsPrefix" enabled="false" level="WARNING" enabled_by_default="false" />
|
78
|
-
<inspection_tool class="XmlUnusedNamespaceDeclaration" enabled="false" level="WARNING" enabled_by_default="false" />
|
79
|
-
<inspection_tool class="XmlWrongRootElement" enabled="false" level="ERROR" enabled_by_default="false" />
|
80
|
-
</profile>
|
81
|
-
</component>
|
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/youtube_dlhelper.iml" filepath="$PROJECT_DIR$/.idea/youtube_dlhelper.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
9
|
-
|
data/.idea/sonarIssues.xml
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="issues">
|
4
|
-
<option name="index">
|
5
|
-
<map>
|
6
|
-
<entry key="/a.dummy">
|
7
|
-
<value>
|
8
|
-
<set />
|
9
|
-
</value>
|
10
|
-
</entry>
|
11
|
-
<entry key="$PROJECT_DIR$/.scrutinizer.yml">
|
12
|
-
<value>
|
13
|
-
<set />
|
14
|
-
</value>
|
15
|
-
</entry>
|
16
|
-
<entry key="$PROJECT_DIR$/README.md">
|
17
|
-
<value>
|
18
|
-
<set />
|
19
|
-
</value>
|
20
|
-
</entry>
|
21
|
-
<entry key="$PROJECT_DIR$/Rakefile">
|
22
|
-
<value>
|
23
|
-
<set />
|
24
|
-
</value>
|
25
|
-
</entry>
|
26
|
-
</map>
|
27
|
-
</option>
|
28
|
-
</component>
|
29
|
-
</project>
|
data/.idea/vagrant.xml
DELETED
data/.idea/vcs.xml
DELETED
data/.idea/workspace.xml
DELETED
@@ -1,1386 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="BuildServerSettings">
|
4
|
-
<option name="LOGIN" value="root" />
|
5
|
-
<option name="SERVER_URL" value="http://saigkill.ddns.net:8111" />
|
6
|
-
<option name="PASSWORD" value="dfdadfc3dfc5dfc4dfcfdfcfdfd8dfd9" />
|
7
|
-
<option name="REMEMBER_ME" value="true" />
|
8
|
-
<option name="USE_IDEA_PROXY_SETTINGS" value="true" />
|
9
|
-
<option name="INSPECTIONS_BUILD_TYPE_IDS" />
|
10
|
-
<option name="DUPLICATES_BUILD_TYPE_IDS" />
|
11
|
-
<option name="COVERAGE_SETTINGS" />
|
12
|
-
<option name="TEST_STATUS_ENABLED" value="true" />
|
13
|
-
<option name="TEST_STATUS_SHOW_SUCCESSFUL" value="false" />
|
14
|
-
<option name="ARTIFACTS_BUILD_TYPE_IDS" />
|
15
|
-
<option name="PERFORM_COMMIT_IF_SUCCESSFUL" value="true" />
|
16
|
-
<option name="PERFORM_COMMIT_IF_NO_NEW_FAILED_TESTS" value="false" />
|
17
|
-
<option name="REQUEST_CONFIRMATON" value="false" />
|
18
|
-
<option name="PRE_TESTED_COMMIT" value="true" />
|
19
|
-
<option name="PROJECT_STATUS_DIALOG_SPLITTER_DIVIDER_LOCATION" value="500" />
|
20
|
-
<option name="CHANGES_STATUS_DIALOG_SPLITTER_DIVIDER_LOCATION" value="500" />
|
21
|
-
<option name="FILTER_BY_STATUS" value="false" />
|
22
|
-
<option name="FILTER_MARKED_AS_FIXED" value="false" />
|
23
|
-
<option name="SHOW_CLOSE_PROMPT" value="true" />
|
24
|
-
<option name="TOOL_WINDOW_SELECTED_CONTENT_INDEX" value="0" />
|
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>
|
44
|
-
</component>
|
45
|
-
<component name="ChangeListManager">
|
46
|
-
<list default="true" id="a36ce071-d5c7-4773-a902-03ffb47b3c23" name="Default" comment="" />
|
47
|
-
<ignored path="youtube_dlhelper.iws" />
|
48
|
-
<ignored path=".idea/workspace.xml" />
|
49
|
-
<ignored path=".idea/dataSources.local.xml" />
|
50
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
51
|
-
<option name="TRACKING_ENABLED" value="true" />
|
52
|
-
<option name="SHOW_DIALOG" value="false" />
|
53
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
54
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
55
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
56
|
-
</component>
|
57
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
58
|
-
<component name="CoverageDataManager">
|
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" />
|
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" />
|
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" />
|
66
|
-
</component>
|
67
|
-
<component name="CreatePatchCommitExecutor">
|
68
|
-
<option name="PATCH_PATH" value="$PROJECT_DIR$" />
|
69
|
-
</component>
|
70
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
71
|
-
<component name="FavoritesManager">
|
72
|
-
<favorites_list name="youtube_dlhelper" />
|
73
|
-
</component>
|
74
|
-
<component name="FileEditorManager">
|
75
|
-
<leaf>
|
76
|
-
<file leaf-file-name="Rakefile" pinned="false" current-in-tab="true">
|
77
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
78
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
81
|
-
<folding />
|
82
|
-
</state>
|
83
|
-
</provider>
|
84
|
-
</entry>
|
85
|
-
</file>
|
86
|
-
</leaf>
|
87
|
-
</component>
|
88
|
-
<component name="FileTemplateManagerImpl">
|
89
|
-
<option name="RECENT_TEMPLATES">
|
90
|
-
<list>
|
91
|
-
<option value="Ruby Class Template" />
|
92
|
-
</list>
|
93
|
-
</option>
|
94
|
-
</component>
|
95
|
-
<component name="FindManager">
|
96
|
-
<FindUsagesManager>
|
97
|
-
<setting name="OPEN_NEW_TAB" value="true" />
|
98
|
-
</FindUsagesManager>
|
99
|
-
</component>
|
100
|
-
<component name="Git.Settings">
|
101
|
-
<option name="PREVIOUS_COMMIT_AUTHORS">
|
102
|
-
<list>
|
103
|
-
<option value="Sascha Manns <samannsml@directbox.com>" />
|
104
|
-
<option value="Sascha Manns <samannsml@dir..." />
|
105
|
-
<option value="Sascha Manns <Sascha-Manns@web.de>" />
|
106
|
-
<option value="Sascha Manns <Sascha.Manns@bdvb.de>" />
|
107
|
-
</list>
|
108
|
-
</option>
|
109
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
110
|
-
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
111
|
-
<map>
|
112
|
-
<entry key="$PROJECT_DIR$" value="master" />
|
113
|
-
</map>
|
114
|
-
</option>
|
115
|
-
</component>
|
116
|
-
<component name="IdeDocumentHistory">
|
117
|
-
<option name="CHANGED_PATHS">
|
118
|
-
<list>
|
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" />
|
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" />
|
126
|
-
<option value="$PROJECT_DIR$/CHANGELOG.md" />
|
127
|
-
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/ripper.rb" />
|
128
|
-
<option value="$PROJECT_DIR$/.yardopts" />
|
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" />
|
137
|
-
<option value="$PROJECT_DIR$/youtube_dlhelper.gemspec" />
|
138
|
-
<option value="$PROJECT_DIR$/test/lib_spec.rb" />
|
139
|
-
<option value="$PROJECT_DIR$/Rakefile" />
|
140
|
-
</list>
|
141
|
-
</option>
|
142
|
-
</component>
|
143
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
144
|
-
<component name="JsGulpfileManager">
|
145
|
-
<detection-done>true</detection-done>
|
146
|
-
</component>
|
147
|
-
<component name="NamedScopeManager">
|
148
|
-
<order />
|
149
|
-
</component>
|
150
|
-
<component name="ProjectFrameBounds">
|
151
|
-
<option name="x" value="43" />
|
152
|
-
<option name="y" value="24" />
|
153
|
-
<option name="width" value="1877" />
|
154
|
-
<option name="height" value="1056" />
|
155
|
-
</component>
|
156
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
157
|
-
<entry key="Project Default">
|
158
|
-
<profile-state>
|
159
|
-
<expanded-state>
|
160
|
-
<State>
|
161
|
-
<id />
|
162
|
-
</State>
|
163
|
-
<State>
|
164
|
-
<id>Ruby</id>
|
165
|
-
</State>
|
166
|
-
</expanded-state>
|
167
|
-
<selected-state>
|
168
|
-
<State>
|
169
|
-
<id>RubyResolve</id>
|
170
|
-
</State>
|
171
|
-
</selected-state>
|
172
|
-
</profile-state>
|
173
|
-
</entry>
|
174
|
-
</component>
|
175
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
176
|
-
<OptionsSetting value="true" id="Add" />
|
177
|
-
<OptionsSetting value="true" id="Remove" />
|
178
|
-
<OptionsSetting value="true" id="Checkout" />
|
179
|
-
<OptionsSetting value="true" id="Update" />
|
180
|
-
<OptionsSetting value="true" id="Status" />
|
181
|
-
<OptionsSetting value="true" id="Edit" />
|
182
|
-
<ConfirmationsSetting value="0" id="Add" />
|
183
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
184
|
-
</component>
|
185
|
-
<component name="ProjectReloadState">
|
186
|
-
<option name="STATE" value="0" />
|
187
|
-
</component>
|
188
|
-
<component name="ProjectView">
|
189
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
190
|
-
<flattenPackages />
|
191
|
-
<showMembers />
|
192
|
-
<showModules />
|
193
|
-
<showLibraryContents />
|
194
|
-
<hideEmptyPackages />
|
195
|
-
<abbreviatePackageNames />
|
196
|
-
<autoscrollToSource />
|
197
|
-
<autoscrollFromSource />
|
198
|
-
<sortByType />
|
199
|
-
</navigator>
|
200
|
-
<panes>
|
201
|
-
<pane id="Scope" />
|
202
|
-
<pane id="ProjectPane">
|
203
|
-
<subPane>
|
204
|
-
<PATH>
|
205
|
-
<PATH_ELEMENT>
|
206
|
-
<option name="myItemId" value="youtube_dlhelper" />
|
207
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
208
|
-
</PATH_ELEMENT>
|
209
|
-
</PATH>
|
210
|
-
<PATH>
|
211
|
-
<PATH_ELEMENT>
|
212
|
-
<option name="myItemId" value="youtube_dlhelper" />
|
213
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
214
|
-
</PATH_ELEMENT>
|
215
|
-
<PATH_ELEMENT>
|
216
|
-
<option name="myItemId" value="youtube_dlhelper" />
|
217
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
218
|
-
</PATH_ELEMENT>
|
219
|
-
</PATH>
|
220
|
-
</subPane>
|
221
|
-
</pane>
|
222
|
-
<pane id="Scratches" />
|
223
|
-
</panes>
|
224
|
-
</component>
|
225
|
-
<component name="PropertiesComponent">
|
226
|
-
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
227
|
-
<property name="options.splitter.main.proportions" value="0.3" />
|
228
|
-
<property name="options.splitter.details.proportions" value="0.2" />
|
229
|
-
<property name="options.searchVisible" value="true" />
|
230
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
231
|
-
<property name="FullScreen" value="false" />
|
232
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/../MannsShared/lib/MannsShared/change.rb" />
|
233
|
-
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
234
|
-
<property name="recentsLimit" value="5" />
|
235
|
-
<property name="settings.editor.selected.configurable" value="tasks.servers" />
|
236
|
-
<property name="settings.editor.splitter.proportion" value="0.2" />
|
237
|
-
<property name="last.edited.regexp" value="Sample Text" />
|
238
|
-
</component>
|
239
|
-
<component name="RecentsManager">
|
240
|
-
<key name="MoveFile.RECENT_KEYS">
|
241
|
-
<recent name="$PROJECT_DIR$/doc/handbook" />
|
242
|
-
<recent name="$PROJECT_DIR$/etc" />
|
243
|
-
</key>
|
244
|
-
</component>
|
245
|
-
<component name="RunManager" selected="Rake.test: youtube_dlhelper">
|
246
|
-
<configuration default="false" name="install:local: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
247
|
-
<module name="youtube_dlhelper" />
|
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" />
|
253
|
-
<envs />
|
254
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
255
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
256
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
257
|
-
<COVERAGE_PATTERN ENABLED="true">
|
258
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
259
|
-
</COVERAGE_PATTERN>
|
260
|
-
</EXTENSION>
|
261
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
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" />
|
268
|
-
<method />
|
269
|
-
</configuration>
|
270
|
-
<configuration default="false" name="yard: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
271
|
-
<module name="youtube_dlhelper" />
|
272
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
273
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
274
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
275
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
276
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
277
|
-
<envs />
|
278
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
279
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
280
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
281
|
-
<COVERAGE_PATTERN ENABLED="true">
|
282
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
283
|
-
</COVERAGE_PATTERN>
|
284
|
-
</EXTENSION>
|
285
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
286
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="yard" />
|
287
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
288
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
289
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
290
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
291
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
292
|
-
<method />
|
293
|
-
</configuration>
|
294
|
-
<configuration default="false" name="reek: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
295
|
-
<module name="youtube_dlhelper" />
|
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" />
|
303
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
304
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
305
|
-
<COVERAGE_PATTERN ENABLED="true">
|
306
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
307
|
-
</COVERAGE_PATTERN>
|
308
|
-
</EXTENSION>
|
309
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
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" />
|
316
|
-
<method />
|
317
|
-
</configuration>
|
318
|
-
<configuration default="false" name="rubocop: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
319
|
-
<module name="youtube_dlhelper" />
|
320
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
321
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
322
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
323
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
324
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
325
|
-
<envs />
|
326
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
327
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
328
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
329
|
-
<COVERAGE_PATTERN ENABLED="true">
|
330
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
331
|
-
</COVERAGE_PATTERN>
|
332
|
-
</EXTENSION>
|
333
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
334
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="rubocop" />
|
335
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
336
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
337
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
338
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
339
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
340
|
-
<method />
|
341
|
-
</configuration>
|
342
|
-
<configuration default="false" name="test: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
343
|
-
<module name="youtube_dlhelper" />
|
344
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
345
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
346
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
347
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
348
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
349
|
-
<envs />
|
350
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
351
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
352
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
353
|
-
<COVERAGE_PATTERN ENABLED="true">
|
354
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
355
|
-
</COVERAGE_PATTERN>
|
356
|
-
</EXTENSION>
|
357
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
358
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="test" />
|
359
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
360
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE=":test_unit " />
|
361
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
362
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
363
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
364
|
-
<method />
|
365
|
-
</configuration>
|
366
|
-
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
367
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
368
|
-
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
369
|
-
<option name="WORKING_DIRECTORY" value="" />
|
370
|
-
<option name="PARENT_ENVS" value="true" />
|
371
|
-
<option name="SCRIPT_NAME" value="" />
|
372
|
-
<option name="PARAMETERS" value="" />
|
373
|
-
<module name="" />
|
374
|
-
<envs />
|
375
|
-
<method />
|
376
|
-
</configuration>
|
377
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
378
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
379
|
-
<module name="" />
|
380
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
381
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
382
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
383
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
384
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
385
|
-
<envs />
|
386
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
387
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
388
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
389
|
-
<COVERAGE_PATTERN ENABLED="true">
|
390
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
391
|
-
</COVERAGE_PATTERN>
|
392
|
-
</EXTENSION>
|
393
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
394
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
395
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
396
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
397
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
398
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
399
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
400
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
401
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
402
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
403
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
404
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
405
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
406
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
407
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
408
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
409
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
410
|
-
<method />
|
411
|
-
</configuration>
|
412
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
413
|
-
<method />
|
414
|
-
</configuration>
|
415
|
-
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
416
|
-
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
417
|
-
<module name="" />
|
418
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
419
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
420
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
421
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
422
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
423
|
-
<envs />
|
424
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
425
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
426
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
427
|
-
<COVERAGE_PATTERN ENABLED="true">
|
428
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
429
|
-
</COVERAGE_PATTERN>
|
430
|
-
</EXTENSION>
|
431
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
432
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
433
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
434
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
435
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
436
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
437
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
438
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
439
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
440
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
441
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
442
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
443
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
444
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
445
|
-
<method />
|
446
|
-
</configuration>
|
447
|
-
<configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
|
448
|
-
<module name="" />
|
449
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
450
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
451
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
452
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
453
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
454
|
-
<envs />
|
455
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
456
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
457
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
458
|
-
<COVERAGE_PATTERN ENABLED="true">
|
459
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
460
|
-
</COVERAGE_PATTERN>
|
461
|
-
</EXTENSION>
|
462
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
463
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
|
464
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
465
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
466
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
467
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
468
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
469
|
-
<method />
|
470
|
-
</configuration>
|
471
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
472
|
-
<module name="" />
|
473
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
474
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
475
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
476
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
477
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
478
|
-
<envs />
|
479
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
480
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
481
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
482
|
-
<COVERAGE_PATTERN ENABLED="true">
|
483
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
484
|
-
</COVERAGE_PATTERN>
|
485
|
-
</EXTENSION>
|
486
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
487
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
488
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
489
|
-
<method />
|
490
|
-
</configuration>
|
491
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
492
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
493
|
-
<module name="" />
|
494
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
495
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
496
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
497
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
498
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
499
|
-
<envs />
|
500
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
501
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
502
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
503
|
-
<COVERAGE_PATTERN ENABLED="true">
|
504
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
505
|
-
</COVERAGE_PATTERN>
|
506
|
-
</EXTENSION>
|
507
|
-
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
508
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
509
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
510
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
511
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
512
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
513
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
514
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
515
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
516
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
517
|
-
<method />
|
518
|
-
</configuration>
|
519
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
520
|
-
<node-options />
|
521
|
-
<gulpfile />
|
522
|
-
<tasks />
|
523
|
-
<arguments />
|
524
|
-
<pass-parent-envs>true</pass-parent-envs>
|
525
|
-
<envs />
|
526
|
-
<method />
|
527
|
-
</configuration>
|
528
|
-
<list size="5">
|
529
|
-
<item index="0" class="java.lang.String" itemvalue="Rake.install:local: youtube_dlhelper" />
|
530
|
-
<item index="1" class="java.lang.String" itemvalue="Rake.yard: youtube_dlhelper" />
|
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" />
|
534
|
-
</list>
|
535
|
-
<recent_temporary>
|
536
|
-
<list size="5">
|
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" />
|
542
|
-
</list>
|
543
|
-
</recent_temporary>
|
544
|
-
</component>
|
545
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
546
|
-
<component name="SvnConfiguration">
|
547
|
-
<configuration />
|
548
|
-
</component>
|
549
|
-
<component name="TaskManager">
|
550
|
-
<task active="true" id="Default" summary="Default task">
|
551
|
-
<changelist id="a36ce071-d5c7-4773-a902-03ffb47b3c23" name="Default" comment="" />
|
552
|
-
<created>1432184728318</created>
|
553
|
-
<option name="number" value="Default" />
|
554
|
-
<updated>1433772995831</updated>
|
555
|
-
</task>
|
556
|
-
<task id="LOCAL-00013" summary="small fixes">
|
557
|
-
<created>1434047103262</created>
|
558
|
-
<option name="number" value="00013" />
|
559
|
-
<option name="project" value="LOCAL" />
|
560
|
-
<updated>1434047103262</updated>
|
561
|
-
</task>
|
562
|
-
<task id="LOCAL-00014" summary="small fixes">
|
563
|
-
<created>1434047709790</created>
|
564
|
-
<option name="number" value="00014" />
|
565
|
-
<option name="project" value="LOCAL" />
|
566
|
-
<updated>1434047709790</updated>
|
567
|
-
</task>
|
568
|
-
<task id="LOCAL-00015" summary="small fixes">
|
569
|
-
<created>1434050227585</created>
|
570
|
-
<option name="number" value="00015" />
|
571
|
-
<option name="project" value="LOCAL" />
|
572
|
-
<updated>1434050227585</updated>
|
573
|
-
</task>
|
574
|
-
<task id="LOCAL-00016" summary="updated docs">
|
575
|
-
<created>1434394779564</created>
|
576
|
-
<option name="number" value="00016" />
|
577
|
-
<option name="project" value="LOCAL" />
|
578
|
-
<updated>1434394779564</updated>
|
579
|
-
</task>
|
580
|
-
<task id="LOCAL-00017" summary="updated docs">
|
581
|
-
<created>1434396948542</created>
|
582
|
-
<option name="number" value="00017" />
|
583
|
-
<option name="project" value="LOCAL" />
|
584
|
-
<updated>1434396948542</updated>
|
585
|
-
</task>
|
586
|
-
<task id="LOCAL-00018" summary="updated docs">
|
587
|
-
<created>1434398851764</created>
|
588
|
-
<option name="number" value="00018" />
|
589
|
-
<option name="project" value="LOCAL" />
|
590
|
-
<updated>1434398851764</updated>
|
591
|
-
</task>
|
592
|
-
<task id="LOCAL-00019" summary="Updated workspace ">
|
593
|
-
<created>1434399553773</created>
|
594
|
-
<option name="number" value="00019" />
|
595
|
-
<option name="project" value="LOCAL" />
|
596
|
-
<updated>1434399553773</updated>
|
597
|
-
</task>
|
598
|
-
<task id="LOCAL-00020" summary="Updated workspace ">
|
599
|
-
<created>1434400192048</created>
|
600
|
-
<option name="number" value="00020" />
|
601
|
-
<option name="project" value="LOCAL" />
|
602
|
-
<updated>1434400192048</updated>
|
603
|
-
</task>
|
604
|
-
<task id="LOCAL-00021" summary="Updated workspace ">
|
605
|
-
<created>1435409037497</created>
|
606
|
-
<option name="number" value="00021" />
|
607
|
-
<option name="project" value="LOCAL" />
|
608
|
-
<updated>1435409037497</updated>
|
609
|
-
</task>
|
610
|
-
<task id="LOCAL-00022" summary="Updated workspace ">
|
611
|
-
<created>1435409719416</created>
|
612
|
-
<option name="number" value="00022" />
|
613
|
-
<option name="project" value="LOCAL" />
|
614
|
-
<updated>1435409719416</updated>
|
615
|
-
</task>
|
616
|
-
<task id="LOCAL-00023" summary="Updated workspace ">
|
617
|
-
<created>1436287843291</created>
|
618
|
-
<option name="number" value="00023" />
|
619
|
-
<option name="project" value="LOCAL" />
|
620
|
-
<updated>1436287843291</updated>
|
621
|
-
</task>
|
622
|
-
<task id="LOCAL-00024" summary="Updated workspace ">
|
623
|
-
<created>1436292270686</created>
|
624
|
-
<option name="number" value="00024" />
|
625
|
-
<option name="project" value="LOCAL" />
|
626
|
-
<updated>1436292270686</updated>
|
627
|
-
</task>
|
628
|
-
<task id="LOCAL-00025" summary="Updated workspace ">
|
629
|
-
<created>1436979930766</created>
|
630
|
-
<option name="number" value="00025" />
|
631
|
-
<option name="project" value="LOCAL" />
|
632
|
-
<updated>1436979930766</updated>
|
633
|
-
</task>
|
634
|
-
<task id="LOCAL-00026" summary="Updated workspace ">
|
635
|
-
<created>1437069737469</created>
|
636
|
-
<option name="number" value="00026" />
|
637
|
-
<option name="project" value="LOCAL" />
|
638
|
-
<updated>1437069737469</updated>
|
639
|
-
</task>
|
640
|
-
<task id="LOCAL-00027" summary="Updated workspace ">
|
641
|
-
<created>1437071652621</created>
|
642
|
-
<option name="number" value="00027" />
|
643
|
-
<option name="project" value="LOCAL" />
|
644
|
-
<updated>1437071652621</updated>
|
645
|
-
</task>
|
646
|
-
<task id="LOCAL-00028" summary="Updated tests ">
|
647
|
-
<created>1437846814402</created>
|
648
|
-
<option name="number" value="00028" />
|
649
|
-
<option name="project" value="LOCAL" />
|
650
|
-
<updated>1437846814402</updated>
|
651
|
-
</task>
|
652
|
-
<task id="LOCAL-00029" summary="Updated tests ">
|
653
|
-
<created>1437922156026</created>
|
654
|
-
<option name="number" value="00029" />
|
655
|
-
<option name="project" value="LOCAL" />
|
656
|
-
<updated>1437922156026</updated>
|
657
|
-
</task>
|
658
|
-
<task id="LOCAL-00030" summary="Updated tests ">
|
659
|
-
<created>1437922391760</created>
|
660
|
-
<option name="number" value="00030" />
|
661
|
-
<option name="project" value="LOCAL" />
|
662
|
-
<updated>1437922391760</updated>
|
663
|
-
</task>
|
664
|
-
<task id="LOCAL-00031" summary="Updated tests ">
|
665
|
-
<created>1437922972932</created>
|
666
|
-
<option name="number" value="00031" />
|
667
|
-
<option name="project" value="LOCAL" />
|
668
|
-
<updated>1437922972932</updated>
|
669
|
-
</task>
|
670
|
-
<task id="LOCAL-00032" summary="Added automatic blogpost for german">
|
671
|
-
<created>1439358596499</created>
|
672
|
-
<option name="number" value="00032" />
|
673
|
-
<option name="project" value="LOCAL" />
|
674
|
-
<updated>1439358596499</updated>
|
675
|
-
</task>
|
676
|
-
<task id="LOCAL-00033" summary="updated dependencies (gemnasium issues)">
|
677
|
-
<created>1440510350585</created>
|
678
|
-
<option name="number" value="00033" />
|
679
|
-
<option name="project" value="LOCAL" />
|
680
|
-
<updated>1440510350585</updated>
|
681
|
-
</task>
|
682
|
-
<task id="LOCAL-00034" summary="preparing for develop">
|
683
|
-
<created>1441636347158</created>
|
684
|
-
<option name="number" value="00034" />
|
685
|
-
<option name="project" value="LOCAL" />
|
686
|
-
<updated>1441636347158</updated>
|
687
|
-
</task>
|
688
|
-
<task id="LOCAL-00035" summary="preparing for develop">
|
689
|
-
<created>1441640812854</created>
|
690
|
-
<option name="number" value="00035" />
|
691
|
-
<option name="project" value="LOCAL" />
|
692
|
-
<updated>1441640812854</updated>
|
693
|
-
</task>
|
694
|
-
<task id="LOCAL-00036" summary="preparing for develop">
|
695
|
-
<created>1441641191909</created>
|
696
|
-
<option name="number" value="00036" />
|
697
|
-
<option name="project" value="LOCAL" />
|
698
|
-
<updated>1441641191909</updated>
|
699
|
-
</task>
|
700
|
-
<task id="LOCAL-00037" summary="preparing for develop">
|
701
|
-
<created>1441641532157</created>
|
702
|
-
<option name="number" value="00037" />
|
703
|
-
<option name="project" value="LOCAL" />
|
704
|
-
<updated>1441641532157</updated>
|
705
|
-
</task>
|
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" />
|
851
|
-
<servers>
|
852
|
-
<YouTrack shared="false" url="http://saigkill-bugs.myjetbrains.com/youtrack">
|
853
|
-
<commitMessageFormat>{id} {summary}</commitMessageFormat>
|
854
|
-
<option name="defaultSearch" value="Assignee: me sort by: updated #Unresolved project: youtube_dlhelper " />
|
855
|
-
<password>dfdadfc3dfc5dfc4dfcfdfcfdfd8dfd9</password>
|
856
|
-
<option name="loginAnonymously" value="false" />
|
857
|
-
<option name="preferredCloseTaskState" />
|
858
|
-
<option name="preferredOpenTaskState" />
|
859
|
-
<option name="shouldFormatCommitMessage" value="false" />
|
860
|
-
<option name="useHttpAuthentication" value="false" />
|
861
|
-
<option name="useProxy" value="false" />
|
862
|
-
<username>root</username>
|
863
|
-
</YouTrack>
|
864
|
-
</servers>
|
865
|
-
</component>
|
866
|
-
<component name="ToolWindowManager">
|
867
|
-
<frame x="43" y="24" width="1877" height="1056" extended-state="6" />
|
868
|
-
<editor active="true" />
|
869
|
-
<layout>
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
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" />
|
890
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39955604" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
891
|
-
<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" />
|
892
|
-
<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" />
|
893
|
-
<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" />
|
894
|
-
<window_info id="Code Outline" 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" />
|
895
|
-
<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" />
|
896
|
-
<window_info id="SonarQube" 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" />
|
897
|
-
<window_info id="News Feed" 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" />
|
898
|
-
<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" />
|
899
|
-
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
900
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3988604" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
901
|
-
<window_info id="Pomodoro CD" 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" />
|
902
|
-
<window_info id="Reviews" 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" />
|
903
|
-
</layout>
|
904
|
-
</component>
|
905
|
-
<component name="UncommittedReviewsManager">
|
906
|
-
<reviews />
|
907
|
-
<uncommitted-review-parts />
|
908
|
-
</component>
|
909
|
-
<component name="UpsourceProjectSettings">
|
910
|
-
<option name="chosenProjectId" value="youtube-dlhelper" />
|
911
|
-
<option name="projectId2FileIdPrefix">
|
912
|
-
<map>
|
913
|
-
<entry key="youtube-dlhelper" value="/" />
|
914
|
-
</map>
|
915
|
-
</option>
|
916
|
-
<option name="projectId2RootUrl">
|
917
|
-
<map>
|
918
|
-
<entry key="youtube-dlhelper" value="file://$PROJECT_DIR$" />
|
919
|
-
</map>
|
920
|
-
</option>
|
921
|
-
<option name="upsourceUrl" value="http://saigkill.ddns.net:8080/" />
|
922
|
-
</component>
|
923
|
-
<component name="Vcs.Log.UiProperties">
|
924
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
925
|
-
<collection />
|
926
|
-
</option>
|
927
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
928
|
-
<collection />
|
929
|
-
</option>
|
930
|
-
</component>
|
931
|
-
<component name="VcsContentAnnotationSettings">
|
932
|
-
<option name="myLimit" value="2678400000" />
|
933
|
-
</component>
|
934
|
-
<component name="VcsManagerConfiguration">
|
935
|
-
<MESSAGE value="small fixes" />
|
936
|
-
<MESSAGE value="updated docs" />
|
937
|
-
<MESSAGE value="Updated workspace " />
|
938
|
-
<MESSAGE value="Updated tests " />
|
939
|
-
<MESSAGE value="Added automatic blogpost for german" />
|
940
|
-
<MESSAGE value="updated dependencies (gemnasium issues)" />
|
941
|
-
<MESSAGE value="preparing for develop" />
|
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" />
|
949
|
-
</component>
|
950
|
-
<component name="XDebuggerManager">
|
951
|
-
<breakpoint-manager>
|
952
|
-
<option name="time" value="1" />
|
953
|
-
</breakpoint-manager>
|
954
|
-
<watches-manager />
|
955
|
-
</component>
|
956
|
-
<component name="editorHistoryManager">
|
957
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators/revision.rb">
|
958
|
-
<provider selected="true" editor-type-id="text-editor">
|
959
|
-
<state vertical-scroll-proportion="0.0">
|
960
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
961
|
-
</state>
|
962
|
-
</provider>
|
963
|
-
</entry>
|
964
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators.rb">
|
965
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
968
|
-
</state>
|
969
|
-
</provider>
|
970
|
-
</entry>
|
971
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators/get.rb">
|
972
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
975
|
-
</state>
|
976
|
-
</provider>
|
977
|
-
</entry>
|
978
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
979
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
982
|
-
</state>
|
983
|
-
</provider>
|
984
|
-
</entry>
|
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>
|
989
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
992
|
-
</state>
|
993
|
-
</provider>
|
994
|
-
</entry>
|
995
|
-
<entry file="file://$PROJECT_DIR$/config.reek">
|
996
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
999
|
-
</state>
|
1000
|
-
</provider>
|
1001
|
-
</entry>
|
1002
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/PublicanCreators.gemspec">
|
1003
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1006
|
-
</state>
|
1007
|
-
</provider>
|
1008
|
-
</entry>
|
1009
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/README.md">
|
1010
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1011
|
-
<state />
|
1012
|
-
</provider>
|
1013
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1016
|
-
</state>
|
1017
|
-
</provider>
|
1018
|
-
</entry>
|
1019
|
-
<entry file="file://$PROJECT_DIR$/etc/youtube_dlhelper.conf">
|
1020
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1023
|
-
</state>
|
1024
|
-
</provider>
|
1025
|
-
</entry>
|
1026
|
-
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/Index.yml">
|
1027
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1030
|
-
</state>
|
1031
|
-
</provider>
|
1032
|
-
</entry>
|
1033
|
-
<entry file="file://$PROJECT_DIR$/MANIFEST">
|
1034
|
-
<provider selected="true" editor-type-id="text-editor">
|
1035
|
-
<state vertical-scroll-proportion="0.0">
|
1036
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1037
|
-
</state>
|
1038
|
-
</provider>
|
1039
|
-
</entry>
|
1040
|
-
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/latex_curriculum_vitae.gemspec">
|
1041
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1044
|
-
</state>
|
1045
|
-
</provider>
|
1046
|
-
</entry>
|
1047
|
-
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/Rakefile">
|
1048
|
-
<provider selected="true" editor-type-id="text-editor">
|
1049
|
-
<state vertical-scroll-proportion="0.0">
|
1050
|
-
<caret line="116" column="9" selection-start-line="115" selection-start-column="5" selection-end-line="116" selection-end-column="9" />
|
1051
|
-
</state>
|
1052
|
-
</provider>
|
1053
|
-
</entry>
|
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">
|
1065
|
-
<provider selected="true" editor-type-id="text-editor">
|
1066
|
-
<state vertical-scroll-proportion="0.0">
|
1067
|
-
<caret line="54" column="14" selection-start-line="53" selection-start-column="2" selection-end-line="54" selection-end-column="14" />
|
1068
|
-
</state>
|
1069
|
-
</provider>
|
1070
|
-
</entry>
|
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">
|
1079
|
-
<provider selected="true" editor-type-id="text-editor">
|
1080
|
-
<state vertical-scroll-proportion="0.0">
|
1081
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1082
|
-
<folding />
|
1083
|
-
</state>
|
1084
|
-
</provider>
|
1085
|
-
</entry>
|
1086
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/Rakefile">
|
1087
|
-
<provider selected="true" editor-type-id="text-editor">
|
1088
|
-
<state vertical-scroll-proportion="0.0">
|
1089
|
-
<caret line="250" column="24" selection-start-line="237" selection-start-column="2" selection-end-line="250" selection-end-column="24" />
|
1090
|
-
<folding />
|
1091
|
-
</state>
|
1092
|
-
</provider>
|
1093
|
-
</entry>
|
1094
|
-
<entry file="file://$PROJECT_DIR$/.coveralls.yml">
|
1095
|
-
<provider selected="true" editor-type-id="text-editor">
|
1096
|
-
<state vertical-scroll-proportion="0.0">
|
1097
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1098
|
-
<folding />
|
1099
|
-
</state>
|
1100
|
-
</provider>
|
1101
|
-
</entry>
|
1102
|
-
<entry file="file://$PROJECT_DIR$/.gemnasium.yml">
|
1103
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1107
|
-
</state>
|
1108
|
-
</provider>
|
1109
|
-
</entry>
|
1110
|
-
<entry file="file://$PROJECT_DIR$/.gemrelease">
|
1111
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1115
|
-
</state>
|
1116
|
-
</provider>
|
1117
|
-
</entry>
|
1118
|
-
<entry file="file://$PROJECT_DIR$/.rspec">
|
1119
|
-
<provider selected="true" editor-type-id="text-editor">
|
1120
|
-
<state vertical-scroll-proportion="0.0">
|
1121
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1122
|
-
<folding />
|
1123
|
-
</state>
|
1124
|
-
</provider>
|
1125
|
-
</entry>
|
1126
|
-
<entry file="file://$PROJECT_DIR$/.rubocop.yml">
|
1127
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1131
|
-
</state>
|
1132
|
-
</provider>
|
1133
|
-
</entry>
|
1134
|
-
<entry file="file://$PROJECT_DIR$/circle.yml">
|
1135
|
-
<provider selected="true" editor-type-id="text-editor">
|
1136
|
-
<state vertical-scroll-proportion="0.26213592">
|
1137
|
-
<caret line="9" column="16" selection-start-line="9" selection-start-column="16" selection-end-line="9" selection-end-column="16" />
|
1138
|
-
<folding />
|
1139
|
-
</state>
|
1140
|
-
</provider>
|
1141
|
-
</entry>
|
1142
|
-
<entry file="file://$PROJECT_DIR$/CONTRIBUTING.md">
|
1143
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1144
|
-
<state />
|
1145
|
-
</provider>
|
1146
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1150
|
-
</state>
|
1151
|
-
</provider>
|
1152
|
-
</entry>
|
1153
|
-
<entry file="file://$PROJECT_DIR$/LICENSE.md">
|
1154
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1155
|
-
<state />
|
1156
|
-
</provider>
|
1157
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1161
|
-
</state>
|
1162
|
-
</provider>
|
1163
|
-
</entry>
|
1164
|
-
<entry file="file://$PROJECT_DIR$/ruby-lint.yml">
|
1165
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1169
|
-
</state>
|
1170
|
-
</provider>
|
1171
|
-
</entry>
|
1172
|
-
<entry file="file://$PROJECT_DIR$/.yardopts">
|
1173
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1177
|
-
</state>
|
1178
|
-
</provider>
|
1179
|
-
</entry>
|
1180
|
-
<entry file="file://$PROJECT_DIR$/.gitignore">
|
1181
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1185
|
-
</state>
|
1186
|
-
</provider>
|
1187
|
-
</entry>
|
1188
|
-
<entry file="file://$PROJECT_DIR$/CHANGELOG.md">
|
1189
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1190
|
-
<state />
|
1191
|
-
</provider>
|
1192
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1196
|
-
</state>
|
1197
|
-
</provider>
|
1198
|
-
</entry>
|
1199
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb">
|
1200
|
-
<provider selected="true" editor-type-id="text-editor">
|
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 />
|
1204
|
-
</state>
|
1205
|
-
</provider>
|
1206
|
-
</entry>
|
1207
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/downloader.rb">
|
1208
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1211
|
-
<folding />
|
1212
|
-
</state>
|
1213
|
-
</provider>
|
1214
|
-
</entry>
|
1215
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb">
|
1216
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1219
|
-
<folding />
|
1220
|
-
</state>
|
1221
|
-
</provider>
|
1222
|
-
</entry>
|
1223
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/notifier.rb">
|
1224
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1227
|
-
<folding />
|
1228
|
-
</state>
|
1229
|
-
</provider>
|
1230
|
-
</entry>
|
1231
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/ripper.rb">
|
1232
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1235
|
-
<folding />
|
1236
|
-
</state>
|
1237
|
-
</provider>
|
1238
|
-
</entry>
|
1239
|
-
<entry file="file://$PROJECT_DIR$/bin/youtube_dlhelper">
|
1240
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1243
|
-
<folding />
|
1244
|
-
</state>
|
1245
|
-
</provider>
|
1246
|
-
</entry>
|
1247
|
-
<entry file="file://$PROJECT_DIR$/.index">
|
1248
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1251
|
-
<folding />
|
1252
|
-
</state>
|
1253
|
-
</provider>
|
1254
|
-
</entry>
|
1255
|
-
<entry file="file://$PROJECT_DIR$/Index.yml">
|
1256
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1259
|
-
<folding />
|
1260
|
-
</state>
|
1261
|
-
</provider>
|
1262
|
-
</entry>
|
1263
|
-
<entry file="file://$PROJECT_DIR$/../PublicanCreators/test/lib_spec.rb">
|
1264
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1267
|
-
<folding />
|
1268
|
-
</state>
|
1269
|
-
</provider>
|
1270
|
-
</entry>
|
1271
|
-
<entry file="file://$PROJECT_DIR$/../MannsShared/lib/MannsShared/version.rb">
|
1272
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1275
|
-
<folding />
|
1276
|
-
</state>
|
1277
|
-
</provider>
|
1278
|
-
</entry>
|
1279
|
-
<entry file="file://$PROJECT_DIR$/../MannsShared/lib/MannsShared/change.rb">
|
1280
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1283
|
-
<folding />
|
1284
|
-
</state>
|
1285
|
-
</provider>
|
1286
|
-
</entry>
|
1287
|
-
<entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
|
1288
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1291
|
-
<folding />
|
1292
|
-
</state>
|
1293
|
-
</provider>
|
1294
|
-
</entry>
|
1295
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/version.rb">
|
1296
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1299
|
-
<folding />
|
1300
|
-
</state>
|
1301
|
-
</provider>
|
1302
|
-
</entry>
|
1303
|
-
<entry file="file://$PROJECT_DIR$/.travis.yml">
|
1304
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1307
|
-
<folding />
|
1308
|
-
</state>
|
1309
|
-
</provider>
|
1310
|
-
</entry>
|
1311
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
1312
|
-
<provider editor-type-id="MarkdownPreviewEditor">
|
1313
|
-
<state />
|
1314
|
-
</provider>
|
1315
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1318
|
-
<folding />
|
1319
|
-
</state>
|
1320
|
-
</provider>
|
1321
|
-
</entry>
|
1322
|
-
<entry file="file://$PROJECT_DIR$/youtube_dlhelper.gemspec">
|
1323
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1326
|
-
<folding />
|
1327
|
-
</state>
|
1328
|
-
</provider>
|
1329
|
-
</entry>
|
1330
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper.rb">
|
1331
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1334
|
-
<folding />
|
1335
|
-
</state>
|
1336
|
-
</provider>
|
1337
|
-
</entry>
|
1338
|
-
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/change.rb">
|
1339
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1342
|
-
<folding />
|
1343
|
-
</state>
|
1344
|
-
</provider>
|
1345
|
-
</entry>
|
1346
|
-
<entry file="file://$PROJECT_DIR$/.scrutinizer.yml">
|
1347
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1350
|
-
<folding />
|
1351
|
-
</state>
|
1352
|
-
</provider>
|
1353
|
-
</entry>
|
1354
|
-
<entry file="file://$PROJECT_DIR$/test/lib_spec.rb">
|
1355
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1358
|
-
<folding />
|
1359
|
-
</state>
|
1360
|
-
</provider>
|
1361
|
-
</entry>
|
1362
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1363
|
-
<provider selected="true" editor-type-id="text-editor">
|
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" />
|
1366
|
-
<folding />
|
1367
|
-
</state>
|
1368
|
-
</provider>
|
1369
|
-
</entry>
|
1370
|
-
</component>
|
1371
|
-
<component name="masterDetails">
|
1372
|
-
<states>
|
1373
|
-
<state key="ScopeChooserConfigurable.UI">
|
1374
|
-
<settings>
|
1375
|
-
<splitter-proportions>
|
1376
|
-
<option name="proportions">
|
1377
|
-
<list>
|
1378
|
-
<option value="0.2" />
|
1379
|
-
</list>
|
1380
|
-
</option>
|
1381
|
-
</splitter-proportions>
|
1382
|
-
</settings>
|
1383
|
-
</state>
|
1384
|
-
</states>
|
1385
|
-
</component>
|
1386
|
-
</project>
|