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

updated some fields in gemspec

+5 -7
+5 -7
skyfall.gemspec
··· 8 8 spec.authors = ["Kuba Suder"] 9 9 spec.email = ["jakub.suder@gmail.com"] 10 10 11 - spec.summary = "test" 12 - # spec.summary = "TODO: Write a short summary, because RubyGems requires one." 11 + spec.summary = "A Ruby gem for streaming data from the Bluesky/AtProto firehose" 12 + spec.homepage = "https://github.com/mackuba/skyfall" 13 + 13 14 # spec.description = "TODO: Write a longer description or delete this line." 14 - # spec.homepage = "TODO: Put your gem's website or public repo URL here." 15 + 15 16 spec.license = "MIT" 16 17 spec.required_ruby_version = ">= 2.6.0" 17 - 18 - spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" 19 18 20 19 # spec.metadata["homepage_uri"] = spec.homepage 21 20 # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." ··· 28 27 (File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor]) 29 28 end 30 29 end 31 - spec.bindir = "exe" 32 - spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } 30 + 33 31 spec.require_paths = ["lib"] 34 32 35 33 spec.add_dependency 'cbor', '>= 0.5.9.6'