tangled
alpha
login
or
join now
mackuba.eu
/
skyfall
6
fork
atom
A Ruby gem for streaming data from the Bluesky/ATProto firehose
6
fork
atom
overview
issues
pulls
pipelines
updated links in the gemspec to point to Tangled
mackuba.eu
2 months ago
9ab2f689
da4b11b9
+4
-4
1 changed file
expand all
collapse all
unified
split
skyfall.gemspec
+4
-4
skyfall.gemspec
···
9
9
spec.email = ["jakub.suder@gmail.com"]
10
10
11
11
spec.summary = "A Ruby gem for streaming data from the Bluesky/AtProto firehose"
12
12
-
spec.homepage = "https://github.com/mackuba/skyfall"
12
12
+
spec.homepage = "https://ruby.sdk.blue"
13
13
14
14
spec.description = %(
15
15
Skyfall is a Ruby library for connecting to the "firehose" of the Bluesky social network, i.e. a websocket which
···
22
22
spec.required_ruby_version = ">= 2.6.0"
23
23
24
24
spec.metadata = {
25
25
-
"bug_tracker_uri" => "https://github.com/mackuba/skyfall/issues",
26
26
-
"changelog_uri" => "https://github.com/mackuba/skyfall/blob/master/CHANGELOG.md",
27
27
-
"source_code_uri" => "https://github.com/mackuba/skyfall",
25
25
+
"bug_tracker_uri" => "https://tangled.org/mackuba.eu/skyfall/issues",
26
26
+
"changelog_uri" => "https://tangled.org/mackuba.eu/skyfall/blob/master/CHANGELOG.md",
27
27
+
"source_code_uri" => "https://tangled.org/mackuba.eu/skyfall",
28
28
}
29
29
30
30
spec.files = Dir.chdir(__dir__) do