Skip to content

Commit

Permalink
refactorrrring
Browse files Browse the repository at this point in the history
  • Loading branch information
edk committed Apr 29, 2024
1 parent baf9e02 commit 3bb0676
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 182 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ gem "activerecord"
gem "ruby-openai"
gem "dotenv"
gem "tty-prompt"
gem "tty-pager"
gem "tty-table"
gem "pastel"
gem "ruby-readability"
# also need to "brew install poppler" or apt-get install libgirepository1.0-dev libpoppler-glib-dev
Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ GEM
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
tanakai (1.7.3)
activesupport
addressable
Expand All @@ -292,6 +297,9 @@ GEM
timeout (0.4.1)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-pager (0.14.0)
strings (~> 0.2.0)
tty-screen (~> 0.8)
tty-prompt (0.23.1)
pastel (~> 0.8)
tty-reader (~> 0.8)
Expand All @@ -300,9 +308,14 @@ GEM
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.2)
tty-table (0.12.0)
pastel (~> 0.8)
strings (~> 0.2.0)
tty-screen (~> 0.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
uri (0.13.0)
vcr (6.2.0)
webmock (3.23.0)
Expand Down Expand Up @@ -351,7 +364,9 @@ DEPENDENCIES
sqlite3 (~> 1.4)
standard (~> 1.3)
tanakai
tty-pager
tty-prompt
tty-table
vcr
webmock
webrick
Expand Down
Loading

0 comments on commit 3bb0676

Please sign in to comment.