radiomanager_client 1.1.0 → 1.1.1

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: 85efebd2db5f9d6e87081d15da93e9ed9124970e
4
- data.tar.gz: 72516541d268b7f68db5612ab6b811c981928477
3
+ metadata.gz: 024342ccde3336b36b7162b921780375a2c71e56
4
+ data.tar.gz: a81f2709d224b4cc5c7a7eba50d3e167db0c95ee
5
5
  SHA512:
6
- metadata.gz: 405b88f92f07866fe945bcb200cfb8d1136b1c608083a5e735555a0c001f29859be12c9b6f4f4840f211af325c3767c7603bfe99ce79db853a1684ecb16fb170
7
- data.tar.gz: c0c1347c9a1dfa724156ff6888bcd43f10285e7f903623c410bfe24e6191ae3f9eecc0495aa0d439d5c2cf72e403799215d36502c64ed4420fb0f4b0ae2b1978
6
+ metadata.gz: bfd73f5e8f0c9290b41ec987266acb03c5334e14741d6eb026ff0d97a9e74ed0cf2b9f1defa4924a4fd1887df047e3a14183610ba4b7b67c41f3bb00b70d497c
7
+ data.tar.gz: b67664910bec42210f332097ec75fbb1c0ea24b8d0f0da7a88b412afbb89e2bd6b4515b42cf8425e0d58c239fc9915b662895ebe12a30358e057c88d32936631
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  RadioManagerClient - the Ruby gem for the RadioManager
4
4
 
5
5
  - API version: 2.0
6
- - Package version: 1.1.0
6
+ - Package version: 1.1.1
7
7
  For more information, please visit [https://pluxbox.com](https://pluxbox.com)
8
8
 
9
9
  ## Installation
@@ -17,7 +17,7 @@ require "radiomanager_client/version"
17
17
 
18
18
  Gem::Specification.new do |s|
19
19
  s.name = "radiomanager_client"
20
- s.version = "1.1.0"
20
+ s.version = "1.1.1"
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["Pluxbox"]
23
23
  s.email = ["support@pluxbox.com"]
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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pluxbox