Skip to content

Commit ac4b67b

Browse files
committed
update dependencies and readme
1 parent 3a7a465 commit ac4b67b

3 files changed

Lines changed: 227 additions & 115 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ _gh_pages
33
_site
44
.ruby-version
55
.sass-cache
6+
.git-together
67

78
# Numerous always-ignore extensions
89
*.diff
@@ -29,6 +30,7 @@ nbproject
2930
*.sublime-project
3031
*.sublime-workspace
3132
.idea
33+
stale_outputs_checked
3234

3335
# Komodo
3436
*.komodoproject

Gemfile.lock

Lines changed: 218 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,251 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
RedCloth (4.2.9)
5-
activesupport (4.2.5)
6-
i18n (~> 0.7)
7-
json (~> 1.7, >= 1.7.7)
4+
activesupport (6.0.3)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
87
minitest (~> 5.1)
9-
thread_safe (~> 0.3, >= 0.3.4)
108
tzinfo (~> 1.1)
11-
addressable (2.3.8)
12-
blankslate (2.1.2.4)
13-
classifier-reborn (2.0.4)
14-
fast-stemmer (~> 1.0)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1512
coffee-script (2.4.1)
1613
coffee-script-source
1714
execjs
18-
coffee-script-source (1.10.0)
19-
colorator (0.1)
20-
ethon (0.8.0)
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.6)
20+
dnsruby (1.61.3)
21+
addressable (~> 2.5)
22+
em-websocket (0.5.1)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
2126
ffi (>= 1.3.0)
22-
execjs (2.6.0)
23-
faraday (0.9.2)
27+
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.0.1)
2430
multipart-post (>= 1.2, < 3)
25-
fast-stemmer (1.0.2)
26-
ffi (1.9.10)
27-
gemoji (2.1.0)
28-
github-pages (40)
29-
RedCloth (= 4.2.9)
30-
github-pages-health-check (= 0.5.3)
31-
jekyll (= 2.4.0)
32-
jekyll-coffeescript (= 1.0.1)
33-
jekyll-feed (= 0.3.1)
34-
jekyll-gist (= 1.4.0)
35-
jekyll-mentions (= 0.2.1)
31+
ffi (1.12.2)
32+
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (204)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
3646
jekyll-paginate (= 1.1.0)
37-
jekyll-redirect-from (= 0.8.0)
38-
jekyll-sass-converter (= 1.3.0)
39-
jekyll-sitemap (= 0.9.0)
40-
jemoji (= 0.5.0)
41-
kramdown (= 1.9.0)
42-
liquid (= 2.6.2)
43-
maruku (= 0.7.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.3)
4472
mercenary (~> 0.3)
45-
pygments.rb (= 0.6.3)
46-
rdiscount (= 2.1.8)
47-
redcarpet (= 3.3.3)
73+
minima (= 2.5.1)
74+
nokogiri (>= 1.10.4, < 2.0)
75+
rouge (= 3.13.0)
4876
terminal-table (~> 1.4)
49-
github-pages-health-check (0.5.3)
77+
github-pages-health-check (1.16.1)
5078
addressable (~> 2.3)
51-
net-dns (~> 0.8)
52-
public_suffix (~> 1.4)
53-
typhoeus (~> 0.7)
54-
html-pipeline (1.9.0)
79+
dnsruby (~> 1.60)
80+
octokit (~> 4.0)
81+
public_suffix (~> 3.0)
82+
typhoeus (~> 1.3)
83+
html-pipeline (2.12.3)
5584
activesupport (>= 2)
56-
nokogiri (~> 1.4)
57-
i18n (0.7.0)
58-
jekyll (2.4.0)
59-
classifier-reborn (~> 2.0)
60-
colorator (~> 0.1)
61-
jekyll-coffeescript (~> 1.0)
62-
jekyll-gist (~> 1.0)
63-
jekyll-paginate (~> 1.0)
85+
nokogiri (>= 1.4)
86+
http_parser.rb (0.6.0)
87+
i18n (0.9.5)
88+
concurrent-ruby (~> 1.0)
89+
jekyll (3.8.5)
90+
addressable (~> 2.4)
91+
colorator (~> 1.0)
92+
em-websocket (~> 0.5)
93+
i18n (~> 0.7)
6494
jekyll-sass-converter (~> 1.0)
65-
jekyll-watch (~> 1.1)
66-
kramdown (~> 1.3)
67-
liquid (~> 2.6.1)
95+
jekyll-watch (~> 2.0)
96+
kramdown (~> 1.14)
97+
liquid (~> 4.0)
6898
mercenary (~> 0.3.3)
69-
pygments.rb (~> 0.6.0)
70-
redcarpet (~> 3.1)
99+
pathutil (~> 0.9)
100+
rouge (>= 1.7, < 4)
71101
safe_yaml (~> 1.0)
72-
toml (~> 0.1.0)
73-
jekyll-coffeescript (1.0.1)
102+
jekyll-avatar (0.7.0)
103+
jekyll (>= 3.0, < 5.0)
104+
jekyll-coffeescript (1.1.1)
74105
coffee-script (~> 2.2)
75-
jekyll-feed (0.3.1)
76-
jekyll-gist (1.4.0)
106+
coffee-script-source (~> 1.11.1)
107+
jekyll-commonmark (1.3.1)
108+
commonmarker (~> 0.14)
109+
jekyll (>= 3.7, < 5.0)
110+
jekyll-commonmark-ghpages (0.1.6)
111+
commonmarker (~> 0.17.6)
112+
jekyll-commonmark (~> 1.2)
113+
rouge (>= 2.0, < 4.0)
114+
jekyll-default-layout (0.1.4)
115+
jekyll (~> 3.0)
116+
jekyll-feed (0.13.0)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-gist (1.5.0)
77119
octokit (~> 4.2)
78-
jekyll-mentions (0.2.1)
79-
html-pipeline (~> 1.9.0)
80-
jekyll (~> 2.0)
120+
jekyll-github-metadata (2.13.0)
121+
jekyll (>= 3.4, < 5.0)
122+
octokit (~> 4.0, != 4.4.0)
123+
jekyll-mentions (1.5.1)
124+
html-pipeline (~> 2.3)
125+
jekyll (>= 3.7, < 5.0)
126+
jekyll-optional-front-matter (0.3.2)
127+
jekyll (>= 3.0, < 5.0)
81128
jekyll-paginate (1.1.0)
82-
jekyll-redirect-from (0.8.0)
83-
jekyll (>= 2.0)
84-
jekyll-sass-converter (1.3.0)
85-
sass (~> 3.2)
86-
jekyll-sitemap (0.9.0)
87-
jekyll-watch (1.3.0)
129+
jekyll-readme-index (0.3.0)
130+
jekyll (>= 3.0, < 5.0)
131+
jekyll-redirect-from (0.15.0)
132+
jekyll (>= 3.3, < 5.0)
133+
jekyll-relative-links (0.6.1)
134+
jekyll (>= 3.3, < 5.0)
135+
jekyll-remote-theme (0.4.1)
136+
addressable (~> 2.0)
137+
jekyll (>= 3.5, < 5.0)
138+
rubyzip (>= 1.3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.6.1)
142+
jekyll (>= 3.3, < 5.0)
143+
jekyll-sitemap (1.4.0)
144+
jekyll (>= 3.7, < 5.0)
145+
jekyll-swiss (1.0.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.4)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.3)
187+
jekyll (>= 3.3, < 5.0)
188+
jekyll-watch (2.2.1)
88189
listen (~> 3.0)
89-
jemoji (0.5.0)
90-
gemoji (~> 2.0)
91-
html-pipeline (~> 1.9)
92-
jekyll (>= 2.0)
93-
json (1.8.3)
94-
kramdown (1.9.0)
95-
liquid (2.6.2)
96-
listen (3.0.5)
97-
rb-fsevent (>= 0.9.3)
98-
rb-inotify (>= 0.9)
99-
maruku (0.7.0)
100-
mercenary (0.3.5)
101-
mini_portile2 (2.0.0)
102-
minitest (5.8.3)
103-
multipart-post (2.0.0)
104-
net-dns (0.8.0)
105-
nokogiri (1.6.7.1)
106-
mini_portile2 (~> 2.0.0.rc2)
107-
octokit (4.2.0)
108-
sawyer (~> 0.6.0, >= 0.5.3)
109-
parslet (1.5.0)
110-
blankslate (~> 2.0)
111-
posix-spawn (0.3.11)
112-
public_suffix (1.5.3)
113-
pygments.rb (0.6.3)
114-
posix-spawn (~> 0.3.6)
115-
yajl-ruby (~> 1.2.0)
116-
rb-fsevent (0.9.6)
117-
rb-inotify (0.9.5)
118-
ffi (>= 0.5.0)
119-
rdiscount (2.1.8)
120-
redcarpet (3.3.3)
121-
safe_yaml (1.0.4)
122-
sass (3.4.20)
123-
sawyer (0.6.0)
124-
addressable (~> 2.3.5)
125-
faraday (~> 0.8, < 0.10)
126-
terminal-table (1.5.2)
127-
thread_safe (0.3.5)
128-
toml (0.1.2)
129-
parslet (~> 1.5.0)
130-
typhoeus (0.8.0)
131-
ethon (>= 0.8.0)
132-
tzinfo (1.2.2)
190+
jemoji (0.11.1)
191+
gemoji (~> 3.0)
192+
html-pipeline (~> 2.2)
193+
jekyll (>= 3.0, < 5.0)
194+
kramdown (1.17.0)
195+
liquid (4.0.3)
196+
listen (3.2.1)
197+
rb-fsevent (~> 0.10, >= 0.10.3)
198+
rb-inotify (~> 0.9, >= 0.9.10)
199+
mercenary (0.3.6)
200+
mini_portile2 (2.4.0)
201+
minima (2.5.1)
202+
jekyll (>= 3.5, < 5.0)
203+
jekyll-feed (~> 0.9)
204+
jekyll-seo-tag (~> 2.1)
205+
minitest (5.14.0)
206+
multipart-post (2.1.1)
207+
nokogiri (1.10.9)
208+
mini_portile2 (~> 2.4.0)
209+
octokit (4.18.0)
210+
faraday (>= 0.9)
211+
sawyer (~> 0.8.0, >= 0.5.3)
212+
pathutil (0.16.2)
213+
forwardable-extended (~> 2.6)
214+
public_suffix (3.1.1)
215+
rb-fsevent (0.10.4)
216+
rb-inotify (0.10.1)
217+
ffi (~> 1.0)
218+
rouge (3.13.0)
219+
ruby-enum (0.8.0)
220+
i18n
221+
rubyzip (2.3.0)
222+
safe_yaml (1.0.5)
223+
sass (3.7.4)
224+
sass-listen (~> 4.0.0)
225+
sass-listen (4.0.0)
226+
rb-fsevent (~> 0.9, >= 0.9.4)
227+
rb-inotify (~> 0.9, >= 0.9.7)
228+
sawyer (0.8.2)
229+
addressable (>= 2.3.5)
230+
faraday (> 0.8, < 2.0)
231+
terminal-table (1.8.0)
232+
unicode-display_width (~> 1.1, >= 1.1.1)
233+
thread_safe (0.3.6)
234+
typhoeus (1.4.0)
235+
ethon (>= 0.9.0)
236+
tzinfo (1.2.7)
133237
thread_safe (~> 0.1)
134-
yajl-ruby (1.2.1)
238+
unicode-display_width (1.7.0)
239+
zeitwerk (2.3.0)
135240

136241
PLATFORMS
137242
ruby
138243

139244
DEPENDENCIES
140-
github-pages (= 40)
245+
github-pages (= 204)
141246
jekyll-gist
142247
jekyll-paginate
143-
json
144248
kramdown
145249

146250
BUNDLED WITH
147-
1.11.2
251+
2.1.4

about.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ title: About
55

66
<p class="message">
77

8-
Hello! Thank you for visiting. I am Kyle Gorak and I am a 23 year old programmer and technology enthusiast. In 2010 I co-founded PRNDL Development Studio with <a href="http://davidbenko.me">David Benko</a> and developed several iPhone, Android, and Windows Phone applications along with <a href="https://www.linkedin.com/in/cyaglenski">Christian Yaglenski</a> and <a href="https://www.linkedin.com/profile/view?id=156808511">Matthew Hogan</a>. We developed <a href="https://itunes.apple.com/us/app/securis/id392732678?mt=8">Securis</a>, <a href="https://play.google.com/store/apps/details?id=com.prndl.bombdefuse&amp;hl=en">Bomb Defuse</a>, and other applications and websites. I graduated from the United States Military Academy with a Bachelor's degree in Computer Science. I was an Honor Graduate of Field Artillery Basic Officer Leader Course in December 2016 and completed Ranger School in March 2017. I currently serve as a Fire Support Officer in the 173rd IBCT(A) in Vicenza, Italy.
8+
Hello! Thank you for visiting my site. In 2010 I co-founded PRNDL Development Studio with <a href="http://davidbenko.me">David Benko</a>
9+
and developed several iPhone, Android, and Windows Phone applications along with <a href="https://www.linkedin.com/in/cyaglenski">Christian Yaglenski</a>
10+
and <a href="https://www.linkedin.com/profile/view?id=156808511">Matthew Hogan</a>. We developed a secure account manager, Securis, for
11+
iOS, Android, and web, a native cross-platform game on iOS, Android, and Windows Phone, Bomb Defuse, and other miscellaneous
12+
applications and websites. I graduated from the United States Military Academy with a Bachelor's degree in Computer Science.
13+
Since graduating, I served in Italy with the 173d Infantry Brigade Combat Team (Airborne) and with 2d Battalion,
14+
75th Ranger Regiment.
915

1016
I am currently working on personal projects in my free time. Feel free to contact me with any comments or questions!
1117

0 commit comments

Comments
 (0)