blake3-rb 0.1.0.pre10-x86_64-darwin → 1.5.0-x86_64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97c4ced37ac39a6283485de533b372af94c0502fe27d81662af0ea99433b2b94
4
- data.tar.gz: e1ed4d5b131f2c39ef24f13f3686af05db5a2971b6d9f72d98980e4f162eb07c
3
+ metadata.gz: 60159d9c66f649b070d6bf04847d53b0ea8ec72604c1ffd34af53aa0abccc601
4
+ data.tar.gz: 04f18ef6d4e8b3d80808be65d127c9458c57e667bec77729dc3fa4429d0379ee
5
5
  SHA512:
6
- metadata.gz: b3e78c6b661a3698ecdfefee8a48d2583ee81892fb683ebe112577d714339bf4e815b198df63b572708b392861e5b854297b769436fdf323cc5aa94023516bce
7
- data.tar.gz: 306ff7fcc8b17a267dae7c3e3fd6348121d37f64869ff46bbfecac2dc0f7f2edc5b87037b6b6d1b83395f720d9e28cc5c8c8f965d9011be2c4e6914247f466da
6
+ metadata.gz: c1b855f77b9eb79739029295b21e1c4373713750db71d92fc4c2affc59bdb0a538c592a43f62de4146da5c22b60444d0ecc698fdd051bc24885774b3e7cbb0f7
7
+ data.tar.gz: 8bb9c94c48abeee1f6f5bbd246615bea4e350c5353326836d99229a4ffe764c06f9e17ae91e20325ee2c815651e28281c4e365bc642a218ebbc044ff71ef7856
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # `blake3-rb`
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/blake3-rb.svg)](https://badge.fury.io/rb/blake3-rb)
3
4
  ![Build Status](https://github.com/Shopify/blake3-ruby/workflows/CI/badge.svg)
4
5
 
5
6
  Blake3 is a Ruby gem that provides a simple and efficient way to compute the Blake3 cryptographic hash function. This gem is designed to be easy to use and integrate into your Ruby projects using the Ruby [`digest` framework](https://github.com/ruby/digest).
@@ -9,13 +10,14 @@ Blake3 is a Ruby gem that provides a simple and efficient way to compute the Bla
9
10
  Add this line to your application's Gemfile:
10
11
 
11
12
  ```ruby
12
- gem "blake3-rb", github: "Shopify/blake3-rb"
13
+ gem "blake3-rb"
13
14
  ```
14
15
 
15
- And then execute:
16
+ We provide pre-built binaries most common platforms. This is the preferred way to install this gem since it will be faster and more reliable than compiling from source. Make sure Bundler is configured to use the pre-built binaries by running:
16
17
 
17
18
  ```bash
18
- $ bundle install
19
+ bundle lock --add-platform x86_64-linux
20
+ bundle install # resolve dependencies for platform-specific gems
19
21
  ```
20
22
 
21
23
  ## Usage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blake3-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre10
4
+ version: 1.5.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Ian Ker-Seymer
@@ -11,8 +11,7 @@ cert_chain: []
11
11
  date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides native bindings to the Blake3 hash function for Ruby.
14
- email:
15
- - ian.kerseymer@shopify.com
14
+ email:
16
15
  executables: []
17
16
  extensions: []
18
17
  extra_rdoc_files: []
@@ -21,7 +20,6 @@ files:
21
20
  - README.md
22
21
  - lib/blake3-rb.rb
23
22
  - lib/digest/blake3.rb
24
- - lib/digest/blake3/3.0/blake3_ext.bundle
25
23
  - lib/digest/blake3/3.1/blake3_ext.bundle
26
24
  - lib/digest/blake3/3.2/blake3_ext.bundle
27
25
  homepage: https://github.com/Shopify/blake3-ruby
@@ -39,15 +37,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
37
  requirements:
40
38
  - - ">="
41
39
  - !ruby/object:Gem::Version
42
- version: '3.0'
40
+ version: '3.1'
43
41
  - - "<"
44
42
  - !ruby/object:Gem::Version
45
43
  version: 3.3.dev
46
44
  required_rubygems_version: !ruby/object:Gem::Requirement
47
45
  requirements:
48
- - - ">"
46
+ - - ">="
49
47
  - !ruby/object:Gem::Version
50
- version: 1.3.1
48
+ version: '0'
51
49
  requirements: []
52
50
  rubygems_version: 3.4.4
53
51
  signing_key: