Skip to content

Commit 7a2197b

Browse files
authoredNov 9, 2019
feat: Add log event/s (#868)
* update tests app * update * add event/events * fix rubocop
1 parent e34130a commit 7a2197b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+58
-12
lines changed
 

‎android_tests/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
def run_android(test_file = nil)
5353
wait_for_valid_device
5454
cmd = 'bundle exec ruby ./lib/run.rb android'
55-
cmd += %( "#{test_file}") if test_file
55+
cmd = %(#{cmd} "#{test_file}") if test_file
5656
bash cmd
5757
end
5858

‎appium_lib.gemspec

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

17-
s.add_runtime_dependency 'appium_lib_core', '~> 3.2'
17+
s.add_runtime_dependency 'appium_lib_core', '~> 3.3'
1818
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
1919
s.add_runtime_dependency 'tomlrb', '~> 1.1'
2020

0 commit comments

Comments
 (0)
Please sign in to comment.