blurhash_decoder 0.0.5 → 0.0.9

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.
@@ -14,4 +14,4 @@ class BlurhashDecoder
14
14
  end
15
15
  end
16
16
 
17
- puts BlurhashDecoder.new.decode_blurhash("LEAclNah=_xC0K%LInWo9tE2jvNH", 2, 5, 1)
17
+ # puts BlurhashDecoder.new.decode_blurhash("LEAclNah=_xC0K%LInWo9tE2jvNH", 2, 5, 1)
data/run.sh ADDED
@@ -0,0 +1,4 @@
1
+ gem uninstall blurhash_decoder
2
+ rm blurhash_decoder-0.0.6.gem
3
+ gem build blurhash_decoder.gemspec
4
+ gem install blurhash_decoder-0.0.6.gem
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.5
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rabin Poudyal
@@ -17,10 +17,17 @@ extensions:
17
17
  - ext/blurhash_decoder/extconf.rb
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - ".gitignore"
21
+ - Gemfile
22
+ - Gemfile.lock
23
+ - Rakefile
24
+ - blurhash_decoder.gemspec
25
+ - ext/blurhash_decoder/blurhash_decoder.c
20
26
  - ext/blurhash_decoder/extconf.rb
27
+ - ext/blurhash_decoder/stb_writer.h
21
28
  - lib/blurhash_decoder.rb
22
- - lib/blurhash_decoder/blurhash_decoder.bundle
23
- homepage: https://rubygems.org/gems/hola
29
+ - run.sh
30
+ homepage: https://rubygems.org/gems/blurhash_decoder
24
31
  licenses:
25
32
  - MIT
26
33
  metadata: {}