sound 0.0.1
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.
- checksums.yaml +15 -0
- data/lib/sound.rb +0 -0
- data/lib/sound/sound.rb +4 -0
- metadata +47 -0
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MWJhZjJlZDhlZDhmMjQ4Mzg5OTMyZjBhZDQ2YTI5YjY2YTA5ZjA0NQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NGY0NzIwOGE4YmE4Njk5YWEzZTU0ZDdiYTY5MGM0OTM1MTNlOGNhNg==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MjEyMDA1NzUzMWY1NTgwOGUyOGVhZTg0MjIzNGU3MTQzZDc1YjZlMTY4YTM5
|
10
|
+
MTEyMmQ3MzdlMjJlNjdiZjcyMzY2YTQzM2UwNDMyOTg0NzU3MjdlNTM4MDZh
|
11
|
+
ZmExZjQ1ZjJlYmUwN2U0YmI4MTFkNzI5MjVmZDIwMjg1MGVlYTU=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YzQ4OTBjMzI1ZjhmNzBjMTI4N2M3YTBjMmNlNWQxOWQzZTg5YmM5OGVmYzIw
|
14
|
+
NjE0ZDU4NDY5YTcyYzI4YzdiYTI2ZGEzMGIzZThlZjA3Y2RhZTMxZjI0OTNl
|
15
|
+
ZWEyMjE1ZTIxNDE0YTg3NDJjZGJjYzUwNjNmNTkzOThjMDk3ZmY=
|
data/lib/sound.rb
ADDED
File without changes
|
data/lib/sound/sound.rb
ADDED
metadata
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: sound
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Dominic Muller
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-08-02 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Allows for effiecent cross-platform sound libraries in pure Ruby by tapping
|
14
|
+
into native libraries.
|
15
|
+
email: nicklink483@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/sound.rb
|
21
|
+
- lib/sound/sound.rb
|
22
|
+
homepage: https://github.com/RSMP/sound
|
23
|
+
licenses:
|
24
|
+
- MIT
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ! '>='
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ! '>='
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubyforge_project:
|
42
|
+
rubygems_version: 2.2.2
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: cross-platform sound library wrapper
|
46
|
+
test_files: []
|
47
|
+
has_rdoc:
|