We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2864eec commit c6e5321Copy full SHA for c6e5321
appium_lib.gemspec
@@ -9,7 +9,8 @@ Gem::Specification.new do |s|
9
s.license = 'Apache-2.0'
10
s.description = s.summary = 'Ruby library for Appium'
11
s.description += '.' # avoid identical warning
12
- s.authors = s.email = ['code@bootstraponline.com']
+ s.authors = ['code@bootstraponline.com', 'Kazuaki Matsuo']
13
+ s.email = %w(code@bootstraponline.com fly.49.89.over@gmail.com)
14
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
15
s.require_paths = ['lib']
16
0 commit comments