Skip to content

Commit c6e5321

Browse files
authored
Tweak gemspec (#814)
* tweak helper * add missing puts * add me
1 parent 2864eec commit c6e5321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appium_lib.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Gem::Specification.new do |s|
99
s.license = 'Apache-2.0'
1010
s.description = s.summary = 'Ruby library for Appium'
1111
s.description += '.' # avoid identical warning
12-
s.authors = s.email = ['code@bootstraponline.com']
12+
s.authors = ['code@bootstraponline.com', 'Kazuaki Matsuo']
13+
s.email = %w(code@bootstraponline.com fly.49.89.over@gmail.com)
1314
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
1415
s.require_paths = ['lib']
1516

0 commit comments

Comments
 (0)