ao 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ao
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Akito Miura
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-04-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: simple & cross platform audio output library(libao binding http://http://xiph.org/ao/)
14
+ email: phenomer@g.hachune.net
15
+ executables: []
16
+ extensions:
17
+ - ext/extconf.rb
18
+ extra_rdoc_files:
19
+ - README.rdoc
20
+ - CHANGELOG.rdoc
21
+ - ext/cao.h
22
+ - ext/output.c
23
+ - ext/device.c
24
+ - ext/info.c
25
+ - ext/option.c
26
+ - ext/exception.c
27
+ - ext/constant.c
28
+ - lib/audio/output.rb
29
+ files:
30
+ - CHANGELOG.rdoc
31
+ - LICENSE
32
+ - README.rdoc
33
+ - example/beeplay.rb
34
+ - example/drivers.rb
35
+ - example/raw2wav.rb
36
+ - example/rawplay.rb
37
+ - ext/cao.h
38
+ - ext/constant.c
39
+ - ext/device.c
40
+ - ext/exception.c
41
+ - ext/extconf.rb
42
+ - ext/info.c
43
+ - ext/option.c
44
+ - ext/output.c
45
+ - lib/audio/output.rb
46
+ homepage: http://bitbucket.org/phenomer/ruby-ao
47
+ licenses:
48
+ - GPLv2
49
+ metadata: {}
50
+ post_install_message:
51
+ rdoc_options:
52
+ - "-m README.rdoc"
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 2.1.0
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubyforge_project:
67
+ rubygems_version: 2.4.5
68
+ signing_key:
69
+ specification_version: 4
70
+ summary: simple & cross platform audio output library
71
+ test_files: []