Skip to content

Commit

Permalink
adding Hannes F. Wyss, the creator to the list of authors of spreadsh…
Browse files Browse the repository at this point in the history
…eet gem. Lets hope this reflects on the rubygems.org site.
  • Loading branch information
zdavatz committed Dec 13, 2017
1 parent 5b89b65 commit 09f6a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ ENV['RDOCOPT'] = '-c utf8'
Hoe.plugin :git

Hoe.spec('spreadsheet') do |p|
p.developer('Masaomi Hatakeyama, Zeno R.R. Davatz','mhatakeyama@ywesee.com, zdavatz@ywesee.com')
p.developer('Hannes F. Wyss, Masaomi Hatakeyama, Zeno R.R. Davatz','hannes.wyss@gmail.com, mhatakeyama@ywesee.com, zdavatz@ywesee.com')
p.remote_rdoc_dir = 'spreadsheet'
p.extra_deps << ['ruby-ole', '>=1.0']
p.email = "zdavatz@ywesee.com"
Expand Down
5 changes: 3 additions & 2 deletions spreadsheet.gemspec
@@ -1,3 +1,4 @@
$c -resize 1024x1024 -extent 2048x1536 "$SCREENDIR/iPadLandscape2048x1536@2x.png2
# require File.join(File.dirname(__FILE__), 'lib', 'spreadsheet')
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Expand All @@ -9,8 +10,8 @@ spec = Gem::Specification.new do |spec|
spec.homepage = "https://github.com/zdavatz/spreadsheet"
spec.summary = "The Spreadsheet Library is designed to read and write Spreadsheet Documents"
spec.description = "As of version 0.6.0, only Microsoft Excel compatible spreadsheets are supported"
spec.author = "Masaomi Hatakeyama, Zeno R.R. Davatz"
spec.email = "mhatakeyama@ywesee.com, zdavatz@ywesee.com"
spec.author = "Hannes F. Wyss, Masaomi Hatakeyama, Zeno R.R. Davatz"
spec.email = "hannes.wyss@gmail.com, mhatakeyama@ywesee.com, zdavatz@ywesee.com"
spec.platform = Gem::Platform::RUBY
spec.license = "GPL-3.0"
spec.files = Dir.glob("{bin,lib,test}/**/*") + Dir.glob("*.txt")
Expand Down

0 comments on commit 09f6a4f

Please sign in to comment.