active_storage-blurhash 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9687ba74613e9674476132209feb5a9d3c69f03b2afe424fca8c36d57cb37fa4
|
4
|
+
data.tar.gz: 8a0aa6d0e954c745ec410ac0826444170b9d336b00d2fba503ab16422ff7471f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7972f70cc32ebe1ac99e9d812c953f65645e0450deb4b7e55b5afd7521ad84ca96f126cf7cf7173c894517e9c254b0686ce6c3a92c858cfed8a38be0af71b39
|
7
|
+
data.tar.gz: a7811a663e82d96b0342316f468a4f2ee1c7eff85d6701d28f64a21e574c3c0fe3e32c71838ab8e3bff968dbd0b7f09ff7d1d68f87ea1f921634511bcfc53691
|
data/README.md
CHANGED
@@ -63,3 +63,15 @@ Note that for each blob an `AnalyzeJob` will be appended to your job processor q
|
|
63
63
|
|
64
64
|
## License
|
65
65
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
66
|
+
|
67
|
+
## Other gems & packages
|
68
|
+
|
69
|
+
- [`avo`](https://github.com/avo-hq/avo) - Build Content management systems with Ruby on Rails
|
70
|
+
- [`class_variants`](https://github.com/avo-hq/class_variants) - Easily configure styles and apply them as classes. Very useful when you're implementing Tailwind CSS components and call them with different states.
|
71
|
+
- [`stimulus-confetti`](https://github.com/avo-hq/stimulus-confetti) - The easiest way to add confetti to your StimulusJS app
|
72
|
+
|
73
|
+
## Try Avo ⭐️
|
74
|
+
|
75
|
+
If you enjoyed this gem try out Avo. It helps developers build internal tools, admins, CMSes, CRMs, and any other type of business apps 10x faster on top of Ruby on Rails.
|
76
|
+
|
77
|
+
[![](https://github.com/avo-hq/avo/raw/main/public/avo-assets/logo-on-white.png)](https://github.com/avo-hq/avo)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_storage-blurhash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Rubisch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activestorage
|
@@ -149,7 +149,7 @@ files:
|
|
149
149
|
- app/assets/config/active_storage_blurhash_manifest.js
|
150
150
|
- app/helpers/blurhash_image_helper.rb
|
151
151
|
- config/routes.rb
|
152
|
-
- lib/active_storage
|
152
|
+
- lib/active_storage-blurhash.rb
|
153
153
|
- lib/active_storage/blurhash/analyzer/image_magick.rb
|
154
154
|
- lib/active_storage/blurhash/analyzer/vips.rb
|
155
155
|
- lib/active_storage/blurhash/analyzing.rb
|
File without changes
|