Compare commits
3 commits
74cea901d6
...
032b1ce57d
Author | SHA1 | Date | |
---|---|---|---|
032b1ce57d | |||
77d3938bf4 | |||
c2a00c9faa |
4 changed files with 49 additions and 33 deletions
8
Gemfile
8
Gemfile
|
@ -2,3 +2,11 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll", "~> 4.3"
|
||||
|
||||
# TODO: These are jekyll dependencies from the stdlib that will be provided by
|
||||
# gems in future versions. I include them here to prevent warnings when
|
||||
# we serve or build! Once jekyll adds these deps, *we* can remove them.
|
||||
gem "base64", "~> 0.2.0"
|
||||
gem "csv", "~> 3.3"
|
||||
gem "logger", "~> 1.6"
|
||||
gem "ostruct", "~> 0.6.0"
|
||||
|
|
72
Gemfile.lock
72
Gemfile.lock
|
@ -3,9 +3,11 @@ GEM
|
|||
specs:
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
base64 (0.2.0)
|
||||
bigdecimal (3.1.8)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.3.4)
|
||||
csv (3.3.0)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
|
@ -22,28 +24,28 @@ GEM
|
|||
ffi (1.17.0-x86_64-linux-gnu)
|
||||
ffi (1.17.0-x86_64-linux-musl)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (4.28.0)
|
||||
google-protobuf (4.28.2)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.28.0-aarch64-linux)
|
||||
google-protobuf (4.28.2-aarch64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.28.0-arm64-darwin)
|
||||
google-protobuf (4.28.2-arm64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.28.0-x86-linux)
|
||||
google-protobuf (4.28.2-x86-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.28.0-x86_64-darwin)
|
||||
google-protobuf (4.28.2-x86_64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.28.0-x86_64-linux)
|
||||
google-protobuf (4.28.2-x86_64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.5)
|
||||
i18n (1.14.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.3.3)
|
||||
jekyll (4.3.4)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
|
@ -71,7 +73,9 @@ GEM
|
|||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
logger (1.6.1)
|
||||
mercenary (0.4.0)
|
||||
ostruct (0.6.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (6.0.1)
|
||||
|
@ -80,56 +84,56 @@ GEM
|
|||
rb-inotify (0.11.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.3.7)
|
||||
rouge (4.3.0)
|
||||
rouge (4.4.0)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.78.0)
|
||||
sass-embedded (1.79.2)
|
||||
google-protobuf (~> 4.27)
|
||||
rake (>= 13)
|
||||
sass-embedded (1.78.0-aarch64-linux-android)
|
||||
sass-embedded (1.79.2-aarch64-linux-android)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-aarch64-linux-gnu)
|
||||
sass-embedded (1.79.2-aarch64-linux-gnu)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-aarch64-linux-musl)
|
||||
sass-embedded (1.79.2-aarch64-linux-musl)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-aarch64-mingw-ucrt)
|
||||
sass-embedded (1.79.2-aarch64-mingw-ucrt)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-arm-linux-androideabi)
|
||||
sass-embedded (1.79.2-arm-linux-androideabi)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-arm-linux-gnueabihf)
|
||||
sass-embedded (1.79.2-arm-linux-gnueabihf)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-arm-linux-musleabihf)
|
||||
sass-embedded (1.79.2-arm-linux-musleabihf)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-arm64-darwin)
|
||||
sass-embedded (1.79.2-arm64-darwin)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-riscv64-linux-android)
|
||||
sass-embedded (1.79.2-riscv64-linux-android)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-riscv64-linux-gnu)
|
||||
sass-embedded (1.79.2-riscv64-linux-gnu)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-riscv64-linux-musl)
|
||||
sass-embedded (1.79.2-riscv64-linux-musl)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86-cygwin)
|
||||
sass-embedded (1.79.2-x86-cygwin)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86-linux-android)
|
||||
sass-embedded (1.79.2-x86-linux-android)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86-linux-gnu)
|
||||
sass-embedded (1.79.2-x86-linux-gnu)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86-linux-musl)
|
||||
sass-embedded (1.79.2-x86-linux-musl)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86-mingw-ucrt)
|
||||
sass-embedded (1.79.2-x86-mingw-ucrt)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86_64-cygwin)
|
||||
sass-embedded (1.79.2-x86_64-cygwin)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86_64-darwin)
|
||||
sass-embedded (1.79.2-x86_64-darwin)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86_64-linux-android)
|
||||
sass-embedded (1.79.2-x86_64-linux-android)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86_64-linux-gnu)
|
||||
sass-embedded (1.79.2-x86_64-linux-gnu)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.78.0-x86_64-linux-musl)
|
||||
sass-embedded (1.79.2-x86_64-linux-musl)
|
||||
google-protobuf (~> 4.27)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.5.0)
|
||||
unicode-display_width (2.6.0)
|
||||
webrick (1.8.1)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -161,7 +165,11 @@ PLATFORMS
|
|||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
base64 (~> 0.2.0)
|
||||
csv (~> 3.3)
|
||||
jekyll (~> 4.3)
|
||||
logger (~> 1.6)
|
||||
ostruct (~> 0.6.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.18
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: "State of DTI: 2024"
|
||||
date: 2024-09-11 12:00:00 -0700
|
||||
date: 2024-09-20 13:15:00 -0700
|
||||
author: Matchu
|
||||
excerpt: |
|
||||
<p>Hi, everyone! After 15 years of DTI, and 15 years of changing
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue