photoarchiver 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/photoarchiver.iml +94 -0
- data/.idea/runConfigurations/install.xml +26 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +481 -0
- data/README.md +10 -13
- data/lib/photoarchiver/version.rb +1 -1
- data/lib/photoarchiver.rb +0 -4
- data/photoarchiver.gemspec +2 -2
- metadata +14 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 109de5c523a9b526d2dc9535a28eff28950b4072
|
|
4
|
+
data.tar.gz: ea8bd985670c7af9613bf027e17f66130e14c567
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89f2e5ad2f4f7ca58a29a7d4f1c9c9cc71dcd2b77e6a92b6a1d93f4391b2db959664ba0e1715b3f25689b7767cd0c3ec0938f8213e717fe8bf4da20287c33e37
|
|
7
|
+
data.tar.gz: d1f0929d87fb0b5be643d2d33e4b76793621fc878aeb457678c55a679c1bd9f3d6b8b9ff2191cc71cc709061397ae90e969318ef9458129f05e3bee1864b9c3c
|
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
photoarchiver
|
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 photoarchiver-0.0.4.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install photoarchiver-0.0.4.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.4 and build and push photoarchiver-0.0.4.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
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/photoarchiver.iml" filepath="$PROJECT_DIR$/.idea/photoarchiver.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
9
|
+
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="gem" name="Gem">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
|
|
7
|
+
<option name="GEM_APP_TEST_PATH" value="" />
|
|
8
|
+
<option name="GEM_APP_LIB_PATH" value="" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
</component>
|
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
|
13
|
+
<configuration default="false" name="install" type="CommandRunConfigurationType" factoryName="Gem Command">
|
|
14
|
+
<module name="photoarchiver" />
|
|
15
|
+
<COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
16
|
+
<COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
17
|
+
<COMMAND_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="true" />
|
|
18
|
+
<COMMAND_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="RVM: ruby-2.0.0-p353" />
|
|
19
|
+
<COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
|
|
20
|
+
<envs />
|
|
21
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
22
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
23
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
24
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
25
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
26
|
+
</COVERAGE_PATTERN>
|
|
27
|
+
</EXTENSION>
|
|
28
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
29
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="GEM_NAME" VALUE="bundler" />
|
|
30
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_NAME" VALUE="gem" />
|
|
31
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_ARGS" VALUE="install ./photoarchiver-0.0.3.gem" />
|
|
32
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="WORKING_DIR" VALUE="install ./photoarchiver-0.0.3.gem" />
|
|
33
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
34
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
35
|
+
<method />
|
|
36
|
+
</configuration>
|
|
37
|
+
<configuration default="false" name="photoarchiver" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
38
|
+
<module name="photoarchiver" />
|
|
39
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
40
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
41
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
42
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
43
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
44
|
+
<envs />
|
|
45
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
46
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
47
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
48
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
49
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
50
|
+
</COVERAGE_PATTERN>
|
|
51
|
+
</EXTENSION>
|
|
52
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
53
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/photoarchiver.rb" />
|
|
54
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="$USER_HOME$/Desktop/pics/picsource $USER_HOME$/Desktop/pics/picdest" />
|
|
55
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
56
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
57
|
+
<method />
|
|
58
|
+
</configuration>
|
|
59
|
+
<configuration default="false" name="build: photoarchiver" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
|
60
|
+
<module name="photoarchiver" />
|
|
61
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
62
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
63
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
64
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
65
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
66
|
+
<envs />
|
|
67
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
68
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
69
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
70
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
71
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
72
|
+
</COVERAGE_PATTERN>
|
|
73
|
+
</EXTENSION>
|
|
74
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
75
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="build" />
|
|
76
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
|
77
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
|
78
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
|
79
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
|
80
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
|
81
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
82
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
83
|
+
<method />
|
|
84
|
+
</configuration>
|
|
85
|
+
</component>
|
|
86
|
+
<component name="NewModuleRootManager">
|
|
87
|
+
<content url="file://$MODULE_DIR$" />
|
|
88
|
+
<orderEntry type="inheritedJdk" />
|
|
89
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
90
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, ruby-2.0.0-p247) [gem]" level="application" />
|
|
91
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, ruby-2.0.0-p247) [gem]" level="application" />
|
|
92
|
+
</component>
|
|
93
|
+
</module>
|
|
94
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<component name="ProjectRunConfigurationManager">
|
|
2
|
+
<configuration default="false" name="install" type="CommandRunConfigurationType" factoryName="Gem Command">
|
|
3
|
+
<module name="photoarchiver" />
|
|
4
|
+
<COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
5
|
+
<COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
6
|
+
<COMMAND_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="true" />
|
|
7
|
+
<COMMAND_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="RVM: ruby-2.0.0-p353" />
|
|
8
|
+
<COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
|
|
9
|
+
<envs />
|
|
10
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
11
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
12
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
13
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
14
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
15
|
+
</COVERAGE_PATTERN>
|
|
16
|
+
</EXTENSION>
|
|
17
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
18
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="GEM_NAME" VALUE="bundler" />
|
|
19
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_NAME" VALUE="gem" />
|
|
20
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_ARGS" VALUE="install ./photoarchiver-0.0.3.gem" />
|
|
21
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="WORKING_DIR" VALUE="install ./photoarchiver-0.0.3.gem" />
|
|
22
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
23
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
24
|
+
<method />
|
|
25
|
+
</configuration>
|
|
26
|
+
</component>
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,481 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="f555a42e-8132-4e0f-997c-7b8b549253e0" name="Default" comment="" />
|
|
5
|
+
<ignored path="photoarchiver.iws" />
|
|
6
|
+
<ignored path=".idea/workspace.xml" />
|
|
7
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
8
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
14
|
+
<component name="CoverageDataManager">
|
|
15
|
+
<SUITE FILE_PATH="coverage/photoarchiver@build__photoarchiver.coverage" NAME="build: photoarchiver Coverage Results" MODIFIED="1387749986622" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="photoarchiver" />
|
|
16
|
+
<SUITE FILE_PATH="coverage/photoarchiver@install.coverage" NAME="install Coverage Results" MODIFIED="1387747969935" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="photoarchiver" />
|
|
17
|
+
<SUITE FILE_PATH="coverage/photoarchiver@photoarchiver.coverage" NAME="photoarchiver Coverage Results" MODIFIED="1387745435455" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib" MODULE_NAME="photoarchiver" />
|
|
18
|
+
</component>
|
|
19
|
+
<component name="CreatePatchCommitExecutor">
|
|
20
|
+
<option name="PATCH_PATH" value="" />
|
|
21
|
+
</component>
|
|
22
|
+
<component name="DaemonCodeAnalyzer">
|
|
23
|
+
<disable_hints />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
26
|
+
<component name="FavoritesManager">
|
|
27
|
+
<favorites_list name="photoarchiver" />
|
|
28
|
+
</component>
|
|
29
|
+
<component name="FileEditorManager">
|
|
30
|
+
<leaf>
|
|
31
|
+
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
|
32
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
33
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
34
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="150">
|
|
35
|
+
<folding />
|
|
36
|
+
</state>
|
|
37
|
+
</provider>
|
|
38
|
+
</entry>
|
|
39
|
+
</file>
|
|
40
|
+
<file leaf-file-name="photoarchiver.gemspec" pinned="false" current="true" current-in-tab="true">
|
|
41
|
+
<entry file="file://$PROJECT_DIR$/photoarchiver.gemspec">
|
|
42
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
43
|
+
<state line="12" column="67" selection-start="674" selection-end="674" vertical-scroll-proportion="0.38054967" vertical-offset="0" max-vertical-offset="473">
|
|
44
|
+
<folding />
|
|
45
|
+
</state>
|
|
46
|
+
</provider>
|
|
47
|
+
</entry>
|
|
48
|
+
</file>
|
|
49
|
+
</leaf>
|
|
50
|
+
</component>
|
|
51
|
+
<component name="FindManager">
|
|
52
|
+
<FindUsagesManager>
|
|
53
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
|
54
|
+
</FindUsagesManager>
|
|
55
|
+
</component>
|
|
56
|
+
<component name="IdeDocumentHistory">
|
|
57
|
+
<option name="changedFiles">
|
|
58
|
+
<list>
|
|
59
|
+
<option value="$PROJECT_DIR$/lib/photoarchiver/version.rb" />
|
|
60
|
+
<option value="$PROJECT_DIR$/lib/photoarchiver.rb" />
|
|
61
|
+
<option value="$PROJECT_DIR$/photoarchiver.gemspec" />
|
|
62
|
+
</list>
|
|
63
|
+
</option>
|
|
64
|
+
</component>
|
|
65
|
+
<component name="ProjectFrameBounds">
|
|
66
|
+
<option name="y" value="22" />
|
|
67
|
+
<option name="width" value="1440" />
|
|
68
|
+
<option name="height" value="790" />
|
|
69
|
+
</component>
|
|
70
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
71
|
+
<OptionsSetting value="true" id="Add" />
|
|
72
|
+
<OptionsSetting value="true" id="Remove" />
|
|
73
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
74
|
+
<OptionsSetting value="true" id="Update" />
|
|
75
|
+
<OptionsSetting value="true" id="Status" />
|
|
76
|
+
<OptionsSetting value="true" id="Edit" />
|
|
77
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
78
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
79
|
+
</component>
|
|
80
|
+
<component name="ProjectReloadState">
|
|
81
|
+
<option name="STATE" value="0" />
|
|
82
|
+
</component>
|
|
83
|
+
<component name="ProjectView">
|
|
84
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
|
85
|
+
<flattenPackages />
|
|
86
|
+
<showMembers />
|
|
87
|
+
<showModules />
|
|
88
|
+
<showLibraryContents />
|
|
89
|
+
<hideEmptyPackages />
|
|
90
|
+
<abbreviatePackageNames />
|
|
91
|
+
<autoscrollToSource />
|
|
92
|
+
<autoscrollFromSource />
|
|
93
|
+
<sortByType />
|
|
94
|
+
</navigator>
|
|
95
|
+
<panes>
|
|
96
|
+
<pane id="Scope" />
|
|
97
|
+
<pane id="ProjectPane">
|
|
98
|
+
<subPane>
|
|
99
|
+
<PATH>
|
|
100
|
+
<PATH_ELEMENT>
|
|
101
|
+
<option name="myItemId" value="photoarchiver" />
|
|
102
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
103
|
+
</PATH_ELEMENT>
|
|
104
|
+
</PATH>
|
|
105
|
+
<PATH>
|
|
106
|
+
<PATH_ELEMENT>
|
|
107
|
+
<option name="myItemId" value="photoarchiver" />
|
|
108
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
109
|
+
</PATH_ELEMENT>
|
|
110
|
+
<PATH_ELEMENT>
|
|
111
|
+
<option name="myItemId" value="photoarchiver" />
|
|
112
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
113
|
+
</PATH_ELEMENT>
|
|
114
|
+
</PATH>
|
|
115
|
+
<PATH>
|
|
116
|
+
<PATH_ELEMENT>
|
|
117
|
+
<option name="myItemId" value="photoarchiver" />
|
|
118
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
119
|
+
</PATH_ELEMENT>
|
|
120
|
+
<PATH_ELEMENT>
|
|
121
|
+
<option name="myItemId" value="photoarchiver" />
|
|
122
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
123
|
+
</PATH_ELEMENT>
|
|
124
|
+
<PATH_ELEMENT>
|
|
125
|
+
<option name="myItemId" value="lib" />
|
|
126
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
127
|
+
</PATH_ELEMENT>
|
|
128
|
+
</PATH>
|
|
129
|
+
<PATH>
|
|
130
|
+
<PATH_ELEMENT>
|
|
131
|
+
<option name="myItemId" value="photoarchiver" />
|
|
132
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
133
|
+
</PATH_ELEMENT>
|
|
134
|
+
<PATH_ELEMENT>
|
|
135
|
+
<option name="myItemId" value="photoarchiver" />
|
|
136
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
137
|
+
</PATH_ELEMENT>
|
|
138
|
+
<PATH_ELEMENT>
|
|
139
|
+
<option name="myItemId" value="lib" />
|
|
140
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
141
|
+
</PATH_ELEMENT>
|
|
142
|
+
<PATH_ELEMENT>
|
|
143
|
+
<option name="myItemId" value="photoarchiver" />
|
|
144
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
145
|
+
</PATH_ELEMENT>
|
|
146
|
+
</PATH>
|
|
147
|
+
</subPane>
|
|
148
|
+
</pane>
|
|
149
|
+
</panes>
|
|
150
|
+
</component>
|
|
151
|
+
<component name="PropertiesComponent">
|
|
152
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
153
|
+
<property name="recentsLimit" value="5" />
|
|
154
|
+
<property name="restartRequiresConfirmation" value="true" />
|
|
155
|
+
<property name="FullScreen" value="false" />
|
|
156
|
+
<property name="RakeTaksPopup.undocumentedIncluded" value="false" />
|
|
157
|
+
</component>
|
|
158
|
+
<component name="RunManager" selected="Rake.build: photoarchiver">
|
|
159
|
+
<configuration default="false" name="photoarchiver" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
|
160
|
+
<module name="photoarchiver" />
|
|
161
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
162
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/lib" />
|
|
163
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
164
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
165
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
166
|
+
<envs />
|
|
167
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
168
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
169
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
170
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
171
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
172
|
+
</COVERAGE_PATTERN>
|
|
173
|
+
</EXTENSION>
|
|
174
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
175
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/lib/photoarchiver.rb" />
|
|
176
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="$USER_HOME$/Desktop/pics/picsource $USER_HOME$/Desktop/pics/picdest" />
|
|
177
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
178
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
179
|
+
<method />
|
|
180
|
+
</configuration>
|
|
181
|
+
<configuration default="false" name="build: photoarchiver" type="RakeRunConfigurationType" factoryName="Rake" temporary="true">
|
|
182
|
+
<module name="photoarchiver" />
|
|
183
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
184
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
|
185
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
186
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
187
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
188
|
+
<envs />
|
|
189
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
190
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
191
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
192
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
193
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
194
|
+
</COVERAGE_PATTERN>
|
|
195
|
+
</EXTENSION>
|
|
196
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
197
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="build" />
|
|
198
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
|
199
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
|
200
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
|
201
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
|
202
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
|
203
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
|
204
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
|
205
|
+
<method />
|
|
206
|
+
</configuration>
|
|
207
|
+
<configuration default="true" type="RakeRunConfigurationType" factoryName="Rake">
|
|
208
|
+
<module name="" />
|
|
209
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
210
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
211
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
212
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
213
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
214
|
+
<envs />
|
|
215
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
216
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
217
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
218
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
219
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
220
|
+
</COVERAGE_PATTERN>
|
|
221
|
+
</EXTENSION>
|
|
222
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
223
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="" />
|
|
224
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
|
225
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
|
226
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
|
227
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
|
228
|
+
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
|
229
|
+
<method />
|
|
230
|
+
</configuration>
|
|
231
|
+
<configuration default="true" type="CommandRunConfigurationType" factoryName="Gem Command">
|
|
232
|
+
<module name="" />
|
|
233
|
+
<COMMAND_RUN_CONFIGURATION NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
234
|
+
<COMMAND_RUN_CONFIGURATION NAME="WORK DIR" VALUE="" />
|
|
235
|
+
<COMMAND_RUN_CONFIGURATION NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
236
|
+
<COMMAND_RUN_CONFIGURATION NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
237
|
+
<COMMAND_RUN_CONFIGURATION NAME="myPassParentEnvs" VALUE="true" />
|
|
238
|
+
<envs />
|
|
239
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
240
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
241
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
242
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
243
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
244
|
+
</COVERAGE_PATTERN>
|
|
245
|
+
</EXTENSION>
|
|
246
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
247
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="GEM_NAME" VALUE="" />
|
|
248
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_NAME" VALUE="" />
|
|
249
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="EXECUTABLE_ARGS" VALUE="" />
|
|
250
|
+
<COMMAND_CONFIG_SETTINGS_ID NAME="WORKING_DIR" VALUE="" />
|
|
251
|
+
<method />
|
|
252
|
+
</configuration>
|
|
253
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
254
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
255
|
+
<module name="" />
|
|
256
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
257
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
258
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
259
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
260
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
261
|
+
<envs />
|
|
262
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
263
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
264
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
265
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
266
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
267
|
+
</COVERAGE_PATTERN>
|
|
268
|
+
</EXTENSION>
|
|
269
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
270
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
271
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
272
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
273
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
274
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
275
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
276
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
277
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
278
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
279
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
281
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
282
|
+
<method />
|
|
283
|
+
</configuration>
|
|
284
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
285
|
+
<module name="" />
|
|
286
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
287
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
288
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
289
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
290
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
291
|
+
<envs />
|
|
292
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
293
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
294
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
295
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
296
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
297
|
+
</COVERAGE_PATTERN>
|
|
298
|
+
</EXTENSION>
|
|
299
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
300
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
301
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
302
|
+
<method />
|
|
303
|
+
</configuration>
|
|
304
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug" singleton="true">
|
|
305
|
+
<method />
|
|
306
|
+
</configuration>
|
|
307
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
308
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
309
|
+
<module name="" />
|
|
310
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
311
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
312
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
313
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
314
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
315
|
+
<envs />
|
|
316
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
317
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
|
318
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
319
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
320
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
321
|
+
</COVERAGE_PATTERN>
|
|
322
|
+
</EXTENSION>
|
|
323
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
324
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
325
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
326
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
327
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
328
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
329
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
330
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
|
331
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
332
|
+
<method />
|
|
333
|
+
</configuration>
|
|
334
|
+
<list size="3">
|
|
335
|
+
<item index="0" class="java.lang.String" itemvalue="Gem Command.install" />
|
|
336
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.photoarchiver" />
|
|
337
|
+
<item index="2" class="java.lang.String" itemvalue="Rake.build: photoarchiver" />
|
|
338
|
+
</list>
|
|
339
|
+
<recent_temporary>
|
|
340
|
+
<list size="2">
|
|
341
|
+
<item index="0" class="java.lang.String" itemvalue="Rake.build: photoarchiver" />
|
|
342
|
+
<item index="1" class="java.lang.String" itemvalue="Ruby.photoarchiver" />
|
|
343
|
+
</list>
|
|
344
|
+
</recent_temporary>
|
|
345
|
+
</component>
|
|
346
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
347
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="sslv3">
|
|
348
|
+
<option name="USER" value="" />
|
|
349
|
+
<option name="PASSWORD" value="" />
|
|
350
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
|
351
|
+
<option name="mySSHReadTimeout" value="30000" />
|
|
352
|
+
<option name="LAST_MERGED_REVISION" />
|
|
353
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
|
354
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
|
355
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
|
356
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
|
357
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
|
358
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
|
359
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
|
360
|
+
<option name="FORCE_UPDATE" value="false" />
|
|
361
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
|
362
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
|
363
|
+
</component>
|
|
364
|
+
<component name="TaskManager">
|
|
365
|
+
<task active="true" id="Default" summary="Default task">
|
|
366
|
+
<changelist id="f555a42e-8132-4e0f-997c-7b8b549253e0" name="Default" comment="" />
|
|
367
|
+
<created>1387721156455</created>
|
|
368
|
+
<updated>1387721156455</updated>
|
|
369
|
+
</task>
|
|
370
|
+
<servers />
|
|
371
|
+
</component>
|
|
372
|
+
<component name="ToolWindowManager">
|
|
373
|
+
<frame x="0" y="22" width="1440" height="790" extended-state="0" />
|
|
374
|
+
<editor active="true" />
|
|
375
|
+
<layout>
|
|
376
|
+
<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" />
|
|
377
|
+
<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" />
|
|
378
|
+
<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" />
|
|
379
|
+
<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" />
|
|
380
|
+
<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" />
|
|
381
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24305555" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
382
|
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
383
|
+
<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" />
|
|
384
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32931727" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
|
385
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32931727" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
386
|
+
<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" />
|
|
387
|
+
<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" />
|
|
388
|
+
<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" />
|
|
389
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
390
|
+
<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" />
|
|
391
|
+
<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" />
|
|
392
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
393
|
+
<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" />
|
|
394
|
+
</layout>
|
|
395
|
+
</component>
|
|
396
|
+
<component name="Vcs.Log.UiProperties">
|
|
397
|
+
<option name="RECENTLY_FILTERED_USERS">
|
|
398
|
+
<collection />
|
|
399
|
+
</option>
|
|
400
|
+
</component>
|
|
401
|
+
<component name="VcsContentAnnotationSettings">
|
|
402
|
+
<option name="myLimit" value="2678400000" />
|
|
403
|
+
</component>
|
|
404
|
+
<component name="VcsManagerConfiguration">
|
|
405
|
+
<option name="myTodoPanelSettings">
|
|
406
|
+
<TodoPanelSettings />
|
|
407
|
+
</option>
|
|
408
|
+
</component>
|
|
409
|
+
<component name="XDebuggerManager">
|
|
410
|
+
<breakpoint-manager />
|
|
411
|
+
</component>
|
|
412
|
+
<component name="editorHistoryManager">
|
|
413
|
+
<entry file="file://$PROJECT_DIR$/lib/photoarchiver/version.rb">
|
|
414
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
415
|
+
<state line="1" column="18" selection-start="39" selection-end="39" vertical-scroll-proportion="0.031712472" vertical-offset="0" max-vertical-offset="473">
|
|
416
|
+
<folding />
|
|
417
|
+
</state>
|
|
418
|
+
</provider>
|
|
419
|
+
</entry>
|
|
420
|
+
<entry file="file://$PROJECT_DIR$/.gitignore">
|
|
421
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
422
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="473">
|
|
423
|
+
<folding />
|
|
424
|
+
</state>
|
|
425
|
+
</provider>
|
|
426
|
+
</entry>
|
|
427
|
+
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
|
428
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
429
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="473">
|
|
430
|
+
<folding />
|
|
431
|
+
</state>
|
|
432
|
+
</provider>
|
|
433
|
+
</entry>
|
|
434
|
+
<entry file="file://$PROJECT_DIR$/LICENSE.txt">
|
|
435
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
436
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="446">
|
|
437
|
+
<folding />
|
|
438
|
+
</state>
|
|
439
|
+
</provider>
|
|
440
|
+
<provider editor-type-id="com.intellij.persistence.database.editor.CsvTableFileEditorProvider">
|
|
441
|
+
<state />
|
|
442
|
+
</provider>
|
|
443
|
+
</entry>
|
|
444
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
445
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
446
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="473">
|
|
447
|
+
<folding />
|
|
448
|
+
</state>
|
|
449
|
+
</provider>
|
|
450
|
+
</entry>
|
|
451
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
452
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
453
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="525">
|
|
454
|
+
<folding />
|
|
455
|
+
</state>
|
|
456
|
+
</provider>
|
|
457
|
+
</entry>
|
|
458
|
+
<entry file="file://$PROJECT_DIR$/lib/photoarchiver.rb">
|
|
459
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
460
|
+
<state line="5" column="40" selection-start="99" selection-end="99" vertical-scroll-proportion="0.11205074" vertical-offset="22" max-vertical-offset="495">
|
|
461
|
+
<folding />
|
|
462
|
+
</state>
|
|
463
|
+
</provider>
|
|
464
|
+
</entry>
|
|
465
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
466
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
467
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="473">
|
|
468
|
+
<folding />
|
|
469
|
+
</state>
|
|
470
|
+
</provider>
|
|
471
|
+
</entry>
|
|
472
|
+
<entry file="file://$PROJECT_DIR$/photoarchiver.gemspec">
|
|
473
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
474
|
+
<state line="12" column="67" selection-start="674" selection-end="674" vertical-scroll-proportion="0.38054967" vertical-offset="0" max-vertical-offset="473">
|
|
475
|
+
<folding />
|
|
476
|
+
</state>
|
|
477
|
+
</provider>
|
|
478
|
+
</entry>
|
|
479
|
+
</component>
|
|
480
|
+
</project>
|
|
481
|
+
|
data/README.md
CHANGED
|
@@ -1,24 +1,15 @@
|
|
|
1
1
|
# Photoarchiver
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
I created this gem to do some ultra simple photo organization. This will read all the photos out of specified directory and rename them into a new directory structure.
|
|
4
4
|
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
Add this line to your application's Gemfile:
|
|
8
|
-
|
|
9
|
-
gem 'photoarchiver'
|
|
10
|
-
|
|
11
|
-
And then execute:
|
|
12
|
-
|
|
13
|
-
$ bundle
|
|
14
5
|
|
|
15
|
-
|
|
6
|
+
## Installation
|
|
16
7
|
|
|
17
|
-
|
|
8
|
+
gem install photoarchiver
|
|
18
9
|
|
|
19
10
|
## Usage
|
|
20
11
|
|
|
21
|
-
|
|
12
|
+
Photoarchiver.organize('/Users/you/pics/source', '/Users/you/Pictures')
|
|
22
13
|
|
|
23
14
|
## Contributing
|
|
24
15
|
|
|
@@ -27,3 +18,9 @@ TODO: Write usage instructions here
|
|
|
27
18
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
28
19
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
29
20
|
5. Create new Pull Request
|
|
21
|
+
|
|
22
|
+
## My Workflow
|
|
23
|
+
|
|
24
|
+
I typically download my photos from my different cameras (canon, iphone, ipad, etc). Then, I organize them and rename them so I can place them in a folder in DropBox. I got tired of doing this manually. I also didn't find another tool (though it may be still out there) that did this in the structure I like.
|
|
25
|
+
|
|
26
|
+
I wanted a utility that could read all the pictures, recursively, out of the folder I just downloaded from my camera, etc. Then, I wanted it to take that list and create folders based on the YEAR of the EXIF data of the picture. Under the year folder I wanted to create folders that had YEAR-MONTH-DAY folders. Then, place the pictures in the appropriate places.
|
data/lib/photoarchiver.rb
CHANGED
|
@@ -3,12 +3,8 @@ require 'fileutils'
|
|
|
3
3
|
|
|
4
4
|
module Photoarchiver
|
|
5
5
|
|
|
6
|
-
#Photoarchiver.organize('/Users/jstortz/Desktop/pics/picsource', '/Users/jstortz/Desktop/pics/picdest')
|
|
7
6
|
def self.organize(dir_src, dir_target)
|
|
8
7
|
|
|
9
|
-
raise 'First argument should be source directory to read from' unless dir_src
|
|
10
|
-
raise 'Second argument should be target directory to organize into' unless dir_target
|
|
11
|
-
|
|
12
8
|
if File.exists?(dir_src) && File.directory?(dir_src)
|
|
13
9
|
Dir.mkdir(dir_target) unless File.exists?(dir_target)
|
|
14
10
|
else
|
data/photoarchiver.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Photoarchiver::VERSION
|
|
9
9
|
spec.authors = ["Jason Stortz"]
|
|
10
10
|
spec.email = ["jstortz@redstonecontentsolutions.com"]
|
|
11
|
-
spec.description = "This gem organizes photos into a series of directories"
|
|
11
|
+
spec.description = "This gem organizes photos into a series of directories. See the README.md file for more information."
|
|
12
12
|
spec.summary = "This gem creates directories based on year, date and month and places photos in them"
|
|
13
|
-
spec.homepage = "
|
|
13
|
+
spec.homepage = "https://bitbucket.org/jstortz/photoarchiver"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: photoarchiver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Stortz
|
|
@@ -38,7 +38,8 @@ dependencies:
|
|
|
38
38
|
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: This gem organizes photos into a series of directories
|
|
41
|
+
description: This gem organizes photos into a series of directories. See the README.md
|
|
42
|
+
file for more information.
|
|
42
43
|
email:
|
|
43
44
|
- jstortz@redstonecontentsolutions.com
|
|
44
45
|
executables: []
|
|
@@ -46,6 +47,16 @@ extensions: []
|
|
|
46
47
|
extra_rdoc_files: []
|
|
47
48
|
files:
|
|
48
49
|
- .gitignore
|
|
50
|
+
- .idea/.name
|
|
51
|
+
- .idea/.rakeTasks
|
|
52
|
+
- .idea/encodings.xml
|
|
53
|
+
- .idea/misc.xml
|
|
54
|
+
- .idea/modules.xml
|
|
55
|
+
- .idea/photoarchiver.iml
|
|
56
|
+
- .idea/runConfigurations/install.xml
|
|
57
|
+
- .idea/scopes/scope_settings.xml
|
|
58
|
+
- .idea/vcs.xml
|
|
59
|
+
- .idea/workspace.xml
|
|
49
60
|
- Gemfile
|
|
50
61
|
- LICENSE.txt
|
|
51
62
|
- README.md
|
|
@@ -53,7 +64,7 @@ files:
|
|
|
53
64
|
- lib/photoarchiver.rb
|
|
54
65
|
- lib/photoarchiver/version.rb
|
|
55
66
|
- photoarchiver.gemspec
|
|
56
|
-
homepage:
|
|
67
|
+
homepage: https://bitbucket.org/jstortz/photoarchiver
|
|
57
68
|
licenses:
|
|
58
69
|
- MIT
|
|
59
70
|
metadata: {}
|