blusher 0.1.0 → 0.1.1
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 +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/blusher/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d75779ee82f8cfa661eb7ea2f7a42ffa76232b99bf7a558e3a42e6a877598650
|
|
4
|
+
data.tar.gz: c9ca2202d4f96a808f39c3a409a9ef2838fe4b07a3bdc3ccc2120bc5b16ad03e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 493ba2f79ff704add17aaebcb4edf76167f6404a479a43b4eacc633e8344b8431dd6149f588bea479f8b57ebdc1ed21c331ee671da4fe0a11e249068093304f4
|
|
7
|
+
data.tar.gz: 9b69e2d3f6c2d8ee9b4964f5861da11933666d678975e51916d40ac90d11d0ab72f157b906fdc6cb3e5092313ef1305bbe32e165de7ae4f48bfb01e173307e23
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
- Ship **precompiled native gems** for the common platforms (linux x86_64/aarch64
|
|
6
|
+
incl. musl, darwin x86_64/arm64, windows x64-mingw-ucrt) via rb-sys-dock, so
|
|
7
|
+
`gem install blusher` needs no Rust toolchain. The source gem remains as a
|
|
8
|
+
fallback for other platforms (compiles the extension on install).
|
|
9
|
+
|
|
10
|
+
## 0.1.0
|
|
4
11
|
|
|
5
12
|
Initial release.
|
|
6
13
|
|
data/lib/blusher/version.rb
CHANGED