spotify_osx_controller 2.0.2 → 2.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 472671d88cff5d0ba3919bc94641e730dde3a966
4
- data.tar.gz: 1ed10f8288b908033b19fc228708c4af6fbe4e63
3
+ metadata.gz: 3af7a6a2c0598cca46d1263e75c326b739e32b90
4
+ data.tar.gz: f5ad26d3a2093499e896402e911dbd92d53b4408
5
5
  SHA512:
6
- metadata.gz: 6dabf9970dd4f0f6fff2749807d41dace3603544ca76bc10a9ef3000d3f79a716a555716564f31f658176f1a2900e2040980d36e634d76863bae387a61719068
7
- data.tar.gz: 12ba5c342ab4277a71a1a913b314941e2d4a73d93f46678e54367472ed1da5cf3a64ff3593b271576dc477654c72547c88694ae055bf4fb1cdd6a0bb24b6c1c8
6
+ metadata.gz: 32d0ae8e737dff680bcd0f2f1e2f4c1cdbd92fc711476a78c1ce935b7721619a14d02e8040c7a3992e8a6221e6bc8e0cc143c57c9d892d1a124370d38f1f5438
7
+ data.tar.gz: be12bbf3c738f1e297be1f3e797c9c120a9ed9b1085ff9b5ec51a5167e770347880253b0ef09a91d6da50421c563fcc0aee4730fd5884b6e8b0ddc2079da984c
@@ -8,7 +8,6 @@ module SpotifyOsxController
8
8
  search = Search.new(parameters)
9
9
 
10
10
  if search.any?
11
- puts search.first
12
11
  uri = search.first.uri
13
12
  buildScript "tell application \"Spotify\" to play track \"#{uri}\"\n"
14
13
  else
@@ -1,3 +1,3 @@
1
1
  module SpotifyOsxController
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotify_osx_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Swensson