spotify 8.0.1 → 8.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/spotify.rb +1 -1
  2. data/lib/spotify/version.rb +1 -1
  3. metadata +1 -1
data/lib/spotify.rb CHANGED
@@ -339,7 +339,7 @@ module Spotify
339
339
  enum :imageformat, [:unknown, -1, :jpeg]
340
340
 
341
341
  callback :image_loaded, [ :pointer, :pointer ], :void
342
- attach_function :image_create, :sp_image_create, [ :pointer, :uchar], :pointer
342
+ attach_function :image_create, :sp_image_create, [ :pointer, :pointer ], :pointer
343
343
  attach_function :image_add_load_callback, :sp_image_add_load_callback, [ :pointer, :image_loaded, :pointer ], :void
344
344
  attach_function :image_remove_load_callback, :sp_image_remove_load_callback, [ :pointer, :image_loaded, :pointer ], :void
345
345
  attach_function :image_is_loaded, :sp_image_is_loaded, [ :pointer ], :bool
@@ -1,3 +1,3 @@
1
1
  module Spotify
2
- VERSION = [8, 0, 1].join('.')
2
+ VERSION = [8, 0, 2].join('.')
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: spotify
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 8.0.1
5
+ version: 8.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kim Burgestrand