blurhash_decoder 0.0.3 → 0.0.7

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: c083f5cbeb7ab5527cf1baa00c85fca3bd402bf489bdd7d6019340af553ffbc7
4
- data.tar.gz: 457ebb0b490cfc9ca6a6a472f65fdb7bd55b958d99f8c06b84a831bf2ed1cd57
3
+ metadata.gz: b413ba2921f9347cc8f62b3b74c19bc4baa87d486b001178e0b19e423d303411
4
+ data.tar.gz: 7ca2a4c9f3e3208f9692aa4817ca5c79bad71429ace8ba787e86dd3a58ebb98a
5
5
  SHA512:
6
- metadata.gz: 0e565a224addc0a0e03b002bbbefa7b526d739b348f4ba3c3b406509f80df6f7c4c5a81fe2ecedafe2d0575a08bb58bab58f1f0f2c85e7940c876ff22dcb2c8d
7
- data.tar.gz: 91bdb8f18f47e34fba2e4a854a8d4b756e36a5223efc6dcf7f7cf341ba03776a7039a1e81338f38c3cb33b704df91304b26f97a0df81d6b3c9b70ed7b51e7fb8
6
+ metadata.gz: 8db69d6d4b520e2820501f8e59824ebd75663a99c2dc628730caaf3c6d93e21a908ee95e66826d04223d19485ef9948647b23d98d82fb8e27d2d7e7b300f041f
7
+ data.tar.gz: 367d99df65cac8c57f88a126e15f5f62902e1091d500ac2f4a519763fae54e02181764585db62223c30014aa398fe4cc39c5c6a8968c8aa20043a220999a02a9
@@ -3,4 +3,4 @@ require "mkmf"
3
3
  abort "missing malloc()" unless have_func "malloc"
4
4
  abort "missing free()" unless have_func "free"
5
5
 
6
- create_makefile "blurhash_decoder/blurhash_decoder"
6
+ create_makefile("blurhash_decoder/blurhash_decoder")
@@ -1,4 +1,6 @@
1
- require "blurhash_decoder/blurhash_decoder.bundle"
1
+ $:.unshift File.dirname(__FILE__)
2
+
3
+ require "blurhash_decoder/blurhash_decoder"
2
4
  require 'base64'
3
5
 
4
6
  class BlurhashDecoder
@@ -14,4 +16,4 @@ class BlurhashDecoder
14
16
  end
15
17
  end
16
18
 
17
- puts BlurhashDecoder.new.decode_blurhash("LEAclNah=_xC0K%LInWo9tE2jvNH", 2, 5, 1)
19
+ # puts BlurhashDecoder.new.decode_blurhash("LEAclNah=_xC0K%LInWo9tE2jvNH", 2, 5, 1)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blurhash_decoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rabin Poudyal
@@ -20,7 +20,7 @@ files:
20
20
  - ext/blurhash_decoder/extconf.rb
21
21
  - lib/blurhash_decoder.rb
22
22
  - lib/blurhash_decoder/blurhash_decoder.bundle
23
- homepage: https://rubygems.org/gems/hola
23
+ homepage: https://rubygems.org/gems/blurhash_decoder
24
24
  licenses:
25
25
  - MIT
26
26
  metadata: {}