libspotify 12.1.51.2-i686-linux → 12.1.51.3-i686-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -2
  3. data/lib/libspotify.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a342092f6bed0759b7f5eb83048046cbac289ec
4
- data.tar.gz: 65e3898c9b7d1f07d6c6ff84fff67f8aae7edc5d
3
+ metadata.gz: 627d4b2a625b820aa3465468d80b057690a36e9b
4
+ data.tar.gz: fcb36d0088e9f24429374935baee460c5237db16
5
5
  SHA512:
6
- metadata.gz: 30d9f82f28618e8504a56f8892d71008f5421d3adefee8c0d7d018a0bdacee20cf3008e077d2ecdcc6b33a416c7246ced75435b4110ba07e42d256a1ea4e4383
7
- data.tar.gz: ac2c7058d05b78498ee88deb455e827c8a2a663ad497bff998e5cba77b88d2aaaa1576dd978e306a8b6bada9c215838ee009c04b60aace9a8b42c17cd0127b2f
6
+ metadata.gz: 41a555a56b7087a0d014de57a42769b54567866cf359f5eaf5365ad98d2c7cc77d9415f562638109d6af3a27b9212e0351ff61e0696b2a8d513bd24b9827d408
7
+ data.tar.gz: d338feb14bae01c0fa2f2c78a99c1ece686854db73a1fbac0a472e2453dd0cf15e4b46c72cdd0694cadad40bf1fde4f479dd03128bdaa332c9c8c747abc52495
data/Rakefile CHANGED
@@ -48,7 +48,11 @@ task :build do
48
48
 
49
49
  if source_binaries.empty?
50
50
  puts "Pure ruby build."
51
- spec.post_install_message = "Binary libspotify gem could not be installed. You will need to install libspotify separately."
51
+ spec.post_install_message = <<-MSG.gsub(/ {2,}/, " ")
52
+ Binary libspotify gem could not be installed. You will need to install libspotify separately.
53
+ If you are on ARM (e.g. Raspberry PI), you might want to install the gem with explicit --platform:
54
+ $> gem install libspotify --platform arm-linux
55
+ MSG
52
56
  else
53
57
  source_binaries.each do |binary|
54
58
  src_name = "bin/#{binaries[binary]}"
@@ -72,7 +76,7 @@ task :build do
72
76
  end
73
77
 
74
78
  puts
75
- puts "Do not forget to push to GitHub as well."
79
+ puts "Do not forget to tag and push to GitHub as well."
76
80
  end
77
81
 
78
82
  desc "Launch an IRB console with the gem loaded."
data/lib/libspotify.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Libspotify
2
2
  VERSION = "12.1.51"
3
- GEM_VERSION = "#{VERSION}.2"
3
+ GEM_VERSION = "#{VERSION}.3"
4
4
 
5
5
  module_function
6
6
 
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.2
4
+ version: 12.1.51.3
5
5
  platform: i686-linux
6
6
  authors:
7
7
  - Kim Burgestrand