selenium 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -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="true" />
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="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" />
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
@@ -17,6 +17,7 @@
17
17
 
18
18
  * Updating selenium server version.
19
19
 
20
- == Version 0.2.7
20
+ == Version 0.2.8
21
21
 
22
- * Updating selenium server version.
22
+ * Updating selenium server version.
23
+ * Bug fixes
@@ -2,6 +2,8 @@
2
2
 
3
3
  require 'rubygems' unless Object.const_defined?(:Gem)
4
4
 
5
+ $:.unshift(File::join(File::dirname(File::dirname(__FILE__)), "lib"))
6
+
5
7
  require 'selenium'
6
8
 
7
9
  Selenium::Starter.new.run ARGV
@@ -1,3 +1,3 @@
1
1
  module Selenium
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  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.7
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 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jar_wrapper