diff --git a/Gemfile.lock b/Gemfile.lock index 7827154..86741ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM execjs coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.23.9) + commonmarker (0.23.10) concurrent-ruby (1.2.2) console (1.18.0) fiber-annotation @@ -235,6 +235,8 @@ GEM minitest (5.19.0) nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) + nokogiri (1.15.3-x86_64-linux) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -287,6 +289,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES github-pages diff --git a/people/matthewsmith.json b/people/matthewsmith.json new file mode 100644 index 0000000..3369e51 --- /dev/null +++ b/people/matthewsmith.json @@ -0,0 +1,15 @@ +{ + "firstname": "Matthew D", + "lastname": "Smith", + "handle": "Matt", + "birth": "Aug. 4, 1978", + "death": "Friday, Jan. 5, 2001", + "obituary": "https://linux.die.net/man/1/micq", + "issue": "137", + "affiliations": "", + "mainimage": "/images/face-silhouette-clipart.png", + "maintext": "Author of Micq, *nix's first (consolel) ICQ client", + "socialmedialinks": [], + "contributions": [], + "gallery": [] +} diff --git a/peoplelist.json b/peoplelist.json index cca609f..305926b 100644 --- a/peoplelist.json +++ b/peoplelist.json @@ -208,6 +208,10 @@ "displayname": "Aaron Testerman", "filename": "aarontesterman" }, + { + "displayname": "Matthew D Smith (Matt)", + "filename": "matthewsmith" + }, { "displayname": "Michael Hawley", "filename": "michaelhawley"