spotify_cli 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 6e1247de0d1d420585ce171e2e6fba3cd32fb9cc
4
- data.tar.gz: 6a40b2f27518872bb8f5aa06e47e605738465cbc
3
+ metadata.gz: 6a93c8d7acb6f93eefab2b17060138117e082f4f
4
+ data.tar.gz: fbc188ee0e6998184d9998ad6b4be26123eb0b9a
5
5
  SHA512:
6
- metadata.gz: a90aa024cfca00b317f9a85107f32eab284fa644013bbdae24ff73b1a784bb384aeed27b28cc9d3bd547b335a04d9f34f5ac3a4fecb4fae8259139f822667ceb
7
- data.tar.gz: 8dd351594a77d92b3fae470c13d8024dbf84e438eb33b85b73a824929e45dd942e345a11f653ef45db5bab976ac8085e6df6c751d1ff59a2717343c85f7c0e95
6
+ metadata.gz: 72252574e4d32d05a11b61070606a57feb174741a33e1f2d6821c865d5b624e60bc271107646bd5e362cb076925e9b8025252be14b1a5109af5ca8f9a1aa424a
7
+ data.tar.gz: fab08a382150b0f93c33c63fd64f35ea7400d51d3bfbde238dcb5fdff0278020ae52ab6951fbbcabd686c18bd406e3c509417e4d71f0f85ddab82dc474c60b36
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Spotify Application wrapper for control via command line
4
4
 
5
+ ![CLI Image](https://cloud.githubusercontent.com/assets/3074765/26330022/05ee8a14-3f18-11e7-9ea6-555940bf3182.png)
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -16,7 +18,7 @@ gem 'spotify_cli'
16
18
  Changes to the next song
17
19
 
18
20
  Usage:
19
- spotify next
21
+ - `spotify next`
20
22
 
21
23
  Aliases:
22
24
  - n
@@ -25,7 +27,7 @@ Aliases:
25
27
  Changes to the previous song
26
28
 
27
29
  Usage:
28
- spotify previous
30
+ - `spotify previous`
29
31
 
30
32
  Aliases:
31
33
  - pr
@@ -34,7 +36,7 @@ Aliases:
34
36
  Sets the position in the song
35
37
 
36
38
  Usage:
37
- spotify set_pos 60
39
+ - `spotify set_pos 60`
38
40
 
39
41
  Aliases:
40
42
  - pos
@@ -43,7 +45,7 @@ Aliases:
43
45
  Replays the current song
44
46
 
45
47
  Usage:
46
- spotify replay
48
+ - `spotify replay`
47
49
 
48
50
  Aliases:
49
51
  - rep
@@ -53,8 +55,8 @@ Aliases:
53
55
  Pause/stop the current song
54
56
 
55
57
  Usage:
56
- spotify pause
57
- spotify stop
58
+ - `spotify pause`
59
+ - `spotify stop`
58
60
 
59
61
  Aliases:
60
62
  - stop
@@ -64,10 +66,10 @@ Play/Pause the current song, or play a specified artist,
64
66
  track, album, or uri
65
67
 
66
68
  Usage:
67
- spotify play artist [name]
68
- spotify play track [name]
69
- spotify play album [name]
70
- spotify play uri [spotify uri]
69
+ - `spotify play artist [name]`
70
+ - `spotify play track [name]`
71
+ - `spotify play album [name]`
72
+ - `spotify play uri [spotify uri]`
71
73
 
72
74
  Aliases:
73
75
  - play
@@ -77,7 +79,8 @@ Aliases:
77
79
  Show the current song
78
80
 
79
81
  Usage:
80
- spotify status
82
+ - `spotify`
83
+ - `spotify status`
81
84
 
82
85
  Aliases:
83
86
  - s
@@ -86,8 +89,7 @@ Aliases:
86
89
  Display Help
87
90
 
88
91
  Usage:
89
- spotify
90
- spotify help
92
+ - `spotify help`
91
93
 
92
94
  ## Development
93
95
 
@@ -108,6 +108,7 @@ module SpotifyCli
108
108
  Show the current song
109
109
 
110
110
  {{bold:Usage:}}
111
+ {{command:spotify}}
111
112
  {{command:spotify status}}
112
113
  EOF
113
114
  def status
@@ -140,7 +141,6 @@ module SpotifyCli
140
141
  Display Help
141
142
 
142
143
  {{bold:Usage:}}
143
- {{command:spotify}}
144
144
  {{command:spotify help}}
145
145
  EOF
146
146
  def help(mappings)
@@ -1,3 +1,3 @@
1
1
  module SpotifyCli
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotify_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Nadeau
@@ -60,7 +60,6 @@ executables:
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - ".DS_Store"
64
63
  - ".gitignore"
65
64
  - ".travis.yml"
66
65
  - CODE_OF_CONDUCT.md
data/.DS_Store DELETED
Binary file