librmpd 0.1.0

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.
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: librmpd
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2006-11-27 00:00:00 -05:00
8
+ summary: A library for the Music Player Daemon (MPD)
9
+ require_paths:
10
+ - lib
11
+ email: bitwise_mcgee @nospam@ yahoo.com
12
+ homepage:
13
+ rubyforge_project:
14
+ description: A library for the Music Player Daemon (MPD)
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Andrew Rader
30
+ files:
31
+ - lib/mpdserver.rb
32
+ - lib/librmpd.rb
33
+ - data/database.yaml
34
+ - examples/rmpc.rb
35
+ - examples/tailmpc.rb
36
+ - AUTHORS
37
+ - COPYING
38
+ - README
39
+ test_files:
40
+ - tests/libtests.rb
41
+ - tests/servertests.rb
42
+ rdoc_options: []
43
+
44
+ extra_rdoc_files:
45
+ - README
46
+ executables: []
47
+
48
+ extensions: []
49
+
50
+ requirements: []
51
+
52
+ dependencies: []
53
+