We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8503159 commit ba08e6aCopy full SHA for ba08e6a
README.rdoc
@@ -33,6 +33,25 @@ Vorbis::Info documentation for more information.
33
info.sample_rate #=> 44100
34
end
35
36
+== Installation
37
+
38
+Add this line to your application's Gemfile:
39
40
+ gem 'ruby-ogg'
41
42
+And then execute:
43
44
+ $ bundle
45
46
+Or install it yourself as:
47
48
+ $ gem install ruby-ogg
49
50
+== Requirements
51
52
+* Ruby 1.8+
53
+* RubyGems
54
55
== Features
56
57
* 100% pure Ruby
0 commit comments