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 some fields in gemspec
mackuba.eu
2 years ago
83a06895
32312a1d
+5
-7
1 changed file
expand all
collapse all
unified
split
skyfall.gemspec
+5
-7
skyfall.gemspec
···
8
8
spec.authors = ["Kuba Suder"]
9
9
spec.email = ["jakub.suder@gmail.com"]
10
10
11
11
-
spec.summary = "test"
12
12
-
# spec.summary = "TODO: Write a short summary, because RubyGems requires one."
11
11
+
spec.summary = "A Ruby gem for streaming data from the Bluesky/AtProto firehose"
12
12
+
spec.homepage = "https://github.com/mackuba/skyfall"
13
13
+
13
14
# spec.description = "TODO: Write a longer description or delete this line."
14
14
-
# spec.homepage = "TODO: Put your gem's website or public repo URL here."
15
15
+
15
16
spec.license = "MIT"
16
17
spec.required_ruby_version = ">= 2.6.0"
17
17
-
18
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
31
-
spec.bindir = "exe"
32
32
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
30
+
33
31
spec.require_paths = ["lib"]
34
32
35
33
spec.add_dependency 'cbor', '>= 0.5.9.6'