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: b2017d1770807244bbd6a7c5478f4ecb59a5f13ee5b7eb5a086c2f09856973f0
4
- data.tar.gz: 9f086097d1d55813b5c0edae2e221a9470af3260e442622ca294c05646fcf48e
3
+ metadata.gz: 9687ba74613e9674476132209feb5a9d3c69f03b2afe424fca8c36d57cb37fa4
4
+ data.tar.gz: 8a0aa6d0e954c745ec410ac0826444170b9d336b00d2fba503ab16422ff7471f
5
5
  SHA512:
6
- metadata.gz: 0e47a24da41f183e833387d0d2d03eac0c22dfb032044a333e328be4f04d41c79d638966adc0af9672e30ec5bd464c08e44a595d4e9d45b322891d2f20723578
7
- data.tar.gz: 4700ccb58f8bc1e8e0b93e8f7207a09e3ebac00e0773fe8675fa2f88489fe2c4c2ff852c22a68b41670cb7db30559d1b056b3b19ef864cd11d7cfd33102e79d0
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)
@@ -1,5 +1,5 @@
1
1
  module ActiveStorage
2
2
  module Blurhash
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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-21 00:00:00.000000000 Z
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/blurhash.rb
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