selenium 0.2.7 → 0.2.8
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/.idea/workspace.xml +3 -13
- data/CHANGES +3 -2
- data/bin/selenium +2 -0
- data/lib/selenium/version.rb +1 -1
- metadata +2 -2
data/.idea/workspace.xml
CHANGED
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="1c152a41-4ea1-48f8-835b-c8d503f8157f" name="Default" comment=""
|
|
5
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/.rakeTasks" afterPath="$PROJECT_DIR$/.idea/.rakeTasks" />
|
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGES" afterPath="$PROJECT_DIR$/CHANGES" />
|
|
7
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" />
|
|
8
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/selenium.gemspec.erb" afterPath="$PROJECT_DIR$/selenium.gemspec.erb" />
|
|
9
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/selenium.iml" afterPath="$PROJECT_DIR$/.idea/selenium.iml" />
|
|
10
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/bin/selenium" afterPath="$PROJECT_DIR$/bin/selenium" />
|
|
11
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/selenium/starter.rb" afterPath="$PROJECT_DIR$/lib/selenium/starter.rb" />
|
|
12
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/selenium/version.rb" afterPath="$PROJECT_DIR$/lib/selenium/version.rb" />
|
|
13
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
|
14
|
-
</list>
|
|
4
|
+
<list default="true" id="1c152a41-4ea1-48f8-835b-c8d503f8157f" name="Default" comment="" />
|
|
15
5
|
<ignored path="selenium.iws" />
|
|
16
6
|
<ignored path=".idea/workspace.xml" />
|
|
17
7
|
<file path="/Dummy.txt" changelist="1c152a41-4ea1-48f8-835b-c8d503f8157f" time="1360708412300" ignored="false" />
|
|
@@ -402,11 +392,11 @@
|
|
|
402
392
|
</component>
|
|
403
393
|
<component name="ToolWindowManager">
|
|
404
394
|
<frame x="288" y="22" width="1571" height="978" extended-state="0" />
|
|
405
|
-
<editor active="
|
|
395
|
+
<editor active="false" />
|
|
406
396
|
<layout>
|
|
407
397
|
<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" />
|
|
408
398
|
<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" />
|
|
409
|
-
<window_info id="Find" active="
|
|
399
|
+
<window_info id="Find" active="true" 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" />
|
|
410
400
|
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
411
401
|
<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" />
|
|
412
402
|
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25704917" sideWeight="0.6719637" order="0" side_tool="false" content_ui="combo" />
|
data/CHANGES
CHANGED
data/bin/selenium
CHANGED
data/lib/selenium/version.rb
CHANGED
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.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jar_wrapper
|