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 +1 -1
- data/lib/libspotify.rb +1 -1
- data/libspotify.gemspec +2 -2
- data/{Users/Kim/Projects/libspotify/libspotify → libspotify.library} +0 -0
- metadata +4 -4
data/Rakefile
CHANGED
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 <<
|
13
|
+
gem.files << "libspotify.library"
|
14
14
|
|
15
|
-
gem.version = "12.1.51.
|
15
|
+
gem.version = "12.1.51.1"
|
16
16
|
gem.platform = Gem::Platform::RUBY
|
17
17
|
end
|
File without changes
|
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.
|
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
|
-
-
|
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:
|
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:
|
71
|
+
hash: -685144165072869494
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
74
|
rubygems_version: 1.8.24
|