awetestlib 0.1.28 → 0.1.29pre1
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.
- data/.gitattributes +22 -22
- data/.gitignore +69 -69
- data/.yardopts +7 -7
- data/README.md +108 -108
- data/awetestlib.gemspec +57 -57
- data/awetestlib.windows.gemspec +41 -41
- data/awetestlib_notes.txt +4 -4
- data/awetestlib_osx.gemspec +47 -48
- data/bin/awetestlib +99 -99
- data/bin/awetestlib-android-setup.rb +26 -26
- data/bin/awetestlib-cucumber-setup.rb +28 -28
- data/bin/awetestlib-driver-setup.rb +21 -21
- data/bin/awetestlib-helpers.rb +41 -41
- data/bin/awetestlib-mobile-app-setup.rb +31 -31
- data/bin/awetestlib-netbeans-setup.rb +58 -58
- data/bin/awetestlib-regression-setup.rb +15 -15
- data/bin/awetestlib-rubymine-setup.rb +39 -39
- data/drivers/chromedriver.exe +0 -0
- data/ext/Rakefile +1 -1
- data/ext/mkrf_conf.rb +27 -27
- data/lib/awetestlib/html_report.rb +142 -142
- data/lib/awetestlib/logging.rb +366 -366
- data/lib/awetestlib/regression/browser.rb +1380 -1375
- data/lib/awetestlib/regression/drag_and_drop.rb +421 -420
- data/lib/awetestlib/regression/find.rb +345 -345
- data/lib/awetestlib/regression/legacy.rb +1187 -1187
- data/lib/awetestlib/regression/page_data.rb +191 -191
- data/lib/awetestlib/regression/runner.rb +307 -307
- data/lib/awetestlib/regression/tables.rb +627 -619
- data/lib/awetestlib/regression/user_input.rb +576 -576
- data/lib/awetestlib/regression/utilities.rb +1046 -988
- data/lib/awetestlib/regression/validations.rb +1093 -1074
- data/lib/awetestlib/regression/waits.rb +470 -470
- data/lib/awetestlib/runner.rb +18 -18
- data/lib/awetestlib.rb +41 -41
- data/lib/patches/README +2 -2
- data/lib/patches/firewatir.rb +106 -106
- data/lib/patches/watir.rb +175 -175
- data/lib/version.rb +2 -2
- data/license.txt +13 -13
- data/netbeans_setup.md +29 -29
- data/rdoc_test.bat +1 -1
- data/rubymine_setup.md +23 -23
- data/setup_samples/sample_android/features/dk.mejer.hansen.control.FlyingColorsPlayerAidActivity.apk +0 -0
- data/setup_samples/sample_android/features/sample_android.feature +5 -5
- data/setup_samples/sample_android/features/step_definitions/calabash_steps.rb +1 -1
- data/setup_samples/sample_android/features/support/app_installation_hooks.rb +36 -36
- data/setup_samples/sample_android/features/support/app_life_cycle_hooks.rb +14 -14
- data/setup_samples/sample_android/features/test_servers/8ba795a0288381ae346b67867b586881_0.3.2.apk +0 -0
- data/setup_samples/sample_cucumber/features/step_definitions/predefined_steps.rb +76 -76
- data/setup_samples/sample_cucumber/features/yahoo_mail.feature +11 -11
- data/setup_samples/sample_mobile_app/features/my_first.feature +14 -14
- data/setup_samples/sample_mobile_app/features/step_definitions/predefined_webview_steps.rb +80 -80
- data/setup_samples/sample_mobile_app/features/support/env.rb +2 -2
- data/setup_samples/sample_netbeans/demo.rb +86 -86
- data/setup_samples/sample_netbeans/nbproject/configs/Demo.properties +2 -2
- data/setup_samples/sample_netbeans/nbproject/private/config.properties +1 -1
- data/setup_samples/sample_netbeans/nbproject/private/configs/Demo.properties +2 -2
- data/setup_samples/sample_netbeans/nbproject/private/private.properties +2 -2
- data/setup_samples/sample_netbeans/nbproject/project.properties +5 -5
- data/setup_samples/sample_netbeans/nbproject/project.xml +13 -13
- data/setup_samples/sample_rubymine/.idea/encodings.xml +5 -5
- data/setup_samples/sample_rubymine/.idea/misc.xml +5 -5
- data/setup_samples/sample_rubymine/.idea/modules.xml +9 -9
- data/setup_samples/sample_rubymine/.idea/sample_rubymine.iml +9 -9
- data/setup_samples/sample_rubymine/.idea/scopes/scope_settings.xml +4 -4
- data/setup_samples/sample_rubymine/.idea/vcs.xml +7 -7
- data/setup_samples/sample_rubymine/.idea/workspace.xml +213 -213
- data/setup_samples/sample_rubymine/demo.rb +86 -86
- data/test/create_zoho.rb +66 -66
- data/test/create_zoho_account1.rb +68 -68
- data/test/create_zoho_account2.rb +72 -72
- data/test/demo.rb +87 -87
- data/test/google_search1.rb +16 -16
- data/test/google_search2.rb +19 -19
- data/test/login_1.rb +37 -37
- data/test/login_1a.rb +37 -37
- data/test/login_2.rb +32 -32
- data/test/zoho_exercise.rb +21 -21
- data/test/zoho_util.rb +487 -487
- data/tmp/placeholder.html +71 -71
- metadata +18 -49
@@ -1,9 +1,9 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="NewModuleRootManager">
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
5
|
-
<orderEntry type="inheritedJdk" />
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
-
</component>
|
8
|
-
</module>
|
9
|
-
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager">
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
5
|
+
<orderEntry type="inheritedJdk" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
</component>
|
8
|
+
</module>
|
9
|
+
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<component name="DependencyValidationManager">
|
2
|
-
<state>
|
3
|
-
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
4
|
-
</state>
|
1
|
+
<component name="DependencyValidationManager">
|
2
|
+
<state>
|
3
|
+
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
4
|
+
</state>
|
5
5
|
</component>
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="VcsDirectoryMappings">
|
4
|
-
<mapping directory="" vcs="" />
|
5
|
-
</component>
|
6
|
-
</project>
|
7
|
-
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="VcsDirectoryMappings">
|
4
|
+
<mapping directory="" vcs="" />
|
5
|
+
</component>
|
6
|
+
</project>
|
7
|
+
|
@@ -1,213 +1,213 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="82173bce-cbe0-4424-b33f-04eac576929d" name="Default" comment="" />
|
5
|
-
<ignored path="sample_rubymine.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="sample_rubymine" />
|
22
|
-
</component>
|
23
|
-
<component name="ProjectFrameBounds">
|
24
|
-
<option name="x" value="-8" />
|
25
|
-
<option name="y" value="-8" />
|
26
|
-
<option name="width" value="1382" />
|
27
|
-
<option name="height" value="754" />
|
28
|
-
</component>
|
29
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
30
|
-
<OptionsSetting value="true" id="Add" />
|
31
|
-
<OptionsSetting value="true" id="Remove" />
|
32
|
-
<OptionsSetting value="true" id="Checkout" />
|
33
|
-
<OptionsSetting value="true" id="Update" />
|
34
|
-
<OptionsSetting value="true" id="Status" />
|
35
|
-
<OptionsSetting value="true" id="Edit" />
|
36
|
-
<ConfirmationsSetting value="0" id="Add" />
|
37
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
38
|
-
</component>
|
39
|
-
<component name="ProjectReloadState">
|
40
|
-
<option name="STATE" value="0" />
|
41
|
-
</component>
|
42
|
-
<component name="ProjectView">
|
43
|
-
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
44
|
-
<flattenPackages />
|
45
|
-
<showMembers />
|
46
|
-
<showModules />
|
47
|
-
<showLibraryContents />
|
48
|
-
<hideEmptyPackages />
|
49
|
-
<abbreviatePackageNames />
|
50
|
-
<autoscrollToSource />
|
51
|
-
<autoscrollFromSource />
|
52
|
-
<sortByType />
|
53
|
-
</navigator>
|
54
|
-
<panes>
|
55
|
-
<pane id="Scope">
|
56
|
-
<subPane subId="Project Files">
|
57
|
-
<PATH>
|
58
|
-
<PATH_ELEMENT USER_OBJECT="Root">
|
59
|
-
<option name="myItemId" value="" />
|
60
|
-
<option name="myItemType" value="" />
|
61
|
-
</PATH_ELEMENT>
|
62
|
-
</PATH>
|
63
|
-
</subPane>
|
64
|
-
</pane>
|
65
|
-
<pane id="ProjectPane">
|
66
|
-
<subPane>
|
67
|
-
<PATH>
|
68
|
-
<PATH_ELEMENT>
|
69
|
-
<option name="myItemId" value="sample_rubymine" />
|
70
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
71
|
-
</PATH_ELEMENT>
|
72
|
-
</PATH>
|
73
|
-
<PATH>
|
74
|
-
<PATH_ELEMENT>
|
75
|
-
<option name="myItemId" value="sample_rubymine" />
|
76
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
77
|
-
</PATH_ELEMENT>
|
78
|
-
<PATH_ELEMENT>
|
79
|
-
<option name="myItemId" value="sample_rubymine" />
|
80
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
81
|
-
</PATH_ELEMENT>
|
82
|
-
</PATH>
|
83
|
-
</subPane>
|
84
|
-
</pane>
|
85
|
-
</panes>
|
86
|
-
</component>
|
87
|
-
<component name="PropertiesComponent">
|
88
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
89
|
-
<property name="recentsLimit" value="5" />
|
90
|
-
</component>
|
91
|
-
<component name="RunManager" selected="Ruby.Demo">
|
92
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
93
|
-
<module name="" />
|
94
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
95
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
96
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
97
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
98
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
99
|
-
<envs />
|
100
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
101
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
102
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
103
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
104
|
-
<method>
|
105
|
-
<option name="RakeTask" enabled="false" />
|
106
|
-
</method>
|
107
|
-
</configuration>
|
108
|
-
<configuration default="false" name="Demo" type="RubyRunConfigurationType" factoryName="Ruby">
|
109
|
-
<module name="sample_rubymine" />
|
110
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-rubygems" />
|
111
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="WORK-DIR" />
|
112
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
113
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
114
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
115
|
-
<envs />
|
116
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
117
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
118
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="RUBY-SCRIPT" />
|
119
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="SAMPLE-SCRIPT -b FF" />
|
120
|
-
<RunnerSettings RunnerId="RubyRunner" />
|
121
|
-
<ConfigurationWrapper RunnerId="RubyRunner" />
|
122
|
-
<method />
|
123
|
-
</configuration>
|
124
|
-
<list size="1">
|
125
|
-
<item index="0" class="java.lang.String" itemvalue="Ruby.Demo" />
|
126
|
-
</list>
|
127
|
-
</component>
|
128
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
129
|
-
<component name="TaskManager">
|
130
|
-
<task active="true" id="Default" summary="Default task">
|
131
|
-
<changelist id="82173bce-cbe0-4424-b33f-04eac576929d" name="Default" comment="" />
|
132
|
-
<created>1345484410884</created>
|
133
|
-
<updated>1345484410884</updated>
|
134
|
-
</task>
|
135
|
-
<servers />
|
136
|
-
</component>
|
137
|
-
<component name="ToolWindowManager">
|
138
|
-
<frame x="-8" y="-8" width="1382" height="754" extended-state="6" />
|
139
|
-
<editor active="false" />
|
140
|
-
<layout>
|
141
|
-
<window_info id="Data Sources" 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" />
|
142
|
-
<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" />
|
143
|
-
<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" />
|
144
|
-
<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="true" content_ui="tabs" />
|
145
|
-
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25417298" sideWeight="0.67096776" order="0" side_tool="false" content_ui="combo" />
|
146
|
-
<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" />
|
147
|
-
<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" />
|
148
|
-
<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="7" side_tool="true" content_ui="tabs" />
|
149
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32903227" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
150
|
-
<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" />
|
151
|
-
<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" />
|
152
|
-
<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" />
|
153
|
-
<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" />
|
154
|
-
<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" />
|
155
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
156
|
-
<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" />
|
157
|
-
<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" />
|
158
|
-
</layout>
|
159
|
-
</component>
|
160
|
-
<component name="VcsContentAnnotationSettings">
|
161
|
-
<option name="myLimit" value="2678400000" />
|
162
|
-
</component>
|
163
|
-
<component name="VcsManagerConfiguration">
|
164
|
-
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
165
|
-
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
|
166
|
-
<option name="CHECK_NEW_TODO" value="true" />
|
167
|
-
<option name="myTodoPanelSettings">
|
168
|
-
<value>
|
169
|
-
<are-packages-shown value="false" />
|
170
|
-
<are-modules-shown value="false" />
|
171
|
-
<flatten-packages value="false" />
|
172
|
-
<is-autoscroll-to-source value="false" />
|
173
|
-
</value>
|
174
|
-
</option>
|
175
|
-
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
176
|
-
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
177
|
-
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
178
|
-
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
179
|
-
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
180
|
-
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
181
|
-
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
182
|
-
<option name="ENABLE_BACKGROUND_PROCESSES" value="false" />
|
183
|
-
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
184
|
-
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
185
|
-
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
186
|
-
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
187
|
-
<option name="SHORT_DIFF_HORISONTALLY" value="true" />
|
188
|
-
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
189
|
-
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
190
|
-
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
191
|
-
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
192
|
-
<option name="CREATE_PATCH_EXPAND_DETAILS_DEFAULT" value="true" />
|
193
|
-
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
194
|
-
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
195
|
-
<option name="LAST_COMMIT_MESSAGE" />
|
196
|
-
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
197
|
-
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
198
|
-
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
199
|
-
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
200
|
-
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
201
|
-
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
202
|
-
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
203
|
-
<option name="ACTIVE_VCS_NAME" />
|
204
|
-
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
205
|
-
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
206
|
-
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
207
|
-
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
208
|
-
</component>
|
209
|
-
<component name="XDebuggerManager">
|
210
|
-
<breakpoint-manager />
|
211
|
-
</component>
|
212
|
-
</project>
|
213
|
-
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ChangeListManager">
|
4
|
+
<list default="true" id="82173bce-cbe0-4424-b33f-04eac576929d" name="Default" comment="" />
|
5
|
+
<ignored path="sample_rubymine.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="sample_rubymine" />
|
22
|
+
</component>
|
23
|
+
<component name="ProjectFrameBounds">
|
24
|
+
<option name="x" value="-8" />
|
25
|
+
<option name="y" value="-8" />
|
26
|
+
<option name="width" value="1382" />
|
27
|
+
<option name="height" value="754" />
|
28
|
+
</component>
|
29
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
30
|
+
<OptionsSetting value="true" id="Add" />
|
31
|
+
<OptionsSetting value="true" id="Remove" />
|
32
|
+
<OptionsSetting value="true" id="Checkout" />
|
33
|
+
<OptionsSetting value="true" id="Update" />
|
34
|
+
<OptionsSetting value="true" id="Status" />
|
35
|
+
<OptionsSetting value="true" id="Edit" />
|
36
|
+
<ConfirmationsSetting value="0" id="Add" />
|
37
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
38
|
+
</component>
|
39
|
+
<component name="ProjectReloadState">
|
40
|
+
<option name="STATE" value="0" />
|
41
|
+
</component>
|
42
|
+
<component name="ProjectView">
|
43
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
44
|
+
<flattenPackages />
|
45
|
+
<showMembers />
|
46
|
+
<showModules />
|
47
|
+
<showLibraryContents />
|
48
|
+
<hideEmptyPackages />
|
49
|
+
<abbreviatePackageNames />
|
50
|
+
<autoscrollToSource />
|
51
|
+
<autoscrollFromSource />
|
52
|
+
<sortByType />
|
53
|
+
</navigator>
|
54
|
+
<panes>
|
55
|
+
<pane id="Scope">
|
56
|
+
<subPane subId="Project Files">
|
57
|
+
<PATH>
|
58
|
+
<PATH_ELEMENT USER_OBJECT="Root">
|
59
|
+
<option name="myItemId" value="" />
|
60
|
+
<option name="myItemType" value="" />
|
61
|
+
</PATH_ELEMENT>
|
62
|
+
</PATH>
|
63
|
+
</subPane>
|
64
|
+
</pane>
|
65
|
+
<pane id="ProjectPane">
|
66
|
+
<subPane>
|
67
|
+
<PATH>
|
68
|
+
<PATH_ELEMENT>
|
69
|
+
<option name="myItemId" value="sample_rubymine" />
|
70
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
71
|
+
</PATH_ELEMENT>
|
72
|
+
</PATH>
|
73
|
+
<PATH>
|
74
|
+
<PATH_ELEMENT>
|
75
|
+
<option name="myItemId" value="sample_rubymine" />
|
76
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
77
|
+
</PATH_ELEMENT>
|
78
|
+
<PATH_ELEMENT>
|
79
|
+
<option name="myItemId" value="sample_rubymine" />
|
80
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
81
|
+
</PATH_ELEMENT>
|
82
|
+
</PATH>
|
83
|
+
</subPane>
|
84
|
+
</pane>
|
85
|
+
</panes>
|
86
|
+
</component>
|
87
|
+
<component name="PropertiesComponent">
|
88
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
89
|
+
<property name="recentsLimit" value="5" />
|
90
|
+
</component>
|
91
|
+
<component name="RunManager" selected="Ruby.Demo">
|
92
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
93
|
+
<module name="" />
|
94
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
95
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
96
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
97
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
98
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
99
|
+
<envs />
|
100
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
101
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
102
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
103
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
104
|
+
<method>
|
105
|
+
<option name="RakeTask" enabled="false" />
|
106
|
+
</method>
|
107
|
+
</configuration>
|
108
|
+
<configuration default="false" name="Demo" type="RubyRunConfigurationType" factoryName="Ruby">
|
109
|
+
<module name="sample_rubymine" />
|
110
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-rubygems" />
|
111
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="WORK-DIR" />
|
112
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
113
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
114
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
115
|
+
<envs />
|
116
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
117
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
|
118
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="RUBY-SCRIPT" />
|
119
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="SAMPLE-SCRIPT -b FF" />
|
120
|
+
<RunnerSettings RunnerId="RubyRunner" />
|
121
|
+
<ConfigurationWrapper RunnerId="RubyRunner" />
|
122
|
+
<method />
|
123
|
+
</configuration>
|
124
|
+
<list size="1">
|
125
|
+
<item index="0" class="java.lang.String" itemvalue="Ruby.Demo" />
|
126
|
+
</list>
|
127
|
+
</component>
|
128
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
129
|
+
<component name="TaskManager">
|
130
|
+
<task active="true" id="Default" summary="Default task">
|
131
|
+
<changelist id="82173bce-cbe0-4424-b33f-04eac576929d" name="Default" comment="" />
|
132
|
+
<created>1345484410884</created>
|
133
|
+
<updated>1345484410884</updated>
|
134
|
+
</task>
|
135
|
+
<servers />
|
136
|
+
</component>
|
137
|
+
<component name="ToolWindowManager">
|
138
|
+
<frame x="-8" y="-8" width="1382" height="754" extended-state="6" />
|
139
|
+
<editor active="false" />
|
140
|
+
<layout>
|
141
|
+
<window_info id="Data Sources" 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" />
|
142
|
+
<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" />
|
143
|
+
<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" />
|
144
|
+
<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="true" content_ui="tabs" />
|
145
|
+
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25417298" sideWeight="0.67096776" order="0" side_tool="false" content_ui="combo" />
|
146
|
+
<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" />
|
147
|
+
<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" />
|
148
|
+
<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="7" side_tool="true" content_ui="tabs" />
|
149
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32903227" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
150
|
+
<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" />
|
151
|
+
<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" />
|
152
|
+
<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" />
|
153
|
+
<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" />
|
154
|
+
<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" />
|
155
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
156
|
+
<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" />
|
157
|
+
<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" />
|
158
|
+
</layout>
|
159
|
+
</component>
|
160
|
+
<component name="VcsContentAnnotationSettings">
|
161
|
+
<option name="myLimit" value="2678400000" />
|
162
|
+
</component>
|
163
|
+
<component name="VcsManagerConfiguration">
|
164
|
+
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
165
|
+
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
|
166
|
+
<option name="CHECK_NEW_TODO" value="true" />
|
167
|
+
<option name="myTodoPanelSettings">
|
168
|
+
<value>
|
169
|
+
<are-packages-shown value="false" />
|
170
|
+
<are-modules-shown value="false" />
|
171
|
+
<flatten-packages value="false" />
|
172
|
+
<is-autoscroll-to-source value="false" />
|
173
|
+
</value>
|
174
|
+
</option>
|
175
|
+
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
176
|
+
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
177
|
+
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
178
|
+
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
179
|
+
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
180
|
+
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
181
|
+
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
182
|
+
<option name="ENABLE_BACKGROUND_PROCESSES" value="false" />
|
183
|
+
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
184
|
+
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
185
|
+
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
186
|
+
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
187
|
+
<option name="SHORT_DIFF_HORISONTALLY" value="true" />
|
188
|
+
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
189
|
+
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
190
|
+
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
191
|
+
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
192
|
+
<option name="CREATE_PATCH_EXPAND_DETAILS_DEFAULT" value="true" />
|
193
|
+
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
194
|
+
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
195
|
+
<option name="LAST_COMMIT_MESSAGE" />
|
196
|
+
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
|
197
|
+
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
198
|
+
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
199
|
+
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
200
|
+
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
201
|
+
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
202
|
+
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
203
|
+
<option name="ACTIVE_VCS_NAME" />
|
204
|
+
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
205
|
+
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
206
|
+
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
207
|
+
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
208
|
+
</component>
|
209
|
+
<component name="XDebuggerManager">
|
210
|
+
<breakpoint-manager />
|
211
|
+
</component>
|
212
|
+
</project>
|
213
|
+
|