libspotify 12.1.51.0-i686-linux → 12.1.51.1-i686-linux

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.
data/Rakefile CHANGED
@@ -34,7 +34,7 @@ task :build do
34
34
  spec.platform = platform
35
35
 
36
36
  if name.nil? # pure ruby build
37
- spec.files.delete(LIBSPOTIFY_BIN)
37
+ spec.files.delete('libspotify.library')
38
38
  FileUtils.rm(LIBSPOTIFY_BIN, verbose: true)
39
39
  else
40
40
  source_binary = File.join(bins, name)
data/lib/libspotify.rb CHANGED
@@ -1 +1 @@
1
- LIBSPOTIFY_BIN = File.expand_path("../libspotify", File.dirname(__FILE__))
1
+ LIBSPOTIFY_BIN = File.expand_path("../libspotify.library", File.dirname(__FILE__))
data/libspotify.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |gem|
10
10
  gem.homepage = "https://github.com/Burgestrand/libspotify"
11
11
  gem.require_paths = ["lib"]
12
12
  gem.files = `git ls-files`.split($/)
13
- gem.files << LIBSPOTIFY_BIN
13
+ gem.files << "libspotify.library"
14
14
 
15
- gem.version = "12.1.51.0"
15
+ gem.version = "12.1.51.1"
16
16
  gem.platform = Gem::Platform::RUBY
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libspotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.51.0
4
+ version: 12.1.51.1
5
5
  prerelease:
6
6
  platform: i686-linux
7
7
  authors:
@@ -44,7 +44,7 @@ files:
44
44
  - bin/.gitkeep
45
45
  - lib/libspotify.rb
46
46
  - libspotify.gemspec
47
- - /Users/Kim/Projects/libspotify/libspotify
47
+ - libspotify.library
48
48
  homepage: https://github.com/Burgestrand/libspotify
49
49
  licenses: []
50
50
  post_install_message:
@@ -59,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  segments:
61
61
  - 0
62
- hash: 3671921980560759177
62
+ hash: -685144165072869494
63
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  none: false
65
65
  requirements:
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: 3671921980560759177
71
+ hash: -685144165072869494
72
72
  requirements: []
73
73
  rubyforge_project:
74
74
  rubygems_version: 1.8.24