Skip to content

Commit ac76a23

Browse files
Release 0.5.9
1 parent b377791 commit ac76a23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
2525
s.require_paths = [ 'lib' ]
2626

27-
s.add_runtime_dependency 'selenium-webdriver', '~> 2.32.1'
27+
s.add_runtime_dependency 'selenium-webdriver', '~> 2.33.0'
2828
s.add_runtime_dependency 'awesome_print', '~> 1.1.0'
2929
s.add_runtime_dependency 'json', '~> 1.8.0'
3030
s.add_runtime_dependency 'toml', '~> 0.0.4'

lib/appium_lib/common/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: utf-8
22
module Appium
33
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
4-
VERSION = '0.5.8' unless defined? ::Appium::VERSION
5-
DATE = '2013-06-04' unless defined? ::Appium::DATE
4+
VERSION = '0.5.9' unless defined? ::Appium::VERSION
5+
DATE = '2013-06-11' unless defined? ::Appium::DATE
66
end

0 commit comments

Comments
 (0)