Skip to content

Bump nokogiri from 1.10.9 to 1.13.6 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,20 +199,22 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minima (2.5.0)
jekyll (~> 3.5)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.12.2)
multipart-post (2.1.1)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
racc (1.6.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down
2 changes: 0 additions & 2 deletions _posts/2019-11-10-the-rapalyzer.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ While it's a fun toy, it's not perfect. Some future things I'd like to implement
- Genius' lyrics sometimes contain cruft that should be cleaned more thoroughly.
- The colors used to indicate rhyme groups are randomly generated, making it possible that two groups have the same color.
- Many rappers bend rhymes using unusual pronounciation (example: [Eminem](https://www.youtube.com/watch?v=lPcR5RVXHMg)). It may be possible to use speech-to-text to more accurately pick up rhymes.

Try it out at [rap.zrich.dev](https://rap.zrich.dev). Thanks!
2 changes: 0 additions & 2 deletions _posts/2019-12-06-fit-trak.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ FitTrak is an application that allows users to track their meals, cardio, and we
uses AWS services for user management, data storage, and CI.

My goals for the app were to learn how to design a programmatic iOS GUI and to implement the AWS lifecycle on iOS.

Thanks for reading!
2 changes: 0 additions & 2 deletions _posts/2020-07-25-spoti-stats.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ categories: jekyll update
<iframe controls='true' type='video/mov' allow="fullscreen" src="https://drive.google.com/file/d/1npOnve6rGYXroHhErO8_JaAlUL3xZbzT/preview" width="716" height="378"></iframe>

I use Spotify... a lot. Spotify provides some personalized streaming data in the form of their [Spotify Wrapped](https://newsroom.spotify.com/2019-12-05/spotify-wrapped-2019-reveals-your-streaming-trends-from-2010-to-now/) tool. They also make some user data available via their [API](https://developer.spotify.com/console/get-current-user-top-artists-and-tracks/?type=artists&time_range=&limit=&offset=), allowing registered apps to gather data about your streaming usage and trends. As a new project to work on my web development skills, I decided to create a mini-Spotify Wrapped experience using the Spotify API.

Try it out at [spot.zrich.dev](https://spot.zrich.dev). Thanks!