Add movies page

This commit is contained in:
2023-05-02 20:29:09 +10:00
parent 9e1bf6e6d8
commit 0746d29543
12 changed files with 1063 additions and 15 deletions

View File

@@ -1,3 +1,12 @@
GIT
remote: https://github.com/dNitza/scraperd.git
revision: 58ceb3ae508b8ccb737310326569b83ec0a057b2
branch: master
specs:
scraperd (0.0.3)
hashie (~> 2.0)
simple-rss (~> 1.3, >= 1.3.1)
GIT
remote: https://github.com/dnitza/pinboard
revision: a178662d901c768a6f76af7b94f7336484752e03
@@ -15,7 +24,7 @@ GIT
GIT
remote: https://github.com/hanami/view.git
revision: 57d771c501d08c31fe1f3ff8579ee4d4f3567a9c
revision: 4d8e294e8ddf640a8fc218cc81c329c71e9030ff
branch: main
specs:
hanami-view (2.0.0.alpha8)
@@ -200,6 +209,7 @@ GEM
dry-validation (>= 1.10, < 2)
zeitwerk (~> 2.6.0)
hansi (0.2.1)
hashie (2.1.2)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
@@ -212,7 +222,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
indieweb-endpoints (8.0.0)
@@ -225,6 +235,7 @@ GEM
httparty
xml-simple
link-header-parser (5.0.0)
lint_roller (1.0.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
@@ -274,10 +285,10 @@ GEM
ogpr (1.1.0)
nokogiri (~> 1.8)
rest-client (~> 2.1.0)
parallel (1.22.1)
parser (3.2.2.0)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
pg (1.4.6)
pg (1.5.3)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
@@ -285,7 +296,7 @@ GEM
puma (6.2.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
@@ -339,26 +350,26 @@ GEM
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.48.1)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
rubocop-ast (1.28.1)
parser (>= 3.2.1.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
@@ -368,17 +379,25 @@ GEM
sanitize (6.0.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sequel (5.67.0)
sequel (5.68.0)
shellany (0.0.1)
simple-rss (1.3.3)
slim (5.1.0)
temple (~> 0.10.0)
tilt (>= 2.0.6, < 2.2)
sshkit (1.21.4)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
standard (1.26.0)
standard (1.28.2)
language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.48.1)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.0.1)
standard-custom (1.0.0)
lint_roller (~> 1.0)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0)
standardrb (1.0.1)
standard
@@ -399,7 +418,7 @@ GEM
nokogiri (>= 1.13)
xml-simple (1.1.9)
rexml
zeitwerk (2.6.7)
zeitwerk (2.6.8)
PLATFORMS
x86_64-darwin-22
@@ -445,6 +464,7 @@ DEPENDENCIES
rom-sql
ruby-filemagic!
sanitize
scraperd!
slim
standardrb
time_math2