ruby-iff 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.
Files changed (5) hide show
  1. data/README +2 -0
  2. data/Rakefile +20 -0
  3. data/lib/iff.rb +239 -0
  4. data/setup.rb +1585 -0
  5. metadata +49 -0
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: ruby-iff
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.1"
7
+ date: 2007-03-20 00:00:00 -04:00
8
+ summary: Load and serialize IFF-based file formats
9
+ require_paths:
10
+ - lib
11
+ email: mental@rydia.net
12
+ homepage: http://moonbase.rydia.net/software/ruby-iff/
13
+ rubyforge_project:
14
+ description: Ruby/IFF is a Ruby library for loading and serializing file formats based (more or less loosely) on the IFF standard; these include many popular file formats like MIDI and WAV
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
+ - MenTaLguY
30
+ files:
31
+ - Rakefile
32
+ - README
33
+ - lib/iff.rb
34
+ - setup.rb
35
+ test_files: []
36
+
37
+ rdoc_options:
38
+ - --main
39
+ - README
40
+ extra_rdoc_files:
41
+ - README
42
+ executables: []
43
+
44
+ extensions: []
45
+
46
+ requirements: []
47
+
48
+ dependencies: []
49
+