ruby-mpd 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-mpd
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.4
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Blaž Hrastnik
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-01-16 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A powerful, modern and feature complete library for the Music Player
15
+ Daemon.
16
+ email:
17
+ - speed.the.bboy@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - .gitignore
23
+ - AUTHORS
24
+ - COPYING
25
+ - DOC.rdoc
26
+ - README.rdoc
27
+ - data/database.yaml
28
+ - examples/rmpc.rb
29
+ - examples/tailmpc.rb
30
+ - lib/mpdserver.rb
31
+ - lib/ruby-mpd.rb
32
+ - lib/ruby-mpd/parser.rb
33
+ - lib/ruby-mpd/playlist.rb
34
+ - lib/ruby-mpd/plugins/channels.rb
35
+ - lib/ruby-mpd/plugins/controls.rb
36
+ - lib/ruby-mpd/plugins/database.rb
37
+ - lib/ruby-mpd/plugins/information.rb
38
+ - lib/ruby-mpd/plugins/outputs.rb
39
+ - lib/ruby-mpd/plugins/playback_options.rb
40
+ - lib/ruby-mpd/plugins/playlists.rb
41
+ - lib/ruby-mpd/plugins/queue.rb
42
+ - lib/ruby-mpd/plugins/reflection.rb
43
+ - lib/ruby-mpd/plugins/stickers.rb
44
+ - lib/ruby-mpd/song.rb
45
+ - ruby-mpd.gemspec
46
+ - tests/libtests.rb
47
+ - tests/servertests.rb
48
+ homepage: https://github.com/archSeer/ruby-mpd
49
+ licenses: []
50
+ post_install_message:
51
+ rdoc_options: []
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ none: false
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ requirements: []
67
+ rubyforge_project:
68
+ rubygems_version: 1.8.23
69
+ signing_key:
70
+ specification_version: 3
71
+ summary: Modern client library for MPD
72
+ test_files: []
73
+ has_rdoc: