mpc 0.1 → 0.2

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.
Files changed (2) hide show
  1. data/lib/mpc.rb +3 -0
  2. metadata +3 -3
data/lib/mpc.rb CHANGED
@@ -199,6 +199,9 @@ class Mpc
199
199
  puts("delete #{song.to_s}")
200
200
  end
201
201
 
202
+ def move_song(from, to)
203
+ puts("move #{from.to_s} #{to.to_s}")
204
+ end
202
205
  private
203
206
 
204
207
  def puts(command)
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ version: "0.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Micha\xC5\x82 Krzy\xC5\xBCanowski"