mrbgems: standardize spec.authors for whitespace and author name

This commit is contained in:
John Bampton
2023-05-06 05:44:40 +10:00
parent 9b4046f479
commit 63e170170e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
MRuby::Gem::Specification.new('mruby-dir') do |spec|
spec.license = 'MIT and MIT-like license'
spec.authors = [ 'Internet Initiative Japan Inc.', 'Kevlin Henney']
spec.authors = ['Internet Initiative Japan Inc.', 'Kevlin Henney']
end
+1 -1
View File
@@ -1,6 +1,6 @@
MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = ['Internet Initiative Japan', 'mruby developers']
spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'standard socket class'
#spec.cc.defines << "HAVE_SA_LEN=0"