Merge pull request #6002 from jbampton/standardize-whitespace-spec-authors

mrbgems: standardize `spec.authors` for whitespace and author name
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-05-08 17:01:23 +09:00
committed by GitHub
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"