youtube_dlhelper 0.1.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.coveralls.yml +2 -0
- data/.gemnasium.yml +5 -0
- data/.gemrelease +6 -0
- data/.gitignore +8 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/dictionaries/sascha.xml +3 -0
- data/.idea/dictionaries/smanns.xml +3 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/inspectionProfiles/Project_Default.xml +81 -0
- data/.idea/inspectionProfiles/profiles_settings.xml +7 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/sonarIssues.xml +29 -0
- data/.idea/vagrant.xml +7 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +1273 -0
- data/.idea/workspace_conflict-20150617-151434.xml +933 -0
- data/.idea/youtube_dlhelper.iml +241 -0
- data/.idea/youtube_dlhelper_conflict-20150617-151434.iml +230 -0
- data/.index +121 -0
- data/.overcommit.yml +76 -0
- data/.rspec +2 -0
- data/.rubocop.yml +39 -0
- data/.scrutinizer.yml +26 -0
- data/.travis.yml +29 -0
- data/.yardopts +7 -0
- data/CHANGELOG.md +75 -0
- data/CODE_OF_CONDUCT.md +17 -0
- data/CONTRIBUTING.md +25 -0
- data/Gemfile +5 -0
- data/Index.yml +54 -0
- data/LICENSE.md +187 -0
- data/MANIFEST +635 -0
- data/README.md +67 -0
- data/Rakefile +318 -0
- data/VERSION +1 -0
- data/bin/youtube_dlhelper +12 -0
- data/circle.yml +16 -0
- data/config.reek +111 -0
- data/etc/youtube_dlhelper.conf +8 -0
- data/lib/youtube_dlhelper.rb +128 -0
- data/lib/youtube_dlhelper/checker.rb +160 -0
- data/lib/youtube_dlhelper/downloader.rb +80 -0
- data/lib/youtube_dlhelper/get.rb +43 -0
- data/lib/youtube_dlhelper/import_config.rb +42 -0
- data/lib/youtube_dlhelper/ripper.rb +100 -0
- data/lib/youtube_dlhelper/version.rb +38 -0
- data/ruby-lint.yml +2 -0
- data/youtube_dlhelper.gemspec +56 -0
- metadata +601 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e7e0f3ae59486d03f1b4ee086933883f975ffe5a
|
4
|
+
data.tar.gz: 820b81ab3ee55ac0666f9b56899446745095a464
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 27a52e90cd245f3205ffe00565a2eb23129c1feef7c89c6b0997b770dca4b7ab699baee304e86430546680742a2870cba4746767b35c212c8d7ba28263f77cc7
|
7
|
+
data.tar.gz: c27406636e4fc55ba71c3a085cbe8c4fb5f27ad8b062cc5cb23c48560eb3e8115bb60a2c203f2f93f4ce2f9dcc48c497037f9f9dfa142f69bb6f0b7d73a49a7c
|
data/.coveralls.yml
ADDED
data/.gemnasium.yml
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
# api_endpoint: http://private-77f5-gemnasium.apiary-mock.com
|
2
|
+
api_key: 0f4473f5825f325227eb7a3a9a3425af # You personal (secret) API key. Get it at https://gemnasium.com/settings/api_access
|
3
|
+
project_name: youtube_dlhelper # A name to remember your project.
|
4
|
+
project_slug: saigkill/youtube_dlhelper # Unique slug for this project. Get it on the "project settings" page.
|
5
|
+
project_branch: master # /!\ If you don't use git, remove this line
|
data/.gemrelease
ADDED
data/.gitignore
ADDED
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
youtube_dlhelper
|
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build youtube_dlhelper-0.1.9.3.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build Userdocs" fullCmd="build_doc" taksId="build_doc" /><RakeGroup description="" fullCmd="" taksId="bundle_audit"><RakeTask description="Check gems for vulns using bundle-audit" fullCmd="bundle_audit:check" taksId="check" /><RakeTask description="Update vulns database and check gems using bundle-audit" fullCmd="bundle_audit:run" taksId="run" /><RakeTask description="Update bundle-audit database" fullCmd="bundle_audit:update" taksId="update" /></RakeGroup><RakeTask description="Install Config file" fullCmd="check_config" taksId="check_config" /><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.3.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install youtube_dlhelper-0.1.9.3.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="Prepare Userdocs for translating" fullCmd="prepare_doc" taksId="prepare_doc" /><RakeTask description="Publish Userdocs" fullCmd="publish_doc" taksId="publish_doc" /><RakeTask description="Check for code smells" fullCmd="reek" taksId="reek" /><RakeTask description="Create tag v0.1.9.3 and build and push youtube_dlhelper-0.1.9.3.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="bundle_audit" taksId="bundle_audit" /><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
ADDED
@@ -0,0 +1,81 @@
|
|
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
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,9 @@
|
|
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
|
+
|
@@ -0,0 +1,29 @@
|
|
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
ADDED
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,1273 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="BuildServerSettings">
|
4
|
+
<option name="LOGIN" value="" />
|
5
|
+
<option name="SERVER_URL" value="http://buildserver" />
|
6
|
+
<option name="PASSWORD" />
|
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="true" />
|
26
|
+
</component>
|
27
|
+
<component name="ChangeListManager">
|
28
|
+
<list default="true" id="a36ce071-d5c7-4773-a902-03ffb47b3c23" name="Default" comment="">
|
29
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
30
|
+
</list>
|
31
|
+
<ignored path="youtube_dlhelper.iws" />
|
32
|
+
<ignored path=".idea/workspace.xml" />
|
33
|
+
<ignored path=".idea/dataSources.local.xml" />
|
34
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
35
|
+
<option name="TRACKING_ENABLED" value="true" />
|
36
|
+
<option name="SHOW_DIALOG" value="false" />
|
37
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
38
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
39
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
40
|
+
</component>
|
41
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
42
|
+
<component name="CoverageDataManager">
|
43
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@reek__youtube_dlhelper.coverage" NAME="reek: youtube_dlhelper Coverage Results" MODIFIED="1434444807176" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
44
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@youtube_dlhelper.coverage" NAME="youtube_dlhelper Coverage Results" MODIFIED="1432812200997" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="youtube_dlhelper" />
|
45
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@Run_spec__lib_spec___youtube_dlhelper.coverage" NAME="Run spec 'lib_spec': youtube_dlhelper Coverage Results" MODIFIED="1437846642715" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
46
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@rubocop__youtube_dlhelper.coverage" NAME="rubocop: youtube_dlhelper Coverage Results" MODIFIED="1434443288088" 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" />
|
47
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@yard__youtube_dlhelper.coverage" NAME="yard: youtube_dlhelper Coverage Results" MODIFIED="1434443241122" 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" />
|
48
|
+
<SUITE FILE_PATH="coverage/youtube_dlhelper@install_local__youtube_dlhelper.coverage" NAME="install:local: youtube_dlhelper Coverage Results" MODIFIED="1434192184790" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="youtube_dlhelper" />
|
49
|
+
</component>
|
50
|
+
<component name="CreatePatchCommitExecutor">
|
51
|
+
<option name="PATCH_PATH" value="$PROJECT_DIR$" />
|
52
|
+
</component>
|
53
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
54
|
+
<component name="FavoritesManager">
|
55
|
+
<favorites_list name="youtube_dlhelper" />
|
56
|
+
</component>
|
57
|
+
<component name="FileEditorManager">
|
58
|
+
<leaf>
|
59
|
+
<file leaf-file-name="README.md" pinned="false" current-in-tab="true">
|
60
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
61
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
62
|
+
<state />
|
63
|
+
</provider>
|
64
|
+
<provider selected="true" editor-type-id="text-editor">
|
65
|
+
<state vertical-scroll-proportion="0.8773424">
|
66
|
+
<caret line="66" column="49" selection-start-line="66" selection-start-column="49" selection-end-line="66" selection-end-column="49" />
|
67
|
+
<folding />
|
68
|
+
</state>
|
69
|
+
</provider>
|
70
|
+
</entry>
|
71
|
+
</file>
|
72
|
+
</leaf>
|
73
|
+
</component>
|
74
|
+
<component name="FileTemplateManagerImpl">
|
75
|
+
<option name="RECENT_TEMPLATES">
|
76
|
+
<list>
|
77
|
+
<option value="Ruby Class Template" />
|
78
|
+
</list>
|
79
|
+
</option>
|
80
|
+
</component>
|
81
|
+
<component name="FindManager">
|
82
|
+
<FindUsagesManager>
|
83
|
+
<setting name="OPEN_NEW_TAB" value="true" />
|
84
|
+
</FindUsagesManager>
|
85
|
+
</component>
|
86
|
+
<component name="Git.Settings">
|
87
|
+
<option name="PREVIOUS_COMMIT_AUTHORS">
|
88
|
+
<list>
|
89
|
+
<option value="Sascha Manns <samannsml@directbox.com>" />
|
90
|
+
<option value="Sascha Manns <samannsml@dir..." />
|
91
|
+
<option value="Sascha Manns <Sascha-Manns@web.de>" />
|
92
|
+
<option value="Sascha Manns <Sascha.Manns@bdvb.de>" />
|
93
|
+
</list>
|
94
|
+
</option>
|
95
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
96
|
+
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
97
|
+
<map>
|
98
|
+
<entry key="$PROJECT_DIR$" value="master" />
|
99
|
+
</map>
|
100
|
+
</option>
|
101
|
+
</component>
|
102
|
+
<component name="IdeDocumentHistory">
|
103
|
+
<option name="CHANGED_PATHS">
|
104
|
+
<list>
|
105
|
+
<option value="$PROJECT_DIR$/test/lib_spec.rb" />
|
106
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb" />
|
107
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb" />
|
108
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper.rb" />
|
109
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/get.rb" />
|
110
|
+
<option value="$PROJECT_DIR$/lib/youtube_dlhelper/version.rb" />
|
111
|
+
<option value="$PROJECT_DIR$/CHANGELOG.md" />
|
112
|
+
<option value="$PROJECT_DIR$/Index.yml" />
|
113
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
114
|
+
<option value="$PROJECT_DIR$/youtube_dlhelper.gemspec" />
|
115
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
116
|
+
<option value="$PROJECT_DIR$/README.md" />
|
117
|
+
</list>
|
118
|
+
</option>
|
119
|
+
</component>
|
120
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true" />
|
121
|
+
<component name="JsGulpfileManager">
|
122
|
+
<detection-done>true</detection-done>
|
123
|
+
</component>
|
124
|
+
<component name="NamedScopeManager">
|
125
|
+
<order />
|
126
|
+
</component>
|
127
|
+
<component name="ProjectFrameBounds">
|
128
|
+
<option name="x" value="43" />
|
129
|
+
<option name="y" value="-4" />
|
130
|
+
<option name="width" value="1877" />
|
131
|
+
<option name="height" value="1084" />
|
132
|
+
</component>
|
133
|
+
<component name="ProjectInspectionProfilesVisibleTreeState">
|
134
|
+
<entry key="Project Default">
|
135
|
+
<profile-state>
|
136
|
+
<expanded-state>
|
137
|
+
<State>
|
138
|
+
<id />
|
139
|
+
</State>
|
140
|
+
<State>
|
141
|
+
<id>Ruby</id>
|
142
|
+
</State>
|
143
|
+
</expanded-state>
|
144
|
+
<selected-state>
|
145
|
+
<State>
|
146
|
+
<id>RubyResolve</id>
|
147
|
+
</State>
|
148
|
+
</selected-state>
|
149
|
+
</profile-state>
|
150
|
+
</entry>
|
151
|
+
</component>
|
152
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
153
|
+
<OptionsSetting value="true" id="Add" />
|
154
|
+
<OptionsSetting value="true" id="Remove" />
|
155
|
+
<OptionsSetting value="true" id="Checkout" />
|
156
|
+
<OptionsSetting value="true" id="Update" />
|
157
|
+
<OptionsSetting value="true" id="Status" />
|
158
|
+
<OptionsSetting value="true" id="Edit" />
|
159
|
+
<ConfirmationsSetting value="0" id="Add" />
|
160
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
161
|
+
</component>
|
162
|
+
<component name="ProjectReloadState">
|
163
|
+
<option name="STATE" value="0" />
|
164
|
+
</component>
|
165
|
+
<component name="ProjectView">
|
166
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
167
|
+
<flattenPackages />
|
168
|
+
<showMembers />
|
169
|
+
<showModules />
|
170
|
+
<showLibraryContents />
|
171
|
+
<hideEmptyPackages />
|
172
|
+
<abbreviatePackageNames />
|
173
|
+
<autoscrollToSource />
|
174
|
+
<autoscrollFromSource />
|
175
|
+
<sortByType />
|
176
|
+
</navigator>
|
177
|
+
<panes>
|
178
|
+
<pane id="ProjectPane">
|
179
|
+
<subPane>
|
180
|
+
<PATH>
|
181
|
+
<PATH_ELEMENT>
|
182
|
+
<option name="myItemId" value="youtube_dlhelper" />
|
183
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
184
|
+
</PATH_ELEMENT>
|
185
|
+
</PATH>
|
186
|
+
<PATH>
|
187
|
+
<PATH_ELEMENT>
|
188
|
+
<option name="myItemId" value="youtube_dlhelper" />
|
189
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
190
|
+
</PATH_ELEMENT>
|
191
|
+
<PATH_ELEMENT>
|
192
|
+
<option name="myItemId" value="youtube_dlhelper" />
|
193
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
194
|
+
</PATH_ELEMENT>
|
195
|
+
</PATH>
|
196
|
+
</subPane>
|
197
|
+
</pane>
|
198
|
+
<pane id="Scratches" />
|
199
|
+
<pane id="Scope" />
|
200
|
+
</panes>
|
201
|
+
</component>
|
202
|
+
<component name="PropertiesComponent">
|
203
|
+
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
204
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
205
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
206
|
+
<property name="options.searchVisible" value="true" />
|
207
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
208
|
+
<property name="FullScreen" value="false" />
|
209
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/../latex_curriculum_vitae/README.md" />
|
210
|
+
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
211
|
+
<property name="recentsLimit" value="5" />
|
212
|
+
<property name="settings.editor.selected.configurable" value="tasks.servers" />
|
213
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
214
|
+
<property name="last.edited.regexp" value="Sample Text" />
|
215
|
+
</component>
|
216
|
+
<component name="RecentsManager">
|
217
|
+
<key name="MoveFile.RECENT_KEYS">
|
218
|
+
<recent name="$PROJECT_DIR$/etc" />
|
219
|
+
</key>
|
220
|
+
</component>
|
221
|
+
<component name="RunManager" selected="RSpec.Run spec 'lib_spec': youtube_dlhelper">
|
222
|
+
<configuration default="false" name="youtube_dlhelper" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
223
|
+
<module name="youtube_dlhelper" />
|
224
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
225
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
226
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
227
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
228
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
229
|
+
<envs />
|
230
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
231
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
232
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
233
|
+
<COVERAGE_PATTERN ENABLED="true">
|
234
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
235
|
+
</COVERAGE_PATTERN>
|
236
|
+
</EXTENSION>
|
237
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
238
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/youtube_dlhelper.rb" />
|
239
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
240
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
241
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
242
|
+
<method />
|
243
|
+
</configuration>
|
244
|
+
<configuration default="false" name="yard: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
245
|
+
<module name="youtube_dlhelper" />
|
246
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
247
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
248
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
249
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
250
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
251
|
+
<envs />
|
252
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
253
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
254
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
255
|
+
<COVERAGE_PATTERN ENABLED="true">
|
256
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
257
|
+
</COVERAGE_PATTERN>
|
258
|
+
</EXTENSION>
|
259
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
260
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="yard" />
|
261
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
262
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
263
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
264
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
265
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
266
|
+
<method />
|
267
|
+
</configuration>
|
268
|
+
<configuration default="false" name="Run spec 'lib_spec': youtube_dlhelper" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
269
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
270
|
+
<module name="youtube_dlhelper" />
|
271
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
272
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
273
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
274
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
275
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
276
|
+
<envs>
|
277
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
278
|
+
</envs>
|
279
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
280
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
281
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
282
|
+
<COVERAGE_PATTERN ENABLED="true">
|
283
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
284
|
+
</COVERAGE_PATTERN>
|
285
|
+
</EXTENSION>
|
286
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
287
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
288
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/lib_spec.rb" />
|
289
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
290
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
291
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
292
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
293
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
294
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
295
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
296
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
297
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
298
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
299
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
300
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
301
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
302
|
+
<method />
|
303
|
+
</configuration>
|
304
|
+
<configuration default="false" name="reek: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
305
|
+
<module name="youtube_dlhelper" />
|
306
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
307
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
308
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
309
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
310
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
311
|
+
<envs />
|
312
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
313
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
314
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
315
|
+
<COVERAGE_PATTERN ENABLED="true">
|
316
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
317
|
+
</COVERAGE_PATTERN>
|
318
|
+
</EXTENSION>
|
319
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
320
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="reek" />
|
321
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
322
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
323
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
324
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
325
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
326
|
+
<method />
|
327
|
+
</configuration>
|
328
|
+
<configuration default="false" name="rubocop: youtube_dlhelper" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
329
|
+
<module name="youtube_dlhelper" />
|
330
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
331
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
332
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
333
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
334
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
335
|
+
<envs />
|
336
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
337
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
338
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
339
|
+
<COVERAGE_PATTERN ENABLED="true">
|
340
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
341
|
+
</COVERAGE_PATTERN>
|
342
|
+
</EXTENSION>
|
343
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
344
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="rubocop" />
|
345
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
346
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
347
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
348
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
349
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
350
|
+
<method />
|
351
|
+
</configuration>
|
352
|
+
<configuration default="true" type="BashConfigurationType" factoryName="Bash">
|
353
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
354
|
+
<option name="INTERPRETER_PATH" value="/bin/bash" />
|
355
|
+
<option name="WORKING_DIRECTORY" value="" />
|
356
|
+
<option name="PARENT_ENVS" value="true" />
|
357
|
+
<option name="SCRIPT_NAME" value="" />
|
358
|
+
<option name="PARAMETERS" value="" />
|
359
|
+
<module name="" />
|
360
|
+
<envs />
|
361
|
+
<method />
|
362
|
+
</configuration>
|
363
|
+
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
364
|
+
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
365
|
+
<module name="" />
|
366
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
367
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
368
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
369
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
370
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
371
|
+
<envs />
|
372
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
373
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
374
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
375
|
+
<COVERAGE_PATTERN ENABLED="true">
|
376
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
377
|
+
</COVERAGE_PATTERN>
|
378
|
+
</EXTENSION>
|
379
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
380
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
381
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
382
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
383
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
384
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
385
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
386
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
387
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
388
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
389
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
390
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
391
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
392
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
393
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
394
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
395
|
+
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
396
|
+
<method />
|
397
|
+
</configuration>
|
398
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
399
|
+
<method />
|
400
|
+
</configuration>
|
401
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
402
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
403
|
+
<module name="" />
|
404
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
405
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
406
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
407
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
408
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
409
|
+
<envs />
|
410
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
411
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
412
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
413
|
+
<COVERAGE_PATTERN ENABLED="true">
|
414
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
415
|
+
</COVERAGE_PATTERN>
|
416
|
+
</EXTENSION>
|
417
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
418
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
419
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
420
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
421
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
422
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
423
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
424
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
425
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
426
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
427
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
428
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
429
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
430
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
431
|
+
<method />
|
432
|
+
</configuration>
|
433
|
+
<configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
|
434
|
+
<module name="" />
|
435
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
436
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
437
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
438
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
439
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
440
|
+
<envs />
|
441
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
442
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
443
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
444
|
+
<COVERAGE_PATTERN ENABLED="true">
|
445
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
446
|
+
</COVERAGE_PATTERN>
|
447
|
+
</EXTENSION>
|
448
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
449
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
|
450
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
451
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
452
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
453
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
454
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
455
|
+
<method />
|
456
|
+
</configuration>
|
457
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
458
|
+
<module name="" />
|
459
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
460
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
461
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
462
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
463
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
464
|
+
<envs />
|
465
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
466
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
467
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
468
|
+
<COVERAGE_PATTERN ENABLED="true">
|
469
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
470
|
+
</COVERAGE_PATTERN>
|
471
|
+
</EXTENSION>
|
472
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
473
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
474
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
475
|
+
<method />
|
476
|
+
</configuration>
|
477
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
478
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
479
|
+
<module name="" />
|
480
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
481
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
482
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
483
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
484
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
485
|
+
<envs />
|
486
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
487
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
488
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
489
|
+
<COVERAGE_PATTERN ENABLED="true">
|
490
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
491
|
+
</COVERAGE_PATTERN>
|
492
|
+
</EXTENSION>
|
493
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
494
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
495
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
496
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
497
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
498
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
499
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
500
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
501
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
502
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
503
|
+
<method />
|
504
|
+
</configuration>
|
505
|
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
506
|
+
<node-options />
|
507
|
+
<gulpfile />
|
508
|
+
<tasks />
|
509
|
+
<arguments />
|
510
|
+
<pass-parent-envs>true</pass-parent-envs>
|
511
|
+
<envs />
|
512
|
+
<method />
|
513
|
+
</configuration>
|
514
|
+
<list size="5">
|
515
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.youtube_dlhelper" />
|
516
|
+
<item index="1" class="java.lang.String" itemvalue="Rake.yard: youtube_dlhelper" />
|
517
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.Run spec 'lib_spec': youtube_dlhelper" />
|
518
|
+
<item index="3" class="java.lang.String" itemvalue="Rake.reek: youtube_dlhelper" />
|
519
|
+
<item index="4" class="java.lang.String" itemvalue="Rake.rubocop: youtube_dlhelper" />
|
520
|
+
</list>
|
521
|
+
<recent_temporary>
|
522
|
+
<list size="5">
|
523
|
+
<item index="0" class="java.lang.String" itemvalue="Rake.rubocop: youtube_dlhelper" />
|
524
|
+
<item index="1" class="java.lang.String" itemvalue="Rake.reek: youtube_dlhelper" />
|
525
|
+
<item index="2" class="java.lang.String" itemvalue="RSpec.Run spec 'lib_spec': youtube_dlhelper" />
|
526
|
+
<item index="3" class="java.lang.String" itemvalue="Rake.yard: youtube_dlhelper" />
|
527
|
+
<item index="4" class="java.lang.String" itemvalue="Ruby.youtube_dlhelper" />
|
528
|
+
</list>
|
529
|
+
</recent_temporary>
|
530
|
+
</component>
|
531
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
532
|
+
<component name="SvnConfiguration">
|
533
|
+
<configuration />
|
534
|
+
</component>
|
535
|
+
<component name="TaskManager">
|
536
|
+
<task active="true" id="Default" summary="Default task">
|
537
|
+
<changelist id="a36ce071-d5c7-4773-a902-03ffb47b3c23" name="Default" comment="" />
|
538
|
+
<created>1432184728318</created>
|
539
|
+
<option name="number" value="Default" />
|
540
|
+
<updated>1433772995831</updated>
|
541
|
+
</task>
|
542
|
+
<task id="LOCAL-00001" summary="small fixes">
|
543
|
+
<created>1433619130425</created>
|
544
|
+
<option name="number" value="00001" />
|
545
|
+
<option name="project" value="LOCAL" />
|
546
|
+
<updated>1433619130425</updated>
|
547
|
+
</task>
|
548
|
+
<task id="LOCAL-00002" summary="small fixes">
|
549
|
+
<created>1433621135843</created>
|
550
|
+
<option name="number" value="00002" />
|
551
|
+
<option name="project" value="LOCAL" />
|
552
|
+
<updated>1433621135843</updated>
|
553
|
+
</task>
|
554
|
+
<task id="LOCAL-00003" summary="small fixes">
|
555
|
+
<created>1433696420184</created>
|
556
|
+
<option name="number" value="00003" />
|
557
|
+
<option name="project" value="LOCAL" />
|
558
|
+
<updated>1433772995804</updated>
|
559
|
+
</task>
|
560
|
+
<task id="LOCAL-00004" summary="small fixes">
|
561
|
+
<created>1433792690573</created>
|
562
|
+
<option name="number" value="00004" />
|
563
|
+
<option name="project" value="LOCAL" />
|
564
|
+
<updated>1433792690573</updated>
|
565
|
+
</task>
|
566
|
+
<task id="LOCAL-00005" summary="small fixes">
|
567
|
+
<created>1433871304480</created>
|
568
|
+
<option name="number" value="00005" />
|
569
|
+
<option name="project" value="LOCAL" />
|
570
|
+
<updated>1433871304480</updated>
|
571
|
+
</task>
|
572
|
+
<task id="LOCAL-00006" summary="small fixes">
|
573
|
+
<created>1433873232116</created>
|
574
|
+
<option name="number" value="00006" />
|
575
|
+
<option name="project" value="LOCAL" />
|
576
|
+
<updated>1433873232116</updated>
|
577
|
+
</task>
|
578
|
+
<task id="LOCAL-00007" summary="small fixes">
|
579
|
+
<created>1433911772482</created>
|
580
|
+
<option name="number" value="00007" />
|
581
|
+
<option name="project" value="LOCAL" />
|
582
|
+
<updated>1433911772482</updated>
|
583
|
+
</task>
|
584
|
+
<task id="LOCAL-00008" summary="small fixes">
|
585
|
+
<created>1433912758006</created>
|
586
|
+
<option name="number" value="00008" />
|
587
|
+
<option name="project" value="LOCAL" />
|
588
|
+
<updated>1433912758006</updated>
|
589
|
+
</task>
|
590
|
+
<task id="LOCAL-00009" summary="small fixes">
|
591
|
+
<created>1433953581107</created>
|
592
|
+
<option name="number" value="00009" />
|
593
|
+
<option name="project" value="LOCAL" />
|
594
|
+
<updated>1433953581108</updated>
|
595
|
+
</task>
|
596
|
+
<task id="LOCAL-00010" summary="small fixes">
|
597
|
+
<created>1433955886742</created>
|
598
|
+
<option name="number" value="00010" />
|
599
|
+
<option name="project" value="LOCAL" />
|
600
|
+
<updated>1433955886742</updated>
|
601
|
+
</task>
|
602
|
+
<task id="LOCAL-00011" summary="small fixes">
|
603
|
+
<created>1434045353843</created>
|
604
|
+
<option name="number" value="00011" />
|
605
|
+
<option name="project" value="LOCAL" />
|
606
|
+
<updated>1434045353843</updated>
|
607
|
+
</task>
|
608
|
+
<task id="LOCAL-00012" summary="small fixes">
|
609
|
+
<created>1434046769850</created>
|
610
|
+
<option name="number" value="00012" />
|
611
|
+
<option name="project" value="LOCAL" />
|
612
|
+
<updated>1434046769850</updated>
|
613
|
+
</task>
|
614
|
+
<task id="LOCAL-00013" summary="small fixes">
|
615
|
+
<created>1434047103262</created>
|
616
|
+
<option name="number" value="00013" />
|
617
|
+
<option name="project" value="LOCAL" />
|
618
|
+
<updated>1434047103262</updated>
|
619
|
+
</task>
|
620
|
+
<task id="LOCAL-00014" summary="small fixes">
|
621
|
+
<created>1434047709790</created>
|
622
|
+
<option name="number" value="00014" />
|
623
|
+
<option name="project" value="LOCAL" />
|
624
|
+
<updated>1434047709790</updated>
|
625
|
+
</task>
|
626
|
+
<task id="LOCAL-00015" summary="small fixes">
|
627
|
+
<created>1434050227585</created>
|
628
|
+
<option name="number" value="00015" />
|
629
|
+
<option name="project" value="LOCAL" />
|
630
|
+
<updated>1434050227585</updated>
|
631
|
+
</task>
|
632
|
+
<task id="LOCAL-00016" summary="updated docs">
|
633
|
+
<created>1434394779564</created>
|
634
|
+
<option name="number" value="00016" />
|
635
|
+
<option name="project" value="LOCAL" />
|
636
|
+
<updated>1434394779564</updated>
|
637
|
+
</task>
|
638
|
+
<task id="LOCAL-00017" summary="updated docs">
|
639
|
+
<created>1434396948542</created>
|
640
|
+
<option name="number" value="00017" />
|
641
|
+
<option name="project" value="LOCAL" />
|
642
|
+
<updated>1434396948542</updated>
|
643
|
+
</task>
|
644
|
+
<task id="LOCAL-00018" summary="updated docs">
|
645
|
+
<created>1434398851764</created>
|
646
|
+
<option name="number" value="00018" />
|
647
|
+
<option name="project" value="LOCAL" />
|
648
|
+
<updated>1434398851764</updated>
|
649
|
+
</task>
|
650
|
+
<task id="LOCAL-00019" summary="Updated workspace ">
|
651
|
+
<created>1434399553773</created>
|
652
|
+
<option name="number" value="00019" />
|
653
|
+
<option name="project" value="LOCAL" />
|
654
|
+
<updated>1434399553773</updated>
|
655
|
+
</task>
|
656
|
+
<task id="LOCAL-00020" summary="Updated workspace ">
|
657
|
+
<created>1434400192048</created>
|
658
|
+
<option name="number" value="00020" />
|
659
|
+
<option name="project" value="LOCAL" />
|
660
|
+
<updated>1434400192048</updated>
|
661
|
+
</task>
|
662
|
+
<task id="LOCAL-00021" summary="Updated workspace ">
|
663
|
+
<created>1435409037497</created>
|
664
|
+
<option name="number" value="00021" />
|
665
|
+
<option name="project" value="LOCAL" />
|
666
|
+
<updated>1435409037497</updated>
|
667
|
+
</task>
|
668
|
+
<task id="LOCAL-00022" summary="Updated workspace ">
|
669
|
+
<created>1435409719416</created>
|
670
|
+
<option name="number" value="00022" />
|
671
|
+
<option name="project" value="LOCAL" />
|
672
|
+
<updated>1435409719416</updated>
|
673
|
+
</task>
|
674
|
+
<task id="LOCAL-00023" summary="Updated workspace ">
|
675
|
+
<created>1436287843291</created>
|
676
|
+
<option name="number" value="00023" />
|
677
|
+
<option name="project" value="LOCAL" />
|
678
|
+
<updated>1436287843291</updated>
|
679
|
+
</task>
|
680
|
+
<task id="LOCAL-00024" summary="Updated workspace ">
|
681
|
+
<created>1436292270686</created>
|
682
|
+
<option name="number" value="00024" />
|
683
|
+
<option name="project" value="LOCAL" />
|
684
|
+
<updated>1436292270686</updated>
|
685
|
+
</task>
|
686
|
+
<task id="LOCAL-00025" summary="Updated workspace ">
|
687
|
+
<created>1436979930766</created>
|
688
|
+
<option name="number" value="00025" />
|
689
|
+
<option name="project" value="LOCAL" />
|
690
|
+
<updated>1436979930766</updated>
|
691
|
+
</task>
|
692
|
+
<task id="LOCAL-00026" summary="Updated workspace ">
|
693
|
+
<created>1437069737469</created>
|
694
|
+
<option name="number" value="00026" />
|
695
|
+
<option name="project" value="LOCAL" />
|
696
|
+
<updated>1437069737469</updated>
|
697
|
+
</task>
|
698
|
+
<task id="LOCAL-00027" summary="Updated workspace ">
|
699
|
+
<created>1437071652621</created>
|
700
|
+
<option name="number" value="00027" />
|
701
|
+
<option name="project" value="LOCAL" />
|
702
|
+
<updated>1437071652621</updated>
|
703
|
+
</task>
|
704
|
+
<task id="LOCAL-00028" summary="Updated tests ">
|
705
|
+
<created>1437846814402</created>
|
706
|
+
<option name="number" value="00028" />
|
707
|
+
<option name="project" value="LOCAL" />
|
708
|
+
<updated>1437846814402</updated>
|
709
|
+
</task>
|
710
|
+
<task id="LOCAL-00029" summary="Updated tests ">
|
711
|
+
<created>1437922156026</created>
|
712
|
+
<option name="number" value="00029" />
|
713
|
+
<option name="project" value="LOCAL" />
|
714
|
+
<updated>1437922156026</updated>
|
715
|
+
</task>
|
716
|
+
<task id="LOCAL-00030" summary="Updated tests ">
|
717
|
+
<created>1437922391760</created>
|
718
|
+
<option name="number" value="00030" />
|
719
|
+
<option name="project" value="LOCAL" />
|
720
|
+
<updated>1437922391760</updated>
|
721
|
+
</task>
|
722
|
+
<task id="LOCAL-00031" summary="Updated tests ">
|
723
|
+
<created>1437922972932</created>
|
724
|
+
<option name="number" value="00031" />
|
725
|
+
<option name="project" value="LOCAL" />
|
726
|
+
<updated>1437922972932</updated>
|
727
|
+
</task>
|
728
|
+
<task id="LOCAL-00032" summary="Added automatic blogpost for german">
|
729
|
+
<created>1439358596499</created>
|
730
|
+
<option name="number" value="00032" />
|
731
|
+
<option name="project" value="LOCAL" />
|
732
|
+
<updated>1439358596499</updated>
|
733
|
+
</task>
|
734
|
+
<task id="LOCAL-00033" summary="updated dependencies (gemnasium issues)">
|
735
|
+
<created>1440510350585</created>
|
736
|
+
<option name="number" value="00033" />
|
737
|
+
<option name="project" value="LOCAL" />
|
738
|
+
<updated>1440510350585</updated>
|
739
|
+
</task>
|
740
|
+
<task id="LOCAL-00034" summary="preparing for develop">
|
741
|
+
<created>1441636347158</created>
|
742
|
+
<option name="number" value="00034" />
|
743
|
+
<option name="project" value="LOCAL" />
|
744
|
+
<updated>1441636347158</updated>
|
745
|
+
</task>
|
746
|
+
<task id="LOCAL-00035" summary="preparing for develop">
|
747
|
+
<created>1441640812854</created>
|
748
|
+
<option name="number" value="00035" />
|
749
|
+
<option name="project" value="LOCAL" />
|
750
|
+
<updated>1441640812854</updated>
|
751
|
+
</task>
|
752
|
+
<task id="LOCAL-00036" summary="preparing for develop">
|
753
|
+
<created>1441641191909</created>
|
754
|
+
<option name="number" value="00036" />
|
755
|
+
<option name="project" value="LOCAL" />
|
756
|
+
<updated>1441641191909</updated>
|
757
|
+
</task>
|
758
|
+
<task id="LOCAL-00037" summary="preparing for develop">
|
759
|
+
<created>1441641532157</created>
|
760
|
+
<option name="number" value="00037" />
|
761
|
+
<option name="project" value="LOCAL" />
|
762
|
+
<updated>1441641532157</updated>
|
763
|
+
</task>
|
764
|
+
<option name="localTasksCounter" value="38" />
|
765
|
+
<servers>
|
766
|
+
<YouTrack shared="false" url="http://saigkill-bugs.myjetbrains.com/youtrack">
|
767
|
+
<commitMessageFormat>{id} {summary}</commitMessageFormat>
|
768
|
+
<option name="defaultSearch" value="Assignee: me sort by: updated #Unresolved project: youtube_dlhelper " />
|
769
|
+
<password>dfdadfc3dfc5dfc4dfcfdfcfdfd8dfd9</password>
|
770
|
+
<option name="loginAnonymously" value="false" />
|
771
|
+
<option name="preferredCloseTaskState" />
|
772
|
+
<option name="preferredOpenTaskState" />
|
773
|
+
<option name="shouldFormatCommitMessage" value="false" />
|
774
|
+
<option name="useHttpAuthentication" value="false" />
|
775
|
+
<option name="useProxy" value="false" />
|
776
|
+
<username>root</username>
|
777
|
+
</YouTrack>
|
778
|
+
</servers>
|
779
|
+
</component>
|
780
|
+
<component name="ToolWindowManager">
|
781
|
+
<frame x="43" y="-4" width="1877" height="1084" extended-state="6" />
|
782
|
+
<editor active="false" />
|
783
|
+
<layout>
|
784
|
+
<window_info id="eSnippet Pro" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
785
|
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
786
|
+
<window_info id="Geek & Poke" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
|
787
|
+
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32763532" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
788
|
+
<window_info id="TagMyCode" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
789
|
+
<window_info id="Regex Tester" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
790
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32359082" sideWeight="0.50409615" order="7" side_tool="true" content_ui="tabs" />
|
791
|
+
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
792
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
793
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32359082" sideWeight="0.49590388" order="2" side_tool="false" content_ui="tabs" />
|
794
|
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
795
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.34025124" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
796
|
+
<window_info id="Get Gist" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
797
|
+
<window_info id="TeamCity" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
798
|
+
<window_info id="Dilbert" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32953465" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
799
|
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
800
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32881" sideWeight="0.49808848" order="1" side_tool="false" content_ui="tabs" />
|
801
|
+
<window_info id="Copy/Paste" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
802
|
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
803
|
+
<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" />
|
804
|
+
<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" />
|
805
|
+
<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" />
|
806
|
+
<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" />
|
807
|
+
<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" />
|
808
|
+
<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" />
|
809
|
+
<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" />
|
810
|
+
<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" />
|
811
|
+
<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" />
|
812
|
+
<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" />
|
813
|
+
<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" />
|
814
|
+
<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" />
|
815
|
+
<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" />
|
816
|
+
<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" />
|
817
|
+
</layout>
|
818
|
+
</component>
|
819
|
+
<component name="UncommittedReviewsManager">
|
820
|
+
<reviews />
|
821
|
+
<uncommitted-review-parts />
|
822
|
+
</component>
|
823
|
+
<component name="UpsourceProjectSettings">
|
824
|
+
<option name="chosenProjectId" value="youtube-dlhelper" />
|
825
|
+
<option name="projectId2FileIdPrefix">
|
826
|
+
<map>
|
827
|
+
<entry key="youtube-dlhelper" value="/" />
|
828
|
+
</map>
|
829
|
+
</option>
|
830
|
+
<option name="projectId2RootUrl">
|
831
|
+
<map>
|
832
|
+
<entry key="youtube-dlhelper" value="file://$PROJECT_DIR$" />
|
833
|
+
</map>
|
834
|
+
</option>
|
835
|
+
<option name="upsourceUrl" value="http://saigkill.ddns.net:8080/" />
|
836
|
+
</component>
|
837
|
+
<component name="Vcs.Log.UiProperties">
|
838
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
839
|
+
<collection />
|
840
|
+
</option>
|
841
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
842
|
+
<collection />
|
843
|
+
</option>
|
844
|
+
</component>
|
845
|
+
<component name="VcsContentAnnotationSettings">
|
846
|
+
<option name="myLimit" value="2678400000" />
|
847
|
+
</component>
|
848
|
+
<component name="VcsManagerConfiguration">
|
849
|
+
<MESSAGE value="small fixes" />
|
850
|
+
<MESSAGE value="updated docs" />
|
851
|
+
<MESSAGE value="Updated workspace " />
|
852
|
+
<MESSAGE value="Updated tests " />
|
853
|
+
<MESSAGE value="Added automatic blogpost for german" />
|
854
|
+
<MESSAGE value="updated dependencies (gemnasium issues)" />
|
855
|
+
<MESSAGE value="preparing for develop" />
|
856
|
+
<option name="LAST_COMMIT_MESSAGE" value="preparing for develop" />
|
857
|
+
</component>
|
858
|
+
<component name="XDebuggerManager">
|
859
|
+
<breakpoint-manager>
|
860
|
+
<option name="time" value="1" />
|
861
|
+
</breakpoint-manager>
|
862
|
+
<watches-manager />
|
863
|
+
</component>
|
864
|
+
<component name="editorHistoryManager">
|
865
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper.rb">
|
866
|
+
<provider selected="true" editor-type-id="text-editor">
|
867
|
+
<state vertical-scroll-proportion="0.0">
|
868
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
869
|
+
</state>
|
870
|
+
</provider>
|
871
|
+
</entry>
|
872
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
873
|
+
<provider selected="true" editor-type-id="text-editor">
|
874
|
+
<state vertical-scroll-proportion="0.0">
|
875
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
876
|
+
</state>
|
877
|
+
</provider>
|
878
|
+
</entry>
|
879
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/version.rb">
|
880
|
+
<provider selected="true" editor-type-id="text-editor">
|
881
|
+
<state vertical-scroll-proportion="0.0">
|
882
|
+
<caret line="21" column="28" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="28" />
|
883
|
+
</state>
|
884
|
+
</provider>
|
885
|
+
</entry>
|
886
|
+
<entry file="file://$PROJECT_DIR$/youtube_dlhelper.gemspec">
|
887
|
+
<provider selected="true" editor-type-id="text-editor">
|
888
|
+
<state vertical-scroll-proportion="0.0">
|
889
|
+
<caret line="1" column="0" selection-start-line="1" selection-start-column="0" selection-end-line="1" selection-end-column="0" />
|
890
|
+
</state>
|
891
|
+
</provider>
|
892
|
+
</entry>
|
893
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb">
|
894
|
+
<provider selected="true" editor-type-id="text-editor">
|
895
|
+
<state vertical-scroll-proportion="0.0">
|
896
|
+
<caret line="32" column="51" selection-start-line="32" selection-start-column="51" selection-end-line="32" selection-end-column="51" />
|
897
|
+
</state>
|
898
|
+
</provider>
|
899
|
+
</entry>
|
900
|
+
<entry file="file://$PROJECT_DIR$/etc/youtube_dlhelper.conf">
|
901
|
+
<provider selected="true" editor-type-id="text-editor">
|
902
|
+
<state vertical-scroll-proportion="0.0">
|
903
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
904
|
+
</state>
|
905
|
+
</provider>
|
906
|
+
</entry>
|
907
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb">
|
908
|
+
<provider selected="true" editor-type-id="text-editor">
|
909
|
+
<state vertical-scroll-proportion="0.0">
|
910
|
+
<caret line="30" column="40" selection-start-line="30" selection-start-column="40" selection-end-line="30" selection-end-column="40" />
|
911
|
+
</state>
|
912
|
+
</provider>
|
913
|
+
</entry>
|
914
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper.rb">
|
915
|
+
<provider selected="true" editor-type-id="text-editor">
|
916
|
+
<state vertical-scroll-proportion="0.0">
|
917
|
+
<caret line="43" column="43" selection-start-line="43" selection-start-column="43" selection-end-line="43" selection-end-column="43" />
|
918
|
+
</state>
|
919
|
+
</provider>
|
920
|
+
</entry>
|
921
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb">
|
922
|
+
<provider selected="true" editor-type-id="text-editor">
|
923
|
+
<state vertical-scroll-proportion="0.0">
|
924
|
+
<caret line="32" column="51" selection-start-line="32" selection-start-column="51" selection-end-line="32" selection-end-column="51" />
|
925
|
+
</state>
|
926
|
+
</provider>
|
927
|
+
</entry>
|
928
|
+
<entry file="file://$PROJECT_DIR$/etc/youtube_dlhelper.conf">
|
929
|
+
<provider selected="true" editor-type-id="text-editor">
|
930
|
+
<state vertical-scroll-proportion="0.0">
|
931
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
932
|
+
</state>
|
933
|
+
</provider>
|
934
|
+
</entry>
|
935
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb">
|
936
|
+
<provider selected="true" editor-type-id="text-editor">
|
937
|
+
<state vertical-scroll-proportion="0.0">
|
938
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
939
|
+
</state>
|
940
|
+
</provider>
|
941
|
+
</entry>
|
942
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
943
|
+
<provider selected="true" editor-type-id="text-editor">
|
944
|
+
<state vertical-scroll-proportion="0.0">
|
945
|
+
<caret line="4" column="0" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
|
946
|
+
</state>
|
947
|
+
</provider>
|
948
|
+
</entry>
|
949
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper.rb">
|
950
|
+
<provider selected="true" editor-type-id="text-editor">
|
951
|
+
<state vertical-scroll-proportion="0.0">
|
952
|
+
<caret line="41" column="21" selection-start-line="41" selection-start-column="21" selection-end-line="41" selection-end-column="21" />
|
953
|
+
</state>
|
954
|
+
</provider>
|
955
|
+
</entry>
|
956
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb">
|
957
|
+
<provider selected="true" editor-type-id="text-editor">
|
958
|
+
<state vertical-scroll-proportion="0.0">
|
959
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
960
|
+
</state>
|
961
|
+
</provider>
|
962
|
+
</entry>
|
963
|
+
<entry file="file://$PROJECT_DIR$/bin/youtube_dlhelper">
|
964
|
+
<provider selected="true" editor-type-id="text-editor">
|
965
|
+
<state vertical-scroll-proportion="0.0">
|
966
|
+
<caret line="20" column="50" selection-start-line="20" selection-start-column="50" selection-end-line="20" selection-end-column="50" />
|
967
|
+
</state>
|
968
|
+
</provider>
|
969
|
+
</entry>
|
970
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/version.rb">
|
971
|
+
<provider selected="true" editor-type-id="text-editor">
|
972
|
+
<state vertical-scroll-proportion="0.0">
|
973
|
+
<caret line="21" column="28" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="28" />
|
974
|
+
</state>
|
975
|
+
</provider>
|
976
|
+
</entry>
|
977
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators/revision.rb">
|
978
|
+
<provider selected="true" editor-type-id="text-editor">
|
979
|
+
<state vertical-scroll-proportion="0.0">
|
980
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
981
|
+
</state>
|
982
|
+
</provider>
|
983
|
+
</entry>
|
984
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators.rb">
|
985
|
+
<provider selected="true" editor-type-id="text-editor">
|
986
|
+
<state vertical-scroll-proportion="0.73706895">
|
987
|
+
<caret line="83" column="11" selection-start-line="69" selection-start-column="2" selection-end-line="83" selection-end-column="11" />
|
988
|
+
</state>
|
989
|
+
</provider>
|
990
|
+
</entry>
|
991
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/lib/PublicanCreators/get.rb">
|
992
|
+
<provider selected="true" editor-type-id="text-editor">
|
993
|
+
<state vertical-scroll-proportion="0.411093">
|
994
|
+
<caret line="36" column="74" selection-start-line="36" selection-start-column="15" selection-end-line="36" selection-end-column="74" />
|
995
|
+
</state>
|
996
|
+
</provider>
|
997
|
+
</entry>
|
998
|
+
<entry file="file://$PROJECT_DIR$/test/spec_helper.rb">
|
999
|
+
<provider selected="true" editor-type-id="text-editor">
|
1000
|
+
<state vertical-scroll-proportion="0.0">
|
1001
|
+
<caret line="0" column="66" selection-start-line="0" selection-start-column="19" selection-end-line="0" selection-end-column="66" />
|
1002
|
+
</state>
|
1003
|
+
</provider>
|
1004
|
+
</entry>
|
1005
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
1006
|
+
<provider selected="true" editor-type-id="text-editor">
|
1007
|
+
<state vertical-scroll-proportion="0.052785926">
|
1008
|
+
<caret line="3" column="7" selection-start-line="3" selection-start-column="7" selection-end-line="3" selection-end-column="7" />
|
1009
|
+
</state>
|
1010
|
+
</provider>
|
1011
|
+
</entry>
|
1012
|
+
<entry file="file://$PROJECT_DIR$/circle.yml">
|
1013
|
+
<provider selected="true" editor-type-id="text-editor">
|
1014
|
+
<state vertical-scroll-proportion="0.15835777">
|
1015
|
+
<caret line="9" column="16" selection-start-line="9" selection-start-column="16" selection-end-line="9" selection-end-column="16" />
|
1016
|
+
</state>
|
1017
|
+
</provider>
|
1018
|
+
</entry>
|
1019
|
+
<entry file="file://$PROJECT_DIR$/../saigkill.github.com/_posts/2015-06-15-youtube_dlhelper-0.1.9.3-released.md">
|
1020
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1021
|
+
<state />
|
1022
|
+
</provider>
|
1023
|
+
<provider selected="true" editor-type-id="text-editor">
|
1024
|
+
<state vertical-scroll-proportion="1.2648649">
|
1025
|
+
<caret line="37" column="45" selection-start-line="37" selection-start-column="45" selection-end-line="37" selection-end-column="45" />
|
1026
|
+
</state>
|
1027
|
+
</provider>
|
1028
|
+
</entry>
|
1029
|
+
<entry file="file://$PROJECT_DIR$/config.reek">
|
1030
|
+
<provider selected="true" editor-type-id="text-editor">
|
1031
|
+
<state vertical-scroll-proportion="1.6966127">
|
1032
|
+
<caret line="64" column="12" selection-start-line="64" selection-start-column="12" selection-end-line="64" selection-end-column="12" />
|
1033
|
+
</state>
|
1034
|
+
</provider>
|
1035
|
+
</entry>
|
1036
|
+
<entry file="file://$PROJECT_DIR$/.overcommit.yml">
|
1037
|
+
<provider selected="true" editor-type-id="text-editor">
|
1038
|
+
<state vertical-scroll-proportion="0.36377025">
|
1039
|
+
<caret line="58" column="20" selection-start-line="58" selection-start-column="20" selection-end-line="58" selection-end-column="20" />
|
1040
|
+
</state>
|
1041
|
+
</provider>
|
1042
|
+
</entry>
|
1043
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/Rakefile">
|
1044
|
+
<provider selected="true" editor-type-id="text-editor">
|
1045
|
+
<state vertical-scroll-proportion="0.5081967">
|
1046
|
+
<caret line="325" column="164" selection-start-line="321" selection-start-column="0" selection-end-line="325" selection-end-column="164" />
|
1047
|
+
</state>
|
1048
|
+
</provider>
|
1049
|
+
</entry>
|
1050
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/PublicanCreators.gemspec">
|
1051
|
+
<provider selected="true" editor-type-id="text-editor">
|
1052
|
+
<state vertical-scroll-proportion="0.7245902">
|
1053
|
+
<caret line="57" column="62" selection-start-line="57" selection-start-column="2" selection-end-line="57" selection-end-column="62" />
|
1054
|
+
</state>
|
1055
|
+
</provider>
|
1056
|
+
</entry>
|
1057
|
+
<entry file="file://$PROJECT_DIR$/../PublicanCreators/README.md">
|
1058
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1059
|
+
<state />
|
1060
|
+
</provider>
|
1061
|
+
<provider selected="true" editor-type-id="text-editor">
|
1062
|
+
<state vertical-scroll-proportion="-7.448276">
|
1063
|
+
<caret line="12" column="98" selection-start-line="12" selection-start-column="0" selection-end-line="12" selection-end-column="235" />
|
1064
|
+
</state>
|
1065
|
+
</provider>
|
1066
|
+
</entry>
|
1067
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/downloader.rb">
|
1068
|
+
<provider selected="true" editor-type-id="text-editor">
|
1069
|
+
<state vertical-scroll-proportion="1.1572905">
|
1070
|
+
<caret line="56" column="16" selection-start-line="56" selection-start-column="14" selection-end-line="56" selection-end-column="33" />
|
1071
|
+
</state>
|
1072
|
+
</provider>
|
1073
|
+
</entry>
|
1074
|
+
<entry file="file://$PROJECT_DIR$/bin/youtube_dlhelper">
|
1075
|
+
<provider selected="true" editor-type-id="text-editor">
|
1076
|
+
<state vertical-scroll-proportion="0.0206659">
|
1077
|
+
<caret line="1" column="26" selection-start-line="1" selection-start-column="26" selection-end-line="1" selection-end-column="26" />
|
1078
|
+
</state>
|
1079
|
+
</provider>
|
1080
|
+
</entry>
|
1081
|
+
<entry file="file://$PROJECT_DIR$/test/lib_spec.rb">
|
1082
|
+
<provider selected="true" editor-type-id="text-editor">
|
1083
|
+
<state vertical-scroll-proportion="0.43598616">
|
1084
|
+
<caret line="14" column="21" selection-start-line="14" selection-start-column="21" selection-end-line="14" selection-end-column="21" />
|
1085
|
+
</state>
|
1086
|
+
</provider>
|
1087
|
+
</entry>
|
1088
|
+
<entry file="file://$PROJECT_DIR$/ruby-lint.yml">
|
1089
|
+
<provider selected="true" editor-type-id="text-editor">
|
1090
|
+
<state vertical-scroll-proportion="0.0">
|
1091
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1092
|
+
<folding />
|
1093
|
+
</state>
|
1094
|
+
</provider>
|
1095
|
+
</entry>
|
1096
|
+
<entry file="file://$PROJECT_DIR$/doc/publican.cfg">
|
1097
|
+
<provider selected="true" editor-type-id="text-editor">
|
1098
|
+
<state vertical-scroll-proportion="0.0">
|
1099
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1100
|
+
<folding />
|
1101
|
+
</state>
|
1102
|
+
</provider>
|
1103
|
+
</entry>
|
1104
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/import_config.rb">
|
1105
|
+
<provider selected="true" editor-type-id="text-editor">
|
1106
|
+
<state vertical-scroll-proportion="0.588907">
|
1107
|
+
<caret line="33" column="58" selection-start-line="33" selection-start-column="58" selection-end-line="33" selection-end-column="58" />
|
1108
|
+
<folding />
|
1109
|
+
</state>
|
1110
|
+
</provider>
|
1111
|
+
</entry>
|
1112
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/ripper.rb">
|
1113
|
+
<provider selected="true" editor-type-id="text-editor">
|
1114
|
+
<state vertical-scroll-proportion="-1.228385">
|
1115
|
+
<caret line="30" column="49" selection-start-line="30" selection-start-column="49" selection-end-line="30" selection-end-column="49" />
|
1116
|
+
<folding />
|
1117
|
+
</state>
|
1118
|
+
</provider>
|
1119
|
+
</entry>
|
1120
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/version.rb">
|
1121
|
+
<provider selected="true" editor-type-id="text-editor">
|
1122
|
+
<state vertical-scroll-proportion="0.6182708">
|
1123
|
+
<caret line="31" column="13" selection-start-line="31" selection-start-column="13" selection-end-line="31" selection-end-column="13" />
|
1124
|
+
<folding />
|
1125
|
+
</state>
|
1126
|
+
</provider>
|
1127
|
+
</entry>
|
1128
|
+
<entry file="file://$PROJECT_DIR$/etc/youtube_dlhelper.conf">
|
1129
|
+
<provider selected="true" editor-type-id="text-editor">
|
1130
|
+
<state vertical-scroll-proportion="0.21575342">
|
1131
|
+
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
1132
|
+
<folding />
|
1133
|
+
</state>
|
1134
|
+
</provider>
|
1135
|
+
</entry>
|
1136
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/checker.rb">
|
1137
|
+
<provider selected="true" editor-type-id="text-editor">
|
1138
|
+
<state vertical-scroll-proportion="1.1451876">
|
1139
|
+
<caret line="123" column="46" selection-start-line="123" selection-start-column="46" selection-end-line="123" selection-end-column="46" />
|
1140
|
+
<folding />
|
1141
|
+
</state>
|
1142
|
+
</provider>
|
1143
|
+
</entry>
|
1144
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper.rb">
|
1145
|
+
<provider selected="true" editor-type-id="text-editor">
|
1146
|
+
<state vertical-scroll-proportion="-0.11582382">
|
1147
|
+
<caret line="85" column="60" selection-start-line="85" selection-start-column="60" selection-end-line="85" selection-end-column="60" />
|
1148
|
+
<folding />
|
1149
|
+
</state>
|
1150
|
+
</provider>
|
1151
|
+
</entry>
|
1152
|
+
<entry file="file://$PROJECT_DIR$/lib/youtube_dlhelper/get.rb">
|
1153
|
+
<provider selected="true" editor-type-id="text-editor">
|
1154
|
+
<state vertical-scroll-proportion="0.73572594">
|
1155
|
+
<caret line="40" column="3" selection-start-line="40" selection-start-column="3" selection-end-line="40" selection-end-column="3" />
|
1156
|
+
<folding />
|
1157
|
+
</state>
|
1158
|
+
</provider>
|
1159
|
+
</entry>
|
1160
|
+
<entry file="file://$PROJECT_DIR$/CHANGELOG.md">
|
1161
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1162
|
+
<state />
|
1163
|
+
</provider>
|
1164
|
+
<provider selected="true" editor-type-id="text-editor">
|
1165
|
+
<state vertical-scroll-proportion="0.15463917">
|
1166
|
+
<caret line="5" column="70" selection-start-line="5" selection-start-column="70" selection-end-line="5" selection-end-column="70" />
|
1167
|
+
<folding />
|
1168
|
+
</state>
|
1169
|
+
</provider>
|
1170
|
+
</entry>
|
1171
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/Index.yml">
|
1172
|
+
<provider selected="true" editor-type-id="text-editor">
|
1173
|
+
<state vertical-scroll-proportion="0.588907">
|
1174
|
+
<caret line="32" column="55" selection-start-line="29" selection-start-column="1" selection-end-line="32" selection-end-column="55" />
|
1175
|
+
<folding />
|
1176
|
+
</state>
|
1177
|
+
</provider>
|
1178
|
+
</entry>
|
1179
|
+
<entry file="file://$PROJECT_DIR$/MANIFEST">
|
1180
|
+
<provider selected="true" editor-type-id="text-editor">
|
1181
|
+
<state vertical-scroll-proportion="0.0">
|
1182
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
1183
|
+
<folding />
|
1184
|
+
</state>
|
1185
|
+
</provider>
|
1186
|
+
</entry>
|
1187
|
+
<entry file="file://$PROJECT_DIR$/Index.yml">
|
1188
|
+
<provider selected="true" editor-type-id="text-editor">
|
1189
|
+
<state vertical-scroll-proportion="1.5562806">
|
1190
|
+
<caret line="53" column="27" selection-start-line="53" selection-start-column="27" selection-end-line="53" selection-end-column="27" />
|
1191
|
+
<folding />
|
1192
|
+
</state>
|
1193
|
+
</provider>
|
1194
|
+
</entry>
|
1195
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
1196
|
+
<provider selected="true" editor-type-id="text-editor">
|
1197
|
+
<state vertical-scroll-proportion="0.2055465">
|
1198
|
+
<caret line="7" column="11" selection-start-line="7" selection-start-column="11" selection-end-line="7" selection-end-column="11" />
|
1199
|
+
<folding />
|
1200
|
+
</state>
|
1201
|
+
</provider>
|
1202
|
+
</entry>
|
1203
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/latex_curriculum_vitae.gemspec">
|
1204
|
+
<provider selected="true" editor-type-id="text-editor">
|
1205
|
+
<state vertical-scroll-proportion="0.4368932">
|
1206
|
+
<caret line="15" column="95" selection-start-line="15" selection-start-column="2" selection-end-line="15" selection-end-column="95" />
|
1207
|
+
<folding />
|
1208
|
+
</state>
|
1209
|
+
</provider>
|
1210
|
+
</entry>
|
1211
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/Rakefile">
|
1212
|
+
<provider selected="true" editor-type-id="text-editor">
|
1213
|
+
<state vertical-scroll-proportion="0.0">
|
1214
|
+
<caret line="116" column="9" selection-start-line="115" selection-start-column="5" selection-end-line="116" selection-end-column="9" />
|
1215
|
+
<folding />
|
1216
|
+
</state>
|
1217
|
+
</provider>
|
1218
|
+
</entry>
|
1219
|
+
<entry file="file://$PROJECT_DIR$/youtube_dlhelper.gemspec">
|
1220
|
+
<provider selected="true" editor-type-id="text-editor">
|
1221
|
+
<state vertical-scroll-proportion="0.0">
|
1222
|
+
<caret line="15" column="95" selection-start-line="15" selection-start-column="95" selection-end-line="15" selection-end-column="95" />
|
1223
|
+
<folding />
|
1224
|
+
</state>
|
1225
|
+
</provider>
|
1226
|
+
</entry>
|
1227
|
+
<entry file="file://$PROJECT_DIR$/../latex_curriculum_vitae/README.md">
|
1228
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1229
|
+
<state />
|
1230
|
+
</provider>
|
1231
|
+
<provider selected="true" editor-type-id="text-editor">
|
1232
|
+
<state vertical-scroll-proportion="0.8064516">
|
1233
|
+
<caret line="121" column="83" selection-start-line="121" selection-start-column="0" selection-end-line="121" selection-end-column="83" />
|
1234
|
+
<folding />
|
1235
|
+
</state>
|
1236
|
+
</provider>
|
1237
|
+
</entry>
|
1238
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1239
|
+
<provider selected="true" editor-type-id="text-editor">
|
1240
|
+
<state vertical-scroll-proportion="0.0">
|
1241
|
+
<caret line="261" column="14" selection-start-line="261" selection-start-column="14" selection-end-line="261" selection-end-column="14" />
|
1242
|
+
<folding />
|
1243
|
+
</state>
|
1244
|
+
</provider>
|
1245
|
+
</entry>
|
1246
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
1247
|
+
<provider editor-type-id="MarkdownPreviewEditor">
|
1248
|
+
<state />
|
1249
|
+
</provider>
|
1250
|
+
<provider selected="true" editor-type-id="text-editor">
|
1251
|
+
<state vertical-scroll-proportion="0.8773424">
|
1252
|
+
<caret line="66" column="49" selection-start-line="66" selection-start-column="49" selection-end-line="66" selection-end-column="49" />
|
1253
|
+
<folding />
|
1254
|
+
</state>
|
1255
|
+
</provider>
|
1256
|
+
</entry>
|
1257
|
+
</component>
|
1258
|
+
<component name="masterDetails">
|
1259
|
+
<states>
|
1260
|
+
<state key="ScopeChooserConfigurable.UI">
|
1261
|
+
<settings>
|
1262
|
+
<splitter-proportions>
|
1263
|
+
<option name="proportions">
|
1264
|
+
<list>
|
1265
|
+
<option value="0.2" />
|
1266
|
+
</list>
|
1267
|
+
</option>
|
1268
|
+
</splitter-proportions>
|
1269
|
+
</settings>
|
1270
|
+
</state>
|
1271
|
+
</states>
|
1272
|
+
</component>
|
1273
|
+
</project>
|