+1
-1
Gemfile
+1
-1
Gemfile
+33
-17
Gemfile.lock
+33
-17
Gemfile.lock
···
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
-
activemodel (6.1.7.6)
5
-
activesupport (= 6.1.7.6)
6
-
activerecord (6.1.7.6)
7
-
activemodel (= 6.1.7.6)
8
-
activesupport (= 6.1.7.6)
9
-
activesupport (6.1.7.6)
10
-
concurrent-ruby (~> 1.0, >= 1.0.2)
11
i18n (>= 1.6, < 2)
12
minitest (>= 5.1)
13
-
tzinfo (~> 2.0)
14
-
zeitwerk (~> 2.3)
15
base32 (0.3.4)
16
blue_factory (0.1.4)
17
sinatra (~> 3.0)
18
capistrano (2.15.11)
···
22
net-ssh (>= 2.0.14)
23
net-ssh-gateway (>= 1.1.0)
24
cbor (0.5.9.8)
25
-
concurrent-ruby (1.2.2)
26
daemons (1.4.1)
27
eventmachine (1.2.7)
28
faye-websocket (0.11.3)
29
eventmachine (>= 0.12.0)
30
websocket-driver (>= 0.5.1)
31
highline (2.1.0)
32
-
i18n (1.14.1)
33
concurrent-ruby (~> 1.0)
34
-
minitest (5.20.0)
35
mustermann (3.0.0)
36
ruby2_keywords (~> 0.0.1)
37
net-scp (4.0.0)
···
47
rainbow (3.1.1)
48
rake (13.1.0)
49
ruby2_keywords (0.0.5)
50
sinatra (3.1.0)
51
mustermann (~> 3.0)
52
rack (~> 2.2, >= 2.2.4)
53
rack-protection (= 3.1.0)
54
tilt (~> 2.0)
55
-
sinatra-activerecord (2.0.27)
56
activerecord (>= 4.1)
57
sinatra (>= 1.0)
58
skyfall (0.2.3)
59
base32 (~> 0.3, >= 0.3.4)
60
cbor (~> 0.5, >= 0.5.9.6)
61
faye-websocket (~> 0.11.2)
62
-
sqlite3 (1.6.7-arm64-darwin)
63
-
sqlite3 (1.6.7-x86_64-linux)
64
thin (1.8.2)
65
daemons (~> 1.0, >= 1.0.9)
66
eventmachine (~> 1.0, >= 1.0.4)
67
rack (>= 1, < 3)
68
tilt (2.3.0)
69
tzinfo (2.0.6)
70
concurrent-ruby (~> 1.0)
71
websocket-driver (0.7.6)
72
websocket-extensions (>= 0.1.0)
73
websocket-extensions (0.1.5)
74
-
zeitwerk (2.6.12)
75
76
PLATFORMS
77
arm64-darwin
78
x86_64-linux
79
80
DEPENDENCIES
81
-
activerecord (~> 6.0)
82
blue_factory (~> 0.1, >= 0.1.4)
83
capistrano (~> 2.0)
84
rainbow
···
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
+
activemodel (8.0.2)
5
+
activesupport (= 8.0.2)
6
+
activerecord (8.0.2)
7
+
activemodel (= 8.0.2)
8
+
activesupport (= 8.0.2)
9
+
timeout (>= 0.4.0)
10
+
activesupport (8.0.2)
11
+
base64
12
+
benchmark (>= 0.3)
13
+
bigdecimal
14
+
concurrent-ruby (~> 1.0, >= 1.3.1)
15
+
connection_pool (>= 2.2.5)
16
+
drb
17
i18n (>= 1.6, < 2)
18
+
logger (>= 1.4.2)
19
minitest (>= 5.1)
20
+
securerandom (>= 0.3)
21
+
tzinfo (~> 2.0, >= 2.0.5)
22
+
uri (>= 0.13.1)
23
base32 (0.3.4)
24
+
base64 (0.2.0)
25
+
benchmark (0.4.0)
26
+
bigdecimal (3.1.9)
27
blue_factory (0.1.4)
28
sinatra (~> 3.0)
29
capistrano (2.15.11)
···
33
net-ssh (>= 2.0.14)
34
net-ssh-gateway (>= 1.1.0)
35
cbor (0.5.9.8)
36
+
concurrent-ruby (1.3.5)
37
+
connection_pool (2.5.0)
38
daemons (1.4.1)
39
+
drb (2.2.1)
40
eventmachine (1.2.7)
41
faye-websocket (0.11.3)
42
eventmachine (>= 0.12.0)
43
websocket-driver (>= 0.5.1)
44
highline (2.1.0)
45
+
i18n (1.14.7)
46
concurrent-ruby (~> 1.0)
47
+
logger (1.6.6)
48
+
minitest (5.25.5)
49
mustermann (3.0.0)
50
ruby2_keywords (~> 0.0.1)
51
net-scp (4.0.0)
···
61
rainbow (3.1.1)
62
rake (13.1.0)
63
ruby2_keywords (0.0.5)
64
+
securerandom (0.4.1)
65
sinatra (3.1.0)
66
mustermann (~> 3.0)
67
rack (~> 2.2, >= 2.2.4)
68
rack-protection (= 3.1.0)
69
tilt (~> 2.0)
70
+
sinatra-activerecord (2.0.28)
71
activerecord (>= 4.1)
72
sinatra (>= 1.0)
73
skyfall (0.2.3)
74
base32 (~> 0.3, >= 0.3.4)
75
cbor (~> 0.5, >= 0.5.9.6)
76
faye-websocket (~> 0.11.2)
77
+
sqlite3 (2.6.0-arm64-darwin)
78
+
sqlite3 (2.6.0-x86_64-linux-gnu)
79
thin (1.8.2)
80
daemons (~> 1.0, >= 1.0.9)
81
eventmachine (~> 1.0, >= 1.0.4)
82
rack (>= 1, < 3)
83
tilt (2.3.0)
84
+
timeout (0.4.3)
85
tzinfo (2.0.6)
86
concurrent-ruby (~> 1.0)
87
+
uri (1.0.3)
88
websocket-driver (0.7.6)
89
websocket-extensions (>= 0.1.0)
90
websocket-extensions (0.1.5)
91
92
PLATFORMS
93
arm64-darwin
94
x86_64-linux
95
96
DEPENDENCIES
97
+
activerecord (~> 8.0)
98
blue_factory (~> 0.1, >= 0.1.4)
99
capistrano (~> 2.0)
100
rainbow
+3
-5
db/schema.rb
+3
-5
db/schema.rb
···
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-
ActiveRecord::Schema.define(version: 2023_08_02_222353) do
14
-
15
create_table "feed_posts", force: :cascade do |t|
16
t.integer "feed_id", null: false
17
t.integer "post_id", null: false
18
-
t.datetime "time", null: false
19
t.index ["feed_id", "time"], name: "index_feed_posts_on_feed_id_and_time"
20
end
21
22
create_table "posts", force: :cascade do |t|
23
t.string "repo", null: false
24
-
t.datetime "time", null: false
25
t.string "text", null: false
26
t.text "data", null: false
27
t.string "rkey", null: false
···
34
t.integer "cursor", null: false
35
t.index ["service"], name: "index_subscriptions_on_service", unique: true
36
end
37
-
38
end
···
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
+
ActiveRecord::Schema[8.0].define(version: 2023_08_02_222353) do
14
create_table "feed_posts", force: :cascade do |t|
15
t.integer "feed_id", null: false
16
t.integer "post_id", null: false
17
+
t.datetime "time", precision: nil, null: false
18
t.index ["feed_id", "time"], name: "index_feed_posts_on_feed_id_and_time"
19
end
20
21
create_table "posts", force: :cascade do |t|
22
t.string "repo", null: false
23
+
t.datetime "time", precision: nil, null: false
24
t.string "text", null: false
25
t.text "data", null: false
26
t.string "rkey", null: false
···
33
t.integer "cursor", null: false
34
t.index ["service"], name: "index_subscriptions_on_service", unique: true
35
end
36
end