mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6002 from jbampton/standardize-whitespace-spec-authors
mrbgems: standardize `spec.authors` for whitespace and author name
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user