audio_addict 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7d324a3657ae9b16cc367a39bbbdf23be19880471dc199fd1762dc163c63b36
4
- data.tar.gz: eb20e965b292d3802fcc1d8c0b0c9416dc23bc1b24b91fc88c58a0835bb33029
3
+ metadata.gz: fa6aca6b2c17f49637c1047cec083c3734f15d6bcae20411d6d08ec948d76351
4
+ data.tar.gz: 882d4f3693907f19d7575c49d22e02bcb5d9f3bdc162d565545621ce32b9fff0
5
5
  SHA512:
6
- metadata.gz: 6b9d46c654ce1096e59f40261577dd6b86500a410e7e894aaf03d1f1358bc8aaf5bc8ddff327864897efb4226c5eab9195ec1a666a78dd52aa4b56cfb48128da
7
- data.tar.gz: e85d2e9509c20a181163a6b8d444754d6836e1900504f9a862c9fde04fc6cedf4edf9dc8ccd6708039d30fb6f8945f2616b85139862fa56f8ca38da3bde124d8
6
+ metadata.gz: 2855e5450ee8968f8cfd2c078f8678632e470d4483dcc1e8a7c355bfb03e565d66d6808ba67e4eaaeb28c41475efb5cc01bc769804dce0d98cd4445d42238851
7
+ data.tar.gz: 00bbaabd475d435f9e5cca1121a338c4f75bc734c1d5dc92c98b21d244353bb9732ccd334cbba38ac8e7705f4521d95e092530d3189e0e99ef379c39cd9a6edd
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
- AudioAddict Command Line
2
- ==================================================
1
+ # AudioAddict Command Line
3
2
 
4
3
  [![Gem Version](https://badge.fury.io/rb/audio_addict.svg)](https://badge.fury.io/rb/audio_addict)
5
4
  [![Build Status](https://github.com/DannyBen/audio_addict/workflows/Test/badge.svg)](https://github.com/DannyBen/audio_addict/actions?query=workflow%3ATest)
@@ -14,14 +13,12 @@ radio network.
14
13
 
15
14
  ---
16
15
 
17
- Demo
18
- --------------------------------------------------
16
+ ## Demo
19
17
 
20
- ![Demo](https://raw.githubusercontent.com/DannyBen/audio_addict/master/demo/demo.gif)
18
+ ![demo](support/demo/cast.gif)
21
19
 
22
20
 
23
- Install
24
- --------------------------------------------------
21
+ ## Install
25
22
 
26
23
  Please note that in order to use this gem you need to have an AUdioAddict
27
24
  account (free or premium) at one of the AudioAddict networks.
@@ -31,8 +28,7 @@ $ gem install audio_addict
31
28
  ```
32
29
 
33
30
 
34
- Features
35
- --------------------------------------------------
31
+ ## Features
36
32
 
37
33
  - Easy to use command line interface
38
34
  - Support for all the networks on the [AudioAddict Platform]:
@@ -50,8 +46,7 @@ Features
50
46
  - Download songs from YouTube (requires [youtube-dl][youtube-dl])
51
47
 
52
48
 
53
- Usage
54
- --------------------------------------------------
49
+ ## Usage
55
50
 
56
51
  - Run the `radio` command to see a list of available subcommands.
57
52
  - To see additional help, run `radio <subcommand> --help`
@@ -75,8 +70,6 @@ Commands:
75
70
 
76
71
  ```
77
72
 
78
- ---
79
-
80
73
  [AudioAddict Platform]: http://www.audioaddict.com
81
74
  [Digitally Imported]: http://di.fm
82
75
  [RockRadio]: http://www.rockradio.com
@@ -84,4 +77,4 @@ Commands:
84
77
  [JazzRadio]: http://www.jazzradio.com
85
78
  [ClassicalRadio]: http://www.classicalradio.com
86
79
  [ZenRadio]: http://www.zenradio.com
87
- [youtube-dl]: https://github.com/ytdl-org/youtube-dl/
80
+ [youtube-dl]: https://github.com/yt-dlp/yt-dlp
@@ -3,7 +3,7 @@ module AudioAddict
3
3
  class SetCmd < Base
4
4
  summary 'Set the radio network and channel'
5
5
 
6
- help 'This command provides both interactive and non-interactive means of storing the currenlty active channel and network in the configuration file.'
6
+ help 'This command provides both interactive and non-interactive means of storing the currently active channel and network in the configuration file.'
7
7
 
8
8
  usage 'radio set [CHANNEL NETWORK]'
9
9
  usage 'radio set --help'
@@ -1,3 +1,3 @@
1
1
  module AudioAddict
2
- VERSION = '0.4.6'
2
+ VERSION = '0.4.7'
3
3
  end
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audio_addict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colsole
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 0.8.1
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: '2'
19
+ version: 1.0.0
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 0.8.1
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '2'
26
+ version: 1.0.0
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: httparty
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -100,6 +94,48 @@ dependencies:
100
94
  - - "~>"
101
95
  - !ruby/object:Gem::Version
102
96
  version: '0.19'
97
+ - !ruby/object:Gem::Dependency
98
+ name: base64
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: bigdecimal
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: csv
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :runtime
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
103
139
  description: Command line for playlist management and voting for AudioAddict radio
104
140
  networks
105
141
  email: db@dannyben.com
@@ -142,7 +178,7 @@ licenses:
142
178
  - MIT
143
179
  metadata:
144
180
  rubygems_mfa_required: 'true'
145
- post_install_message:
181
+ post_install_message:
146
182
  rdoc_options: []
147
183
  require_paths:
148
184
  - lib
@@ -150,15 +186,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
186
  requirements:
151
187
  - - ">="
152
188
  - !ruby/object:Gem::Version
153
- version: 2.7.0
189
+ version: 3.0.0
154
190
  required_rubygems_version: !ruby/object:Gem::Requirement
155
191
  requirements:
156
192
  - - ">="
157
193
  - !ruby/object:Gem::Version
158
194
  version: '0'
159
195
  requirements: []
160
- rubygems_version: 3.4.5
161
- signing_key:
196
+ rubygems_version: 3.5.6
197
+ signing_key:
162
198
  specification_version: 4
163
199
  summary: AudioAddict Command Line
164
200
  test_files: []