radiomanager_client 1.0.8 → 1.0.83
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 +4 -4
- data/README.md +1 -1
- data/radiomanager_client.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56d0acf6514c92e744717da8c0fc7c36f7909bfe
|
4
|
+
data.tar.gz: a5263d33efebe5416009c5585471b00e3579cfad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b8e45f3022917686e17d5547df8e9dd0c96086f2d400c4af11d53397c64981d2c0bbaddb1001a5661e8969b6e31cda1e36119f78521d7061351b6818af39683
|
7
|
+
data.tar.gz: d1240714a5850f947a0717b7c51a19fcdd1ebed45921dc481f6fb441607331e2f2bb66841dd3011383dc29db446db56fd2a16e9a21a32dbd077b974f14b8b583
|
data/README.md
CHANGED
data/radiomanager_client.gemspec
CHANGED
@@ -17,13 +17,13 @@ require "radiomanager_client/version"
|
|
17
17
|
|
18
18
|
Gem::Specification.new do |s|
|
19
19
|
s.name = "radiomanager_client"
|
20
|
-
s.version = "1.0.
|
20
|
+
s.version = "1.0.83"
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
22
|
s.authors = ["Pluxbox"]
|
23
23
|
s.email = ["support@pluxbox.com"]
|
24
24
|
s.homepage = "http://pluxbox.com"
|
25
25
|
s.summary = "RadioManager Client"
|
26
|
-
s.description = "Pluxbox RadioManager Ruby SDK"
|
26
|
+
s.description = "Pluxbox Pluxbox RadioManager Ruby SDK"
|
27
27
|
# TODO uncommnet and update below with a proper license
|
28
28
|
s.license = "MIT"
|
29
29
|
s.required_ruby_version = ">= 1.9"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiomanager_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.83
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pluxbox
|
@@ -190,7 +190,7 @@ dependencies:
|
|
190
190
|
- - ">="
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: 0.2.12
|
193
|
-
description: Pluxbox RadioManager Ruby SDK
|
193
|
+
description: Pluxbox Pluxbox RadioManager Ruby SDK
|
194
194
|
email:
|
195
195
|
- support@pluxbox.com
|
196
196
|
executables: []
|