We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d552caf commit a979df8Copy full SHA for a979df8
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- blake3-rb (1.5.5.pre0)
+ blake3-rb (1.5.5.0)
5
rb_sys (~> 0.9)
6
7
GEM
blake3-rb.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "blake3-rb"
- spec.version = "1.5.5.pre0"
+ spec.version = "1.5.5.0"
spec.authors = ["Ian Ker-Seymer"]
8
spec.summary = "Blake3 hash function bindings for Ruby."
0 commit comments