File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
s . homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
25
25
s . require_paths = [ 'lib' ]
26
26
27
- s . add_runtime_dependency 'selenium-webdriver' , '~> 2.32.1 '
27
+ s . add_runtime_dependency 'selenium-webdriver' , '~> 2.33.0 '
28
28
s . add_runtime_dependency 'awesome_print' , '~> 1.1.0'
29
29
s . add_runtime_dependency 'json' , '~> 1.8.0'
30
30
s . add_runtime_dependency 'toml' , '~> 0.0.4'
Original file line number Diff line number Diff line change 1
1
# encoding: utf-8
2
2
module Appium
3
3
# 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
6
6
end
You can’t perform that action at this time.
0 commit comments