A Ruby gem for streaming data from the Bluesky/ATProto firehose

updated links in the gemspec to point to Tangled

+4 -4
+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 - spec.homepage = "https://github.com/mackuba/skyfall" 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 - "bug_tracker_uri" => "https://github.com/mackuba/skyfall/issues", 26 - "changelog_uri" => "https://github.com/mackuba/skyfall/blob/master/CHANGELOG.md", 27 - "source_code_uri" => "https://github.com/mackuba/skyfall", 25 + "bug_tracker_uri" => "https://tangled.org/mackuba.eu/skyfall/issues", 26 + "changelog_uri" => "https://tangled.org/mackuba.eu/skyfall/blob/master/CHANGELOG.md", 27 + "source_code_uri" => "https://tangled.org/mackuba.eu/skyfall", 28 28 } 29 29 30 30 spec.files = Dir.chdir(__dir__) do