rubio-radio 0.0.2 → 0.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
  SHA256:
3
- metadata.gz: c84b293c3df7c60cb6c872ae7937795231e2342fce23e820e48d8fa5d735d64b
4
- data.tar.gz: 3edbde25ee11784f71f798369458c71bd100c89cdb67120219507f127d95e968
3
+ metadata.gz: 6ff21ef12d0d2094fe9d651c6276cf5b585036bd0f32ef40cfbdaa150e85e6bc
4
+ data.tar.gz: 643ce17f95838910a995353ae81671f5d7419a4e2bd31e3178ad4adfd3fb8662
5
5
  SHA512:
6
- metadata.gz: 71c135dd2408f0ae936053509f9c23891aaaa3501599fb94bedcd167a1b3ca5a839db0f5e00b8a6a090ada073cae63e1487ef8ea909a4eaad70a88e3e0378e33
7
- data.tar.gz: 399b6dd00ddfca35a3533384c43dce3a862d274c94c36228b4bf8e29f1624976b75d5dd73054ca63438f6119a33abf2a197f70819c79f95826acb882e4e49f73
6
+ metadata.gz: 3d009fc7fdbd6a837c8a1936a8590ce537e173ede99b925d54cdfce09846c2552f57e07eb7ae740fbb8951973a24dd83b3ee46cc329caa89b779a1ff02de7a55
7
+ data.tar.gz: fb2f8849bc87d5fce962d2f60000898459935f4ab1838af14cd9ba7683af4afc004293d00e677cca7ad1c79fa8c3d1c5356334cf4ce61ce89a17f1512b14996f
data/lib/rubio/radio.rb CHANGED
@@ -36,12 +36,12 @@ module Rubio
36
36
  stop_uuid(@station_uuid)
37
37
  if @station_uuid == station_uuid
38
38
  @station_uuid = nil
39
- elsif (station_uuid)
39
+ elsif play_uuid(station_uuid)
40
40
  @station_uuid = station_uuid
41
41
  end
42
42
  end
43
43
 
44
- def (station_uuid)
44
+ def play_uuid(station_uuid)
45
45
  station = uuid_to_station(station_uuid)
46
46
  begin
47
47
  @player.play(station.url)
data/lib/rubio/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubio
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubio-radio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojix2