Titania 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/.name +1 -0
- data/.idea/Titania.iml +20 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +315 -0
- data/README.md +0 -2
- data/lib/Titania.rb +1 -12
- data/lib/Titania/version.rb +1 -1
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaff662d9089338f257560a52fae9e65c60db9b2
|
4
|
+
data.tar.gz: 138e9d97bcee80dedf3d45f3c5f6bba26aaf6aa2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4a2e6abdd11cd1936309c2aae255c1b1645db753f3d3cfb51cf729005192d3f84ffd160745fd3247fa8f46897664eb37c77099085e5c2a5a85e5d2180f7144c
|
7
|
+
data.tar.gz: 038cade94ac22d538f4ecb49e59dd0d46bc73953c1999dd533664c69ecb9c8f6d7c53ad46be7a5f85f167e5040a036a037f43491008e0762ad0f5f1efdf46ce8
|
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Titania
|
data/.idea/Titania.iml
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<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="NewModuleRootManager">
|
13
|
+
<content url="file://$MODULE_DIR$" />
|
14
|
+
<orderEntry type="inheritedJdk" />
|
15
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, ruby-2.0.0-p247) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.0, ruby-2.0.0-p247) [gem]" level="application" />
|
18
|
+
</component>
|
19
|
+
</module>
|
20
|
+
|
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/Titania.iml" filepath="$PROJECT_DIR$/.idea/Titania.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
@@ -0,0 +1,315 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="78d6df3c-6793-4988-9c0c-30b42495ffd6" name="Default" comment="" />
|
5
|
+
<ignored path="Titania.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="CreatePatchCommitExecutor">
|
15
|
+
<option name="PATCH_PATH" value="" />
|
16
|
+
</component>
|
17
|
+
<component name="DaemonCodeAnalyzer">
|
18
|
+
<disable_hints />
|
19
|
+
</component>
|
20
|
+
<component name="FavoritesManager">
|
21
|
+
<favorites_list name="Titania" />
|
22
|
+
</component>
|
23
|
+
<component name="FileEditorManager">
|
24
|
+
<leaf>
|
25
|
+
<file leaf-file-name="Titania.rb" pinned="false" current="false" current-in-tab="false">
|
26
|
+
<entry file="file://$PROJECT_DIR$/lib/Titania.rb">
|
27
|
+
<provider selected="true" editor-type-id="text-editor">
|
28
|
+
<state line="97" column="0" selection-start="1600" selection-end="1600" vertical-scroll-proportion="0.0" vertical-offset="839" max-vertical-offset="1545">
|
29
|
+
<folding />
|
30
|
+
</state>
|
31
|
+
</provider>
|
32
|
+
</entry>
|
33
|
+
</file>
|
34
|
+
<file leaf-file-name="version.rb" pinned="false" current="true" current-in-tab="true">
|
35
|
+
<entry file="file://$PROJECT_DIR$/lib/Titania/version.rb">
|
36
|
+
<provider selected="true" editor-type-id="text-editor">
|
37
|
+
<state line="1" column="18" selection-start="33" selection-end="33" vertical-scroll-proportion="0.023219815" vertical-offset="0" max-vertical-offset="646">
|
38
|
+
<folding />
|
39
|
+
</state>
|
40
|
+
</provider>
|
41
|
+
</entry>
|
42
|
+
</file>
|
43
|
+
</leaf>
|
44
|
+
</component>
|
45
|
+
<component name="FindManager">
|
46
|
+
<FindUsagesManager>
|
47
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
48
|
+
</FindUsagesManager>
|
49
|
+
</component>
|
50
|
+
<component name="IdeDocumentHistory">
|
51
|
+
<option name="changedFiles">
|
52
|
+
<list>
|
53
|
+
<option value="$PROJECT_DIR$/README.md" />
|
54
|
+
<option value="$PROJECT_DIR$/lib/Titania/ftp.rb" />
|
55
|
+
<option value="$PROJECT_DIR$/Titania.gemspec" />
|
56
|
+
<option value="$PROJECT_DIR$/lib/Titania.rb" />
|
57
|
+
<option value="$PROJECT_DIR$/lib/Titania/version.rb" />
|
58
|
+
</list>
|
59
|
+
</option>
|
60
|
+
</component>
|
61
|
+
<component name="ProjectFrameBounds">
|
62
|
+
<option name="y" value="22" />
|
63
|
+
<option name="width" value="1280" />
|
64
|
+
<option name="height" value="740" />
|
65
|
+
</component>
|
66
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
67
|
+
<OptionsSetting value="true" id="Add" />
|
68
|
+
<OptionsSetting value="true" id="Remove" />
|
69
|
+
<OptionsSetting value="true" id="Checkout" />
|
70
|
+
<OptionsSetting value="true" id="Update" />
|
71
|
+
<OptionsSetting value="true" id="Status" />
|
72
|
+
<OptionsSetting value="true" id="Edit" />
|
73
|
+
<ConfirmationsSetting value="0" id="Add" />
|
74
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
75
|
+
</component>
|
76
|
+
<component name="ProjectReloadState">
|
77
|
+
<option name="STATE" value="0" />
|
78
|
+
</component>
|
79
|
+
<component name="ProjectView">
|
80
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
81
|
+
<flattenPackages />
|
82
|
+
<showMembers />
|
83
|
+
<showModules />
|
84
|
+
<showLibraryContents />
|
85
|
+
<hideEmptyPackages />
|
86
|
+
<abbreviatePackageNames />
|
87
|
+
<autoscrollToSource />
|
88
|
+
<autoscrollFromSource />
|
89
|
+
<sortByType />
|
90
|
+
</navigator>
|
91
|
+
<panes>
|
92
|
+
<pane id="Scope" />
|
93
|
+
<pane id="ProjectPane">
|
94
|
+
<subPane>
|
95
|
+
<PATH>
|
96
|
+
<PATH_ELEMENT>
|
97
|
+
<option name="myItemId" value="Titania" />
|
98
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
99
|
+
</PATH_ELEMENT>
|
100
|
+
</PATH>
|
101
|
+
<PATH>
|
102
|
+
<PATH_ELEMENT>
|
103
|
+
<option name="myItemId" value="Titania" />
|
104
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
105
|
+
</PATH_ELEMENT>
|
106
|
+
<PATH_ELEMENT>
|
107
|
+
<option name="myItemId" value="titania" />
|
108
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
109
|
+
</PATH_ELEMENT>
|
110
|
+
</PATH>
|
111
|
+
<PATH>
|
112
|
+
<PATH_ELEMENT>
|
113
|
+
<option name="myItemId" value="Titania" />
|
114
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
115
|
+
</PATH_ELEMENT>
|
116
|
+
<PATH_ELEMENT>
|
117
|
+
<option name="myItemId" value="titania" />
|
118
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
119
|
+
</PATH_ELEMENT>
|
120
|
+
<PATH_ELEMENT>
|
121
|
+
<option name="myItemId" value="lib" />
|
122
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
123
|
+
</PATH_ELEMENT>
|
124
|
+
</PATH>
|
125
|
+
<PATH>
|
126
|
+
<PATH_ELEMENT>
|
127
|
+
<option name="myItemId" value="Titania" />
|
128
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
129
|
+
</PATH_ELEMENT>
|
130
|
+
<PATH_ELEMENT>
|
131
|
+
<option name="myItemId" value="titania" />
|
132
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
133
|
+
</PATH_ELEMENT>
|
134
|
+
<PATH_ELEMENT>
|
135
|
+
<option name="myItemId" value="lib" />
|
136
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
137
|
+
</PATH_ELEMENT>
|
138
|
+
<PATH_ELEMENT>
|
139
|
+
<option name="myItemId" value="Titania" />
|
140
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
141
|
+
</PATH_ELEMENT>
|
142
|
+
</PATH>
|
143
|
+
</subPane>
|
144
|
+
</pane>
|
145
|
+
</panes>
|
146
|
+
</component>
|
147
|
+
<component name="PropertiesComponent">
|
148
|
+
<property name="WebServerToolWindowFactoryState" value="true" />
|
149
|
+
</component>
|
150
|
+
<component name="RunManager">
|
151
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
152
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
153
|
+
<module name="" />
|
154
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
155
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
156
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
157
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
158
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
159
|
+
<envs />
|
160
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
161
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
162
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
163
|
+
<COVERAGE_PATTERN ENABLED="true">
|
164
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
165
|
+
</COVERAGE_PATTERN>
|
166
|
+
</EXTENSION>
|
167
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
168
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
169
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
170
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
171
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
172
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
173
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
174
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
175
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
176
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
177
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
178
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
179
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
180
|
+
<method />
|
181
|
+
</configuration>
|
182
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
183
|
+
<module name="" />
|
184
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
185
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
186
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
187
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
188
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
189
|
+
<envs />
|
190
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
191
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
192
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
193
|
+
<COVERAGE_PATTERN ENABLED="true">
|
194
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
195
|
+
</COVERAGE_PATTERN>
|
196
|
+
</EXTENSION>
|
197
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
198
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
199
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
200
|
+
<method />
|
201
|
+
</configuration>
|
202
|
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug" singleton="true">
|
203
|
+
<method />
|
204
|
+
</configuration>
|
205
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
206
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
207
|
+
<module name="" />
|
208
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
209
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
210
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
211
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
212
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
213
|
+
<envs />
|
214
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
215
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
216
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
217
|
+
<COVERAGE_PATTERN ENABLED="true">
|
218
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
219
|
+
</COVERAGE_PATTERN>
|
220
|
+
</EXTENSION>
|
221
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
222
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
223
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
224
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
225
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
226
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
227
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
228
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
229
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
230
|
+
<method />
|
231
|
+
</configuration>
|
232
|
+
<list size="0" />
|
233
|
+
</component>
|
234
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
235
|
+
<component name="TaskManager">
|
236
|
+
<task active="true" id="Default" summary="Default task">
|
237
|
+
<changelist id="78d6df3c-6793-4988-9c0c-30b42495ffd6" name="Default" comment="" />
|
238
|
+
<created>1388952640011</created>
|
239
|
+
<updated>1388952640011</updated>
|
240
|
+
</task>
|
241
|
+
<servers />
|
242
|
+
</component>
|
243
|
+
<component name="ToolWindowManager">
|
244
|
+
<frame x="0" y="22" width="1280" height="740" extended-state="6" />
|
245
|
+
<editor active="true" />
|
246
|
+
<layout>
|
247
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
248
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
249
|
+
<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" />
|
250
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
251
|
+
<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" />
|
252
|
+
<window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
253
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24959612" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
254
|
+
<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" />
|
255
|
+
<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="-1" side_tool="true" content_ui="tabs" />
|
256
|
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
257
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32988167" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
258
|
+
<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="-1" side_tool="false" content_ui="tabs" />
|
259
|
+
<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" />
|
260
|
+
<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" />
|
261
|
+
<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" />
|
262
|
+
<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" />
|
263
|
+
<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" />
|
264
|
+
<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" />
|
265
|
+
<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" />
|
266
|
+
</layout>
|
267
|
+
</component>
|
268
|
+
<component name="Vcs.Log.UiProperties">
|
269
|
+
<option name="RECENTLY_FILTERED_USERS">
|
270
|
+
<collection />
|
271
|
+
</option>
|
272
|
+
</component>
|
273
|
+
<component name="VcsContentAnnotationSettings">
|
274
|
+
<option name="myLimit" value="2678400000" />
|
275
|
+
</component>
|
276
|
+
<component name="VcsManagerConfiguration">
|
277
|
+
<option name="myTodoPanelSettings">
|
278
|
+
<TodoPanelSettings />
|
279
|
+
</option>
|
280
|
+
</component>
|
281
|
+
<component name="XDebuggerManager">
|
282
|
+
<breakpoint-manager />
|
283
|
+
</component>
|
284
|
+
<component name="editorHistoryManager">
|
285
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
286
|
+
<provider selected="true" editor-type-id="text-editor">
|
287
|
+
<state line="36" column="6" selection-start="792" selection-end="792" vertical-scroll-proportion="0.6376812" vertical-offset="144" max-vertical-offset="765">
|
288
|
+
<folding />
|
289
|
+
</state>
|
290
|
+
</provider>
|
291
|
+
</entry>
|
292
|
+
<entry file="file://$PROJECT_DIR$/Titania.gemspec">
|
293
|
+
<provider selected="true" editor-type-id="text-editor">
|
294
|
+
<state line="14" column="43" selection-start="596" selection-end="596" vertical-scroll-proportion="0.32507738" vertical-offset="0" max-vertical-offset="646">
|
295
|
+
<folding />
|
296
|
+
</state>
|
297
|
+
</provider>
|
298
|
+
</entry>
|
299
|
+
<entry file="file://$PROJECT_DIR$/lib/Titania.rb">
|
300
|
+
<provider selected="true" editor-type-id="text-editor">
|
301
|
+
<state line="97" column="0" selection-start="1600" selection-end="1600" vertical-scroll-proportion="0.0" vertical-offset="839" max-vertical-offset="1545">
|
302
|
+
<folding />
|
303
|
+
</state>
|
304
|
+
</provider>
|
305
|
+
</entry>
|
306
|
+
<entry file="file://$PROJECT_DIR$/lib/Titania/version.rb">
|
307
|
+
<provider selected="true" editor-type-id="text-editor">
|
308
|
+
<state line="1" column="18" selection-start="33" selection-end="33" vertical-scroll-proportion="0.023219815" vertical-offset="0" max-vertical-offset="646">
|
309
|
+
<folding />
|
310
|
+
</state>
|
311
|
+
</provider>
|
312
|
+
</entry>
|
313
|
+
</component>
|
314
|
+
</project>
|
315
|
+
|
data/README.md
CHANGED
@@ -21,8 +21,6 @@ Or install it yourself as:
|
|
21
21
|
<pre>
|
22
22
|
# Connection
|
23
23
|
con = Titania::Connection.new(HOST,USERNAME,PASSWORD)
|
24
|
-
con.connect
|
25
|
-
|
26
24
|
con.get_list(PATH) # Get file list - Return array
|
27
25
|
con.current_dir # Get current dir
|
28
26
|
con.change_dir(PATH) # Change current dir
|
data/lib/Titania.rb
CHANGED
@@ -6,24 +6,13 @@ module Titania
|
|
6
6
|
class Connection
|
7
7
|
attr_accessor :connect
|
8
8
|
|
9
|
-
@@host
|
10
|
-
@@username
|
11
|
-
@@password
|
12
|
-
|
13
9
|
def initialize(host,username,password)
|
14
|
-
@@host
|
15
|
-
@@username = username
|
16
|
-
@@password = password
|
17
|
-
end
|
18
|
-
|
19
|
-
def connect
|
20
|
-
con = self.connect = Net::FTP::new(@@host, @@username, @@password)
|
10
|
+
self.connect = Net::FTP::new(@@host, @@username, @@password)
|
21
11
|
end
|
22
12
|
|
23
13
|
def get_list(path = '/')
|
24
14
|
|
25
15
|
# File List / Return Array
|
26
|
-
|
27
16
|
result = self.connect.list(path)
|
28
17
|
end
|
29
18
|
|
data/lib/Titania/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Titania
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sedat Ciftci
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -46,6 +46,14 @@ extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
48
|
- .gitignore
|
49
|
+
- .idea/.name
|
50
|
+
- .idea/Titania.iml
|
51
|
+
- .idea/encodings.xml
|
52
|
+
- .idea/misc.xml
|
53
|
+
- .idea/modules.xml
|
54
|
+
- .idea/scopes/scope_settings.xml
|
55
|
+
- .idea/vcs.xml
|
56
|
+
- .idea/workspace.xml
|
49
57
|
- Gemfile
|
50
58
|
- LICENSE.txt
|
51
59
|
- README.md
|