selenium 0.2.5 → 0.2.6
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/.bundle/config +2 -0
- data/.gitignore +3 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +10 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/selenium.iml +25 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +553 -0
- data/.rvmrc +6 -0
- data/CHANGES +4 -0
- data/Gemfile +13 -0
- data/Gemfile.lock +41 -0
- data/LICENSE +22 -0
- data/Rakefile +25 -59
- data/bin/selenium +4 -39
- data/lib/selenium.rb +3 -0
- data/lib/selenium/starter.rb +44 -0
- data/lib/selenium/version.rb +3 -0
- data/selenium.gemspec.erb +32 -0
- metadata +29 -33
- data/VERSION +0 -1
- data/selenium.gemspec +0 -61
data/.bundle/config
ADDED
data/.gitignore
ADDED
data/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
selenium
|
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 gem into pkg/" fullCmd="build" taksId="build" /><RakeTask description="Start IRB with all runtime dependencies loaded" fullCmd="console[script]" taksId="console[script]" /><RakeTask description="Generate and validate gemspec" fullCmd="gemspec" taksId="gemspec" /><RakeGroup description="" fullCmd="" taksId="gemspec"><RakeTask description="Display the gemspec for debugging purposes, as jeweler knows it (not from the filesystem)" fullCmd="gemspec:debug" taksId="debug" /><RakeTask description="Regenerate the gemspec on the filesystem" fullCmd="gemspec:generate" taksId="generate" /><RakeTask description="Regenerate and validate gemspec, and then commits and pushes to git" fullCmd="gemspec:release" taksId="release" /><RakeTask description="Validates the gemspec on the filesystem" fullCmd="gemspec:validate" taksId="validate" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="git"><RakeTask description="Tag and push release to git" fullCmd="git:release" taksId="release" /></RakeGroup><RakeTask description="Build and install gem using `gem install`" fullCmd="install" taksId="install" /><RakeTask description="Release gem" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="Release the gem" fullCmd="release:gem" taksId="gem" /></RakeGroup><RakeTask description="Displays the current version" fullCmd="version" taksId="version" /><RakeGroup description="" fullCmd="" taksId="version"><RakeGroup description="" fullCmd="" taksId="bump"><RakeTask description="Bump the major version by 1" fullCmd="version:bump:major" taksId="major" /><RakeTask description="Bump the a minor version by 1" fullCmd="version:bump:minor" taksId="minor" /><RakeTask description="Bump the patch version by 1" fullCmd="version:bump:patch" taksId="patch" /></RakeGroup><RakeTask description="Writes out an explicit version" fullCmd="version:write" taksId="write" /></RakeGroup><RakeTask description="" fullCmd="console" taksId="console" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="gemspec_required" taksId="gemspec_required" /><RakeTask description="" fullCmd="version_required" taksId="version_required" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="CssXFireSettings">
|
|
4
|
+
<general autoClear="false" autoExpand="false" />
|
|
5
|
+
<strategy useRoutes="false" mediaReduce="false" fileReduce="false" currentDocumentsReduce="false" />
|
|
6
|
+
<routes />
|
|
7
|
+
</component>
|
|
8
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p385 [selenium]" project-jdk-type="RUBY_SDK" />
|
|
9
|
+
</project>
|
|
10
|
+
|
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/selenium.iml" filepath="$PROJECT_DIR$/.idea/selenium.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
9
|
+
|
data/.idea/selenium.iml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.2.3, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="file_utils (v1.0.6, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="gemcutter (v0.7.1, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="gemspec_deps_gen (v1.0.5, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="git (v1.2.5, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="jar_wrapper (v0.1.0, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="jeweler (v1.6.4, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="metaclass (v0.0.1, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="mocha (v0.13.2, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v2.12.0, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.12.2, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.12.1, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.12.2, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="zip (v2.0.2, RVM: ruby-1.9.3-p385 [selenium]) [gem]" level="application" />
|
|
23
|
+
</component>
|
|
24
|
+
</module>
|
|
25
|
+
|
data/.idea/vcs.xml
ADDED
data/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,553 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="1c152a41-4ea1-48f8-835b-c8d503f8157f" name="Default" comment="">
|
|
5
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE" />
|
|
6
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/selenium.gemspec.erb" />
|
|
7
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/selenium.rb" />
|
|
8
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/selenium/starter.rb" />
|
|
9
|
+
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/selenium/version.rb" />
|
|
10
|
+
<change type="DELETED" beforePath="$PROJECT_DIR$/VERSION" afterPath="" />
|
|
11
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.rvmrc" afterPath="$PROJECT_DIR$/.rvmrc" />
|
|
12
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGES" afterPath="$PROJECT_DIR$/CHANGES" />
|
|
13
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
|
14
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile" afterPath="$PROJECT_DIR$/Gemfile" />
|
|
15
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Rakefile" afterPath="$PROJECT_DIR$/Rakefile" />
|
|
16
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/misc.xml" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
|
17
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/selenium.iml" afterPath="$PROJECT_DIR$/.idea/selenium.iml" />
|
|
18
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/bin/selenium" afterPath="$PROJECT_DIR$/bin/selenium" />
|
|
19
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
20
|
+
</list>
|
|
21
|
+
<ignored path="selenium.iws" />
|
|
22
|
+
<ignored path=".idea/workspace.xml" />
|
|
23
|
+
<file path="/Dummy.txt" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360704320673" ignored="false" />
|
|
24
|
+
<file path="/version.rb" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705707211" ignored="false" />
|
|
25
|
+
<file path="/selenium.rb" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705056264" ignored="false" />
|
|
26
|
+
<file path="/selenium" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705982714" ignored="false" />
|
|
27
|
+
<file path="/selenium.gemspec.erb" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705474124" ignored="false" />
|
|
28
|
+
<file path="/selenium_starter.rb" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705967187" ignored="false" />
|
|
29
|
+
<file path="/Rakefile" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705455698" ignored="false" />
|
|
30
|
+
<file path="/a.dummy" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360705464196" ignored="false" />
|
|
31
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
32
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
33
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
34
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
35
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
36
|
+
</component>
|
|
37
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
38
|
+
<component name="CreatePatchCommitExecutor">
|
|
39
|
+
<option name="PATCH_PATH" value="" />
|
|
40
|
+
</component>
|
|
41
|
+
<component name="DaemonCodeAnalyzer">
|
|
42
|
+
<disable_hints />
|
|
43
|
+
</component>
|
|
44
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
45
|
+
<component name="FavoritesManager">
|
|
46
|
+
<favorites_list name="selenium" />
|
|
47
|
+
</component>
|
|
48
|
+
<component name="FileEditorManager">
|
|
49
|
+
<leaf>
|
|
50
|
+
<file leaf-file-name="README" pinned="false" current="false" current-in-tab="false">
|
|
51
|
+
<entry file="file://$PROJECT_DIR$/README">
|
|
52
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
53
|
+
<state line="2" column="120" selection-start="68" selection-end="68" vertical-scroll-proportion="0.0">
|
|
54
|
+
<folding />
|
|
55
|
+
</state>
|
|
56
|
+
</provider>
|
|
57
|
+
</entry>
|
|
58
|
+
</file>
|
|
59
|
+
<file leaf-file-name="CHANGES" pinned="false" current="true" current-in-tab="true">
|
|
60
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
|
61
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
62
|
+
<state line="21" column="34" selection-start="251" selection-end="283" vertical-scroll-proportion="0.59574467">
|
|
63
|
+
<folding />
|
|
64
|
+
</state>
|
|
65
|
+
</provider>
|
|
66
|
+
</entry>
|
|
67
|
+
</file>
|
|
68
|
+
<file leaf-file-name="starter.rb" pinned="false" current="false" current-in-tab="false">
|
|
69
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium/starter.rb">
|
|
70
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
71
|
+
<state line="16" column="122" selection-start="344" selection-end="344" vertical-scroll-proportion="0.0">
|
|
72
|
+
<folding />
|
|
73
|
+
</state>
|
|
74
|
+
</provider>
|
|
75
|
+
</entry>
|
|
76
|
+
</file>
|
|
77
|
+
<file leaf-file-name="Gemfile" pinned="false" current="false" current-in-tab="false">
|
|
78
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
80
|
+
<state line="2" column="42" selection-start="35" selection-end="35" vertical-scroll-proportion="0.0">
|
|
81
|
+
<folding />
|
|
82
|
+
</state>
|
|
83
|
+
</provider>
|
|
84
|
+
</entry>
|
|
85
|
+
</file>
|
|
86
|
+
<file leaf-file-name="selenium" pinned="false" current="false" current-in-tab="false">
|
|
87
|
+
<entry file="file://$PROJECT_DIR$/bin/selenium">
|
|
88
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
89
|
+
<state line="2" column="53" selection-start="74" selection-end="74" vertical-scroll-proportion="0.0">
|
|
90
|
+
<folding />
|
|
91
|
+
</state>
|
|
92
|
+
</provider>
|
|
93
|
+
</entry>
|
|
94
|
+
</file>
|
|
95
|
+
<file leaf-file-name="selenium.rb" pinned="false" current="false" current-in-tab="false">
|
|
96
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium.rb">
|
|
97
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
98
|
+
<state line="0" column="0" selection-start="0" selection-end="53" vertical-scroll-proportion="0.0">
|
|
99
|
+
<folding />
|
|
100
|
+
</state>
|
|
101
|
+
</provider>
|
|
102
|
+
</entry>
|
|
103
|
+
</file>
|
|
104
|
+
</leaf>
|
|
105
|
+
</component>
|
|
106
|
+
<component name="FindManager">
|
|
107
|
+
<FindUsagesManager>
|
|
108
|
+
<setting name="OPEN_NEW_TAB" value="false" />
|
|
109
|
+
</FindUsagesManager>
|
|
110
|
+
</component>
|
|
111
|
+
<component name="Git.Settings">
|
|
112
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
113
|
+
</component>
|
|
114
|
+
<component name="GitLogSettings">
|
|
115
|
+
<option name="myDateState">
|
|
116
|
+
<MyDateState />
|
|
117
|
+
</option>
|
|
118
|
+
</component>
|
|
119
|
+
<component name="IdeDocumentHistory">
|
|
120
|
+
<option name="changedFiles">
|
|
121
|
+
<list>
|
|
122
|
+
<option value="$PROJECT_DIR$/.rvmrc" />
|
|
123
|
+
<option value="$PROJECT_DIR$/bin/Gemfile" />
|
|
124
|
+
<option value="$PROJECT_DIR$/VERSION" />
|
|
125
|
+
<option value="$PROJECT_DIR$/CHANGES" />
|
|
126
|
+
<option value="$PROJECT_DIR$/lib/selenium/seleniun_starter.rb" />
|
|
127
|
+
<option value="$PROJECT_DIR$/LICENSE" />
|
|
128
|
+
<option value="$PROJECT_DIR$/Gemfile" />
|
|
129
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
|
130
|
+
<option value="$PROJECT_DIR$/selenium.gemspec.erb" />
|
|
131
|
+
<option value="$PROJECT_DIR$/lib/selenium/selenium_starter.rb" />
|
|
132
|
+
<option value="$PROJECT_DIR$/lib/selenium.rb" />
|
|
133
|
+
<option value="$PROJECT_DIR$/lib/selenium/version.rb" />
|
|
134
|
+
<option value="$PROJECT_DIR$/bin/selenium" />
|
|
135
|
+
<option value="$PROJECT_DIR$/lib/selenium/starter.rb" />
|
|
136
|
+
</list>
|
|
137
|
+
</option>
|
|
138
|
+
</component>
|
|
139
|
+
<component name="ProjectFrameBounds">
|
|
140
|
+
<option name="x" value="81" />
|
|
141
|
+
<option name="y" value="52" />
|
|
142
|
+
<option name="width" value="1571" />
|
|
143
|
+
<option name="height" value="978" />
|
|
144
|
+
</component>
|
|
145
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
146
|
+
<OptionsSetting value="true" id="Add" />
|
|
147
|
+
<OptionsSetting value="true" id="Remove" />
|
|
148
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
149
|
+
<OptionsSetting value="true" id="Update" />
|
|
150
|
+
<OptionsSetting value="true" id="Status" />
|
|
151
|
+
<OptionsSetting value="true" id="Edit" />
|
|
152
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
153
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
154
|
+
</component>
|
|
155
|
+
<component name="ProjectReloadState">
|
|
156
|
+
<option name="STATE" value="0" />
|
|
157
|
+
</component>
|
|
158
|
+
<component name="ProjectView">
|
|
159
|
+
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
|
160
|
+
<flattenPackages />
|
|
161
|
+
<showMembers />
|
|
162
|
+
<showModules />
|
|
163
|
+
<showLibraryContents />
|
|
164
|
+
<hideEmptyPackages />
|
|
165
|
+
<abbreviatePackageNames />
|
|
166
|
+
<autoscrollToSource />
|
|
167
|
+
<autoscrollFromSource />
|
|
168
|
+
<sortByType />
|
|
169
|
+
</navigator>
|
|
170
|
+
<panes>
|
|
171
|
+
<pane id="Scope">
|
|
172
|
+
<subPane subId="Project Files">
|
|
173
|
+
<PATH>
|
|
174
|
+
<PATH_ELEMENT USER_OBJECT="Root">
|
|
175
|
+
<option name="myItemId" value="" />
|
|
176
|
+
<option name="myItemType" value="" />
|
|
177
|
+
</PATH_ELEMENT>
|
|
178
|
+
</PATH>
|
|
179
|
+
</subPane>
|
|
180
|
+
</pane>
|
|
181
|
+
<pane id="ProjectPane">
|
|
182
|
+
<subPane>
|
|
183
|
+
<PATH>
|
|
184
|
+
<PATH_ELEMENT>
|
|
185
|
+
<option name="myItemId" value="selenium" />
|
|
186
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
187
|
+
</PATH_ELEMENT>
|
|
188
|
+
</PATH>
|
|
189
|
+
<PATH>
|
|
190
|
+
<PATH_ELEMENT>
|
|
191
|
+
<option name="myItemId" value="selenium" />
|
|
192
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
193
|
+
</PATH_ELEMENT>
|
|
194
|
+
<PATH_ELEMENT>
|
|
195
|
+
<option name="myItemId" value="selenium" />
|
|
196
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
197
|
+
</PATH_ELEMENT>
|
|
198
|
+
</PATH>
|
|
199
|
+
<PATH>
|
|
200
|
+
<PATH_ELEMENT>
|
|
201
|
+
<option name="myItemId" value="selenium" />
|
|
202
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
203
|
+
</PATH_ELEMENT>
|
|
204
|
+
<PATH_ELEMENT>
|
|
205
|
+
<option name="myItemId" value="selenium" />
|
|
206
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
207
|
+
</PATH_ELEMENT>
|
|
208
|
+
<PATH_ELEMENT>
|
|
209
|
+
<option name="myItemId" value="lib" />
|
|
210
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
211
|
+
</PATH_ELEMENT>
|
|
212
|
+
</PATH>
|
|
213
|
+
<PATH>
|
|
214
|
+
<PATH_ELEMENT>
|
|
215
|
+
<option name="myItemId" value="selenium" />
|
|
216
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
217
|
+
</PATH_ELEMENT>
|
|
218
|
+
<PATH_ELEMENT>
|
|
219
|
+
<option name="myItemId" value="selenium" />
|
|
220
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
221
|
+
</PATH_ELEMENT>
|
|
222
|
+
<PATH_ELEMENT>
|
|
223
|
+
<option name="myItemId" value="lib" />
|
|
224
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
225
|
+
</PATH_ELEMENT>
|
|
226
|
+
<PATH_ELEMENT>
|
|
227
|
+
<option name="myItemId" value="selenium" />
|
|
228
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
229
|
+
</PATH_ELEMENT>
|
|
230
|
+
</PATH>
|
|
231
|
+
<PATH>
|
|
232
|
+
<PATH_ELEMENT>
|
|
233
|
+
<option name="myItemId" value="selenium" />
|
|
234
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
235
|
+
</PATH_ELEMENT>
|
|
236
|
+
<PATH_ELEMENT>
|
|
237
|
+
<option name="myItemId" value="selenium" />
|
|
238
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
239
|
+
</PATH_ELEMENT>
|
|
240
|
+
<PATH_ELEMENT>
|
|
241
|
+
<option name="myItemId" value="bin" />
|
|
242
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
243
|
+
</PATH_ELEMENT>
|
|
244
|
+
</PATH>
|
|
245
|
+
</subPane>
|
|
246
|
+
</pane>
|
|
247
|
+
<pane id="Favorites" />
|
|
248
|
+
</panes>
|
|
249
|
+
</component>
|
|
250
|
+
<component name="PropertiesComponent">
|
|
251
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder0" value="0" />
|
|
252
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth0" value="164" />
|
|
253
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth1" value="173" />
|
|
254
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder3" value="3" />
|
|
255
|
+
<property name="options.splitter.main.proportions" value="0.3" />
|
|
256
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder1" value="1" />
|
|
257
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder2" value="2" />
|
|
258
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth0" value="170" />
|
|
259
|
+
<property name="options.lastSelected" value="org.jetbrains.plugins.ruby.settings.RubyIdeSdkConfigurable" />
|
|
260
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder1" value="1" />
|
|
261
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder0" value="0" />
|
|
262
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth2" value="177" />
|
|
263
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth3" value="966" />
|
|
264
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth3" value="964" />
|
|
265
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth2" value="175" />
|
|
266
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth1" value="171" />
|
|
267
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder2" value="2" />
|
|
268
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
269
|
+
<property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder3" value="3" />
|
|
270
|
+
<property name="options.searchVisible" value="true" />
|
|
271
|
+
<property name="options.splitter.details.proportions" value="0.2" />
|
|
272
|
+
</component>
|
|
273
|
+
<component name="RunManager">
|
|
274
|
+
<configuration default="true" type="RSpecRunConfigurationType" factoryName="RSpec">
|
|
275
|
+
<predefined_log_file id="RUBY_RSPEC" enabled="true" />
|
|
276
|
+
<module name="" />
|
|
277
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
278
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
279
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
280
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
281
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
282
|
+
<envs />
|
|
283
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
284
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
|
285
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
286
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
287
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
288
|
+
</COVERAGE_PATTERN>
|
|
289
|
+
</EXTENSION>
|
|
290
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
291
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
292
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
293
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
|
294
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*_spec.rb" />
|
|
295
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
|
296
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
297
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
|
298
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
|
299
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
|
300
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
301
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
|
302
|
+
<method />
|
|
303
|
+
</configuration>
|
|
304
|
+
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
|
305
|
+
<module name="" />
|
|
306
|
+
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
307
|
+
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
|
308
|
+
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
309
|
+
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
310
|
+
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
|
311
|
+
<envs />
|
|
312
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
313
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
|
314
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
315
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
316
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
317
|
+
</COVERAGE_PATTERN>
|
|
318
|
+
</EXTENSION>
|
|
319
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
320
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
|
321
|
+
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
|
322
|
+
<method />
|
|
323
|
+
</configuration>
|
|
324
|
+
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
|
325
|
+
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
|
326
|
+
<module name="" />
|
|
327
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
|
328
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
|
329
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
|
330
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
|
331
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
|
332
|
+
<envs />
|
|
333
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
|
334
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" />
|
|
335
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
|
336
|
+
<COVERAGE_PATTERN ENABLED="true">
|
|
337
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
|
338
|
+
</COVERAGE_PATTERN>
|
|
339
|
+
</EXTENSION>
|
|
340
|
+
<EXTENSION ID="org.jetbrains.plugins.ruby.motion.run.MotionSimulatorRunExtension" />
|
|
341
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
|
342
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
|
343
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
|
344
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
|
345
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
|
346
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
|
347
|
+
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
|
348
|
+
<method />
|
|
349
|
+
</configuration>
|
|
350
|
+
<list size="0" />
|
|
351
|
+
</component>
|
|
352
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
353
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500">
|
|
354
|
+
<option name="USER" value="" />
|
|
355
|
+
<option name="PASSWORD" value="" />
|
|
356
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
|
357
|
+
<option name="mySSHReadTimeout" value="30000" />
|
|
358
|
+
<option name="LAST_MERGED_REVISION" />
|
|
359
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
|
360
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
|
361
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
|
362
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
|
363
|
+
<option name="DETECT_NESTED_COPIES" value="true" />
|
|
364
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
|
365
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
|
366
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
|
367
|
+
<option name="FORCE_UPDATE" value="false" />
|
|
368
|
+
<configuration useDefault="true">$USER_HOME$/.subversion_IDEA</configuration>
|
|
369
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
|
370
|
+
</component>
|
|
371
|
+
<component name="TaskManager">
|
|
372
|
+
<task active="true" id="Default" summary="Default task">
|
|
373
|
+
<changelist id="1c152a41-4ea1-48f8-835b-c8d503f8157f" name="Default" comment="" />
|
|
374
|
+
<created>1314283779879</created>
|
|
375
|
+
<updated>1314283779879</updated>
|
|
376
|
+
</task>
|
|
377
|
+
<servers />
|
|
378
|
+
</component>
|
|
379
|
+
<component name="ToolWindowManager">
|
|
380
|
+
<frame x="81" y="52" width="1571" height="978" extended-state="0" />
|
|
381
|
+
<editor active="true" />
|
|
382
|
+
<layout>
|
|
383
|
+
<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" />
|
|
384
|
+
<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" />
|
|
385
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3280363" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
386
|
+
<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" />
|
|
387
|
+
<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" />
|
|
388
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.2537705" sideWeight="0.6719637" order="0" side_tool="false" content_ui="combo" />
|
|
389
|
+
<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" />
|
|
390
|
+
<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" />
|
|
391
|
+
<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" />
|
|
392
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
393
|
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3280363" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
394
|
+
<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" />
|
|
395
|
+
<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" />
|
|
396
|
+
<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" />
|
|
397
|
+
<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" />
|
|
398
|
+
<window_info id="jenkinsBrowser" 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" />
|
|
399
|
+
<window_info id="Code Outline" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
400
|
+
<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" />
|
|
401
|
+
<window_info id="Dependency Viewer" 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" />
|
|
402
|
+
<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" />
|
|
403
|
+
<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" />
|
|
404
|
+
</layout>
|
|
405
|
+
</component>
|
|
406
|
+
<component name="VcsContentAnnotationSettings">
|
|
407
|
+
<option name="myLimit" value="2678400000" />
|
|
408
|
+
</component>
|
|
409
|
+
<component name="VcsManagerConfiguration">
|
|
410
|
+
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
|
|
411
|
+
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="true" />
|
|
412
|
+
<option name="CHECK_NEW_TODO" value="true" />
|
|
413
|
+
<option name="myTodoPanelSettings">
|
|
414
|
+
<value>
|
|
415
|
+
<are-packages-shown value="false" />
|
|
416
|
+
<are-modules-shown value="false" />
|
|
417
|
+
<flatten-packages value="false" />
|
|
418
|
+
<is-autoscroll-to-source value="false" />
|
|
419
|
+
</value>
|
|
420
|
+
</option>
|
|
421
|
+
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
|
|
422
|
+
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
|
|
423
|
+
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
|
|
424
|
+
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
|
|
425
|
+
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
|
426
|
+
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
|
427
|
+
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
|
|
428
|
+
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
|
429
|
+
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
|
|
430
|
+
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
|
|
431
|
+
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
|
|
432
|
+
<option name="SHORT_DIFF_HORISONTALLY" value="true" />
|
|
433
|
+
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
|
|
434
|
+
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
|
|
435
|
+
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
|
|
436
|
+
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
|
|
437
|
+
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
|
|
438
|
+
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
|
|
439
|
+
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
|
|
440
|
+
<option name="LIMIT_HISTORY" value="true" />
|
|
441
|
+
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
|
|
442
|
+
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
|
443
|
+
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
|
|
444
|
+
<option name="LAST_COMMIT_MESSAGE" />
|
|
445
|
+
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
|
|
446
|
+
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
447
|
+
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
|
|
448
|
+
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
|
|
449
|
+
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
|
|
450
|
+
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
|
|
451
|
+
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
|
|
452
|
+
<option name="ACTIVE_VCS_NAME" />
|
|
453
|
+
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
|
|
454
|
+
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
|
|
455
|
+
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
|
|
456
|
+
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
|
|
457
|
+
</component>
|
|
458
|
+
<component name="XDebuggerManager">
|
|
459
|
+
<breakpoint-manager />
|
|
460
|
+
</component>
|
|
461
|
+
<component name="editorHistoryManager">
|
|
462
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
463
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
464
|
+
<state line="71" column="58" selection-start="1802" selection-end="1802" vertical-scroll-proportion="0.0">
|
|
465
|
+
<folding />
|
|
466
|
+
</state>
|
|
467
|
+
</provider>
|
|
468
|
+
</entry>
|
|
469
|
+
<entry file="file://$PROJECT_DIR$/bin/selenium.bat">
|
|
470
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
471
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
|
472
|
+
</provider>
|
|
473
|
+
</entry>
|
|
474
|
+
<entry file="file://$PROJECT_DIR$/LICENSE">
|
|
475
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
476
|
+
<state line="21" column="62" selection-start="1071" selection-end="1071" vertical-scroll-proportion="0.39390388">
|
|
477
|
+
<folding />
|
|
478
|
+
</state>
|
|
479
|
+
</provider>
|
|
480
|
+
</entry>
|
|
481
|
+
<entry file="file://$PROJECT_DIR$/.rvmrc">
|
|
482
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
483
|
+
<state line="1" column="0" selection-start="20" selection-end="43" vertical-scroll-proportion="0.018757327">
|
|
484
|
+
<folding />
|
|
485
|
+
</state>
|
|
486
|
+
</provider>
|
|
487
|
+
</entry>
|
|
488
|
+
<entry file="file://$PROJECT_DIR$/selenium.gemspec.erb">
|
|
489
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
490
|
+
<state line="16" column="25" selection-start="606" selection-end="606" vertical-scroll-proportion="0.47495362">
|
|
491
|
+
<folding />
|
|
492
|
+
</state>
|
|
493
|
+
</provider>
|
|
494
|
+
</entry>
|
|
495
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium/version.rb">
|
|
496
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
497
|
+
<state line="2" column="13" selection-start="39" selection-end="39" vertical-scroll-proportion="0.056737587">
|
|
498
|
+
<folding />
|
|
499
|
+
</state>
|
|
500
|
+
</provider>
|
|
501
|
+
</entry>
|
|
502
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
|
503
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
504
|
+
<state line="25" column="129" selection-start="521" selection-end="521" vertical-scroll-proportion="0.7092199">
|
|
505
|
+
<folding />
|
|
506
|
+
</state>
|
|
507
|
+
</provider>
|
|
508
|
+
</entry>
|
|
509
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium.rb">
|
|
510
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
511
|
+
<state line="0" column="0" selection-start="0" selection-end="53" vertical-scroll-proportion="0.0">
|
|
512
|
+
<folding />
|
|
513
|
+
</state>
|
|
514
|
+
</provider>
|
|
515
|
+
</entry>
|
|
516
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
517
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
518
|
+
<state line="2" column="42" selection-start="35" selection-end="35" vertical-scroll-proportion="0.0">
|
|
519
|
+
<folding />
|
|
520
|
+
</state>
|
|
521
|
+
</provider>
|
|
522
|
+
</entry>
|
|
523
|
+
<entry file="file://$PROJECT_DIR$/bin/selenium">
|
|
524
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
525
|
+
<state line="2" column="53" selection-start="74" selection-end="74" vertical-scroll-proportion="0.0">
|
|
526
|
+
<folding />
|
|
527
|
+
</state>
|
|
528
|
+
</provider>
|
|
529
|
+
</entry>
|
|
530
|
+
<entry file="file://$PROJECT_DIR$/lib/selenium/starter.rb">
|
|
531
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
532
|
+
<state line="16" column="122" selection-start="344" selection-end="344" vertical-scroll-proportion="0.0">
|
|
533
|
+
<folding />
|
|
534
|
+
</state>
|
|
535
|
+
</provider>
|
|
536
|
+
</entry>
|
|
537
|
+
<entry file="file://$PROJECT_DIR$/README">
|
|
538
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
539
|
+
<state line="2" column="120" selection-start="68" selection-end="68" vertical-scroll-proportion="0.0">
|
|
540
|
+
<folding />
|
|
541
|
+
</state>
|
|
542
|
+
</provider>
|
|
543
|
+
</entry>
|
|
544
|
+
<entry file="file://$PROJECT_DIR$/CHANGES">
|
|
545
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
546
|
+
<state line="21" column="34" selection-start="251" selection-end="283" vertical-scroll-proportion="0.59574467">
|
|
547
|
+
<folding />
|
|
548
|
+
</state>
|
|
549
|
+
</provider>
|
|
550
|
+
</entry>
|
|
551
|
+
</component>
|
|
552
|
+
</project>
|
|
553
|
+
|
data/.rvmrc
ADDED
data/CHANGES
CHANGED
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
GEM
|
|
2
|
+
remote: http://rubygems.org/
|
|
3
|
+
specs:
|
|
4
|
+
diff-lcs (1.1.3)
|
|
5
|
+
file_utils (1.0.6)
|
|
6
|
+
gemcutter (0.7.1)
|
|
7
|
+
gemspec_deps_gen (1.0.5)
|
|
8
|
+
file_utils
|
|
9
|
+
git (1.2.5)
|
|
10
|
+
jar_wrapper (0.1.0)
|
|
11
|
+
jeweler
|
|
12
|
+
jeweler
|
|
13
|
+
zip
|
|
14
|
+
zip
|
|
15
|
+
jeweler (1.6.4)
|
|
16
|
+
bundler (~> 1.0)
|
|
17
|
+
git (>= 1.2.5)
|
|
18
|
+
rake
|
|
19
|
+
metaclass (0.0.1)
|
|
20
|
+
mocha (0.13.2)
|
|
21
|
+
metaclass (~> 0.0.1)
|
|
22
|
+
rake (0.9.2)
|
|
23
|
+
rspec (2.12.0)
|
|
24
|
+
rspec-core (~> 2.12.0)
|
|
25
|
+
rspec-expectations (~> 2.12.0)
|
|
26
|
+
rspec-mocks (~> 2.12.0)
|
|
27
|
+
rspec-core (2.12.2)
|
|
28
|
+
rspec-expectations (2.12.1)
|
|
29
|
+
diff-lcs (~> 1.1.3)
|
|
30
|
+
rspec-mocks (2.12.2)
|
|
31
|
+
zip (2.0.2)
|
|
32
|
+
|
|
33
|
+
PLATFORMS
|
|
34
|
+
ruby
|
|
35
|
+
|
|
36
|
+
DEPENDENCIES
|
|
37
|
+
gemcutter
|
|
38
|
+
gemspec_deps_gen
|
|
39
|
+
jar_wrapper
|
|
40
|
+
mocha
|
|
41
|
+
rspec
|
data/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2012 Alexander Shvets
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
|
data/Rakefile
CHANGED
|
@@ -1,71 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
#!/usr/bin/env rake
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
$LOAD_PATH.unshift File.expand_path("lib", File.dirname(__FILE__))
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
begin
|
|
9
|
-
require 'jeweler'
|
|
10
|
-
|
|
11
|
-
Jeweler::Tasks.new do |gemspec|
|
|
12
|
-
gemspec.name = "selenium"
|
|
13
|
-
gemspec.summary = "Gem wrapper for selenium server (Summary)."
|
|
14
|
-
gemspec.description = "Gem wrapper for selenium server."
|
|
15
|
-
gemspec.email = "alexander.shvets@gmail.com"
|
|
16
|
-
gemspec.homepage = "http://github.com/shvets/selenium"
|
|
17
|
-
gemspec.authors = ["Alexander Shvets"]
|
|
18
|
-
gemspec.files = FileList["CHANGES", "selenium.gemspec", "Rakefile", "README", "VERSION",
|
|
19
|
-
"lib/**/*", "bin/**/*"]
|
|
5
|
+
require "rspec/core/rake_task"
|
|
6
|
+
require "selenium/version"
|
|
7
|
+
require "gemspec_deps_gen/gemspec_deps_gen"
|
|
20
8
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
#gemspec.add_bundler_dependencies
|
|
26
|
-
|
|
27
|
-
gemspec.post_install_message = <<-TEXT
|
|
28
|
-
|
|
29
|
-
-------------------------------------------------------------------------------
|
|
30
|
-
|
|
31
|
-
Please now run:
|
|
32
|
-
|
|
33
|
-
$ selenium install
|
|
34
|
-
|
|
35
|
-
NB. This will download jars that this gem needs to run from the internet.
|
|
36
|
-
It will put them into ~/.selenium/assets.
|
|
9
|
+
def version
|
|
10
|
+
Selenium::VERSION
|
|
11
|
+
end
|
|
37
12
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
end
|
|
42
|
-
rescue LoadError
|
|
43
|
-
puts "Jeweler not available. Install it s with: [sudo] gem install jeweler"
|
|
44
|
-
end
|
|
45
|
-
rescue LoadError
|
|
46
|
-
puts "Bundler not available. Install it s with: [sudo] gem install bundler"
|
|
13
|
+
def project_name
|
|
14
|
+
File.basename(Dir.pwd)
|
|
47
15
|
end
|
|
48
16
|
|
|
17
|
+
task :build do
|
|
18
|
+
system "rm #{project_name}.gemspec"
|
|
19
|
+
generator = GemspecDepsGen.new
|
|
49
20
|
|
|
50
|
-
|
|
51
|
-
task :"release:gem" do
|
|
52
|
-
%x(
|
|
53
|
-
rake gemspec
|
|
54
|
-
rake build
|
|
55
|
-
rake install
|
|
56
|
-
git add .
|
|
57
|
-
)
|
|
58
|
-
puts "Commit message:"
|
|
59
|
-
message = STDIN.gets
|
|
21
|
+
generator.generate_dependencies "#{project_name}.gemspec.erb", "#{project_name}.gemspec"
|
|
60
22
|
|
|
61
|
-
|
|
23
|
+
system "gem build #{project_name}.gemspec"
|
|
24
|
+
end
|
|
62
25
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
git push origin master
|
|
26
|
+
task :install do
|
|
27
|
+
system "gem install #{project_name}-#{version}.gem"
|
|
28
|
+
end
|
|
67
29
|
|
|
68
|
-
|
|
69
|
-
|
|
30
|
+
task :release => :build do
|
|
31
|
+
system "gem push #{project_name}-#{version}.gem"
|
|
70
32
|
end
|
|
71
33
|
|
|
34
|
+
RSpec::Core::RakeTask.new do |task|
|
|
35
|
+
task.pattern = 'spec/**/*_spec.rb'
|
|
36
|
+
task.verbose = false
|
|
37
|
+
end
|
data/bin/selenium
CHANGED
|
@@ -1,44 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
|
-
require 'rubygems' unless
|
|
4
|
-
require 'jar_wrapper'
|
|
5
|
-
|
|
6
|
-
class SeleniumStarter
|
|
7
|
-
SELENIUM_VERSION = "2.17.0"
|
|
8
|
-
|
|
9
|
-
USAGE= <<-TEXT
|
|
10
|
-
Usage:
|
|
11
|
-
selenium help - this help
|
|
12
|
-
selenium install - installs selenium
|
|
13
|
-
selenium - runs the selenium server
|
|
14
|
-
TEXT
|
|
15
|
-
|
|
16
|
-
def initialize
|
|
17
|
-
@wrapper = JarWrapper.new
|
|
18
|
-
end
|
|
3
|
+
require 'rubygems' unless Object.const_defined?(:Gem)
|
|
19
4
|
|
|
20
|
-
|
|
21
|
-
install_dir = ENV['HOME'] + "/.selenium/assets"
|
|
22
|
-
|
|
23
|
-
source = "http://selenium.googlecode.com/files/selenium-server-#{SELENIUM_VERSION}.zip"
|
|
24
|
-
target = install_dir + "/selenium-server-#{SELENIUM_VERSION}.zip"
|
|
25
|
-
jar_file = install_dir + "/selenium-#{SELENIUM_VERSION}/selenium-#{SELENIUM_VERSION}/selenium-server-standalone-#{SELENIUM_VERSION}.jar"
|
|
26
|
-
|
|
27
|
-
param = ARGV.length == 0 ? "" : ARGV.first
|
|
5
|
+
require 'jar_wrapper'
|
|
28
6
|
|
|
29
|
-
|
|
30
|
-
when /(-v)|(--version)/ then
|
|
31
|
-
puts "Version: #{File.open(File::dirname(__FILE__) + "/../VERSION").readlines().first}"
|
|
32
|
-
when 'install' then
|
|
33
|
-
@wrapper.install source, target
|
|
34
|
-
puts ""
|
|
35
|
-
when 'help' then
|
|
36
|
-
puts USAGE and return
|
|
37
|
-
else
|
|
38
|
-
@wrapper.jar_file = jar_file
|
|
39
|
-
@wrapper.run ARGV.nil? ? [] : ARGV
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
end
|
|
7
|
+
require 'selenium'
|
|
43
8
|
|
|
44
|
-
|
|
9
|
+
Selenium::Starter.new.run ARGV
|
data/lib/selenium.rb
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
require 'selenium/version'
|
|
2
|
+
|
|
3
|
+
module Selenium
|
|
4
|
+
class Starter
|
|
5
|
+
SELENIUM_SERVER_VERSION = "2.28.0"
|
|
6
|
+
|
|
7
|
+
USAGE= <<-TEXT
|
|
8
|
+
Usage:
|
|
9
|
+
selenium help - this help
|
|
10
|
+
selenium install - installs selenium
|
|
11
|
+
selenium - runs the selenium server
|
|
12
|
+
TEXT
|
|
13
|
+
|
|
14
|
+
attr_reader :wrapper
|
|
15
|
+
|
|
16
|
+
def initialize
|
|
17
|
+
@wrapper = JarWrapper.new
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
def run params
|
|
21
|
+
install_dir = ENV['HOME'] + "/.selenium/assets"
|
|
22
|
+
|
|
23
|
+
source = "http://selenium.googlecode.com/files/selenium-server-#{SELENIUM_SERVER_VERSION}.zip"
|
|
24
|
+
target = install_dir + "/selenium-server-#{SELENIUM_SERVER_VERSION}.zip"
|
|
25
|
+
jar_file = install_dir + "/selenium-#{SELENIUM_SERVER_VERSION}/selenium-server-standalone-#{SELENIUM_SERVER_VERSION}.jar"
|
|
26
|
+
|
|
27
|
+
param = params.length == 0 ? "" : params.first
|
|
28
|
+
|
|
29
|
+
case param
|
|
30
|
+
when /(-v)|(--version)/ then
|
|
31
|
+
puts "Version: #{Selenium::VERSION}"
|
|
32
|
+
when 'install' then
|
|
33
|
+
wrapper.install source, target
|
|
34
|
+
puts ""
|
|
35
|
+
when 'help' then
|
|
36
|
+
puts USAGE and return
|
|
37
|
+
else
|
|
38
|
+
wrapper.jar_file = jar_file
|
|
39
|
+
wrapper.java_opts = []
|
|
40
|
+
wrapper.run params.nil? ? [] : params
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
require File.expand_path(File.dirname(__FILE__) + '/lib/selenium/version')
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |spec|
|
|
6
|
+
spec.name = "selenium"
|
|
7
|
+
spec.summary = %q{Gem wrapper for selenium server.}
|
|
8
|
+
spec.description = %q{Gem wrapper for selenium server.}
|
|
9
|
+
spec.email = "alexander.shvets@gmail.com"
|
|
10
|
+
spec.authors = ["Alexander Shvets"]
|
|
11
|
+
spec.homepage = "http://github.com/shvets/selenium"
|
|
12
|
+
|
|
13
|
+
spec.files = `git ls-files`.split($\)
|
|
14
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
15
|
+
spec.require_paths = ["lib"]
|
|
16
|
+
spec.executables = ["selenium"]
|
|
17
|
+
spec.version = Selenium::VERSION
|
|
18
|
+
|
|
19
|
+
spec.post_install_message = <<-TEXT
|
|
20
|
+
|
|
21
|
+
-------------------------------------------------------------------------------
|
|
22
|
+
|
|
23
|
+
Please now run:
|
|
24
|
+
|
|
25
|
+
$ selenium install
|
|
26
|
+
|
|
27
|
+
NB. This will download jars that this gem needs to run from the internet.
|
|
28
|
+
It will put them into ~/.selenium/assets.
|
|
29
|
+
|
|
30
|
+
-------------------------------------------------------------------------------
|
|
31
|
+
TEXT
|
|
32
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selenium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,45 +9,39 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
-
dependencies:
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: jeweler
|
|
16
|
-
requirement: &2157099160 !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ! '>='
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: '0'
|
|
22
|
-
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
|
-
version_requirements: *2157099160
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
26
|
-
name: jar_wrapper
|
|
27
|
-
requirement: &2157098260 !ruby/object:Gem::Requirement
|
|
28
|
-
none: false
|
|
29
|
-
requirements:
|
|
30
|
-
- - ! '>='
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '0'
|
|
33
|
-
type: :runtime
|
|
34
|
-
prerelease: false
|
|
35
|
-
version_requirements: *2157098260
|
|
12
|
+
date: 2013-02-12 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
36
14
|
description: Gem wrapper for selenium server.
|
|
37
15
|
email: alexander.shvets@gmail.com
|
|
38
16
|
executables:
|
|
39
17
|
- selenium
|
|
40
18
|
extensions: []
|
|
41
|
-
extra_rdoc_files:
|
|
42
|
-
- README
|
|
19
|
+
extra_rdoc_files: []
|
|
43
20
|
files:
|
|
21
|
+
- .bundle/config
|
|
22
|
+
- .gitignore
|
|
23
|
+
- .idea/.name
|
|
24
|
+
- .idea/.rakeTasks
|
|
25
|
+
- .idea/encodings.xml
|
|
26
|
+
- .idea/misc.xml
|
|
27
|
+
- .idea/modules.xml
|
|
28
|
+
- .idea/scopes/scope_settings.xml
|
|
29
|
+
- .idea/selenium.iml
|
|
30
|
+
- .idea/vcs.xml
|
|
31
|
+
- .idea/workspace.xml
|
|
32
|
+
- .rvmrc
|
|
44
33
|
- CHANGES
|
|
34
|
+
- Gemfile
|
|
35
|
+
- Gemfile.lock
|
|
36
|
+
- LICENSE
|
|
45
37
|
- README
|
|
46
38
|
- Rakefile
|
|
47
|
-
- VERSION
|
|
48
39
|
- bin/selenium
|
|
49
40
|
- bin/selenium.bat
|
|
50
|
-
- selenium.
|
|
41
|
+
- lib/selenium.rb
|
|
42
|
+
- lib/selenium/starter.rb
|
|
43
|
+
- lib/selenium/version.rb
|
|
44
|
+
- selenium.gemspec.erb
|
|
51
45
|
homepage: http://github.com/shvets/selenium
|
|
52
46
|
licenses: []
|
|
53
47
|
post_install_message: ! "\n -------------------------------------------------------------------------------\n\n
|
|
@@ -63,17 +57,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
63
57
|
- - ! '>='
|
|
64
58
|
- !ruby/object:Gem::Version
|
|
65
59
|
version: '0'
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
62
|
+
hash: 1268641397503680921
|
|
66
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
64
|
none: false
|
|
68
65
|
requirements:
|
|
69
66
|
- - ! '>='
|
|
70
67
|
- !ruby/object:Gem::Version
|
|
71
68
|
version: '0'
|
|
72
|
-
requirements:
|
|
73
|
-
- none
|
|
69
|
+
requirements: []
|
|
74
70
|
rubyforge_project:
|
|
75
|
-
rubygems_version: 1.8.
|
|
71
|
+
rubygems_version: 1.8.25
|
|
76
72
|
signing_key:
|
|
77
73
|
specification_version: 3
|
|
78
|
-
summary: Gem wrapper for selenium server
|
|
74
|
+
summary: Gem wrapper for selenium server.
|
|
79
75
|
test_files: []
|
data/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.5
|
data/selenium.gemspec
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
|
-
# -*- encoding: utf-8 -*-
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |s|
|
|
7
|
-
s.name = %q{selenium}
|
|
8
|
-
s.version = "0.2.5"
|
|
9
|
-
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = [%q{Alexander Shvets}]
|
|
12
|
-
s.date = %q{2012-01-23}
|
|
13
|
-
s.description = %q{Gem wrapper for selenium server.}
|
|
14
|
-
s.email = %q{alexander.shvets@gmail.com}
|
|
15
|
-
s.executables = [%q{selenium}]
|
|
16
|
-
s.extra_rdoc_files = [
|
|
17
|
-
"README"
|
|
18
|
-
]
|
|
19
|
-
s.files = [
|
|
20
|
-
"CHANGES",
|
|
21
|
-
"README",
|
|
22
|
-
"Rakefile",
|
|
23
|
-
"VERSION",
|
|
24
|
-
"bin/selenium",
|
|
25
|
-
"bin/selenium.bat",
|
|
26
|
-
"selenium.gemspec"
|
|
27
|
-
]
|
|
28
|
-
s.homepage = %q{http://github.com/shvets/selenium}
|
|
29
|
-
s.post_install_message = %q{
|
|
30
|
-
-------------------------------------------------------------------------------
|
|
31
|
-
|
|
32
|
-
Please now run:
|
|
33
|
-
|
|
34
|
-
$ selenium install
|
|
35
|
-
|
|
36
|
-
NB. This will download jars that this gem needs to run from the internet.
|
|
37
|
-
It will put them into ~/.selenium/assets.
|
|
38
|
-
|
|
39
|
-
-------------------------------------------------------------------------------
|
|
40
|
-
}
|
|
41
|
-
s.require_paths = [%q{lib}]
|
|
42
|
-
s.requirements = [%q{none}]
|
|
43
|
-
s.rubygems_version = %q{1.8.6}
|
|
44
|
-
s.summary = %q{Gem wrapper for selenium server (Summary).}
|
|
45
|
-
|
|
46
|
-
if s.respond_to? :specification_version then
|
|
47
|
-
s.specification_version = 3
|
|
48
|
-
|
|
49
|
-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
50
|
-
s.add_runtime_dependency(%q<jeweler>, [">= 0"])
|
|
51
|
-
s.add_runtime_dependency(%q<jar_wrapper>, [">= 0"])
|
|
52
|
-
else
|
|
53
|
-
s.add_dependency(%q<jeweler>, [">= 0"])
|
|
54
|
-
s.add_dependency(%q<jar_wrapper>, [">= 0"])
|
|
55
|
-
end
|
|
56
|
-
else
|
|
57
|
-
s.add_dependency(%q<jeweler>, [">= 0"])
|
|
58
|
-
s.add_dependency(%q<jar_wrapper>, [">= 0"])
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|