blurhash_decoder 0.0.8 → 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.
@@ -1,5 +1,3 @@
1
- # $:.unshift File.dirname(__FILE__)
2
-
3
1
  require "blurhash_decoder/blurhash_decoder"
4
2
  require 'base64'
5
3
 
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.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rabin Poudyal
@@ -17,9 +17,16 @@ 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
29
+ - run.sh
23
30
  homepage: https://rubygems.org/gems/blurhash_decoder
24
31
  licenses:
25
32
  - MIT