Skip to content

Commit

Permalink
Adding description field to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrait committed Feb 25, 2013
1 parent 5700926 commit 4c16e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wavefile.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.joelstrait.com/"
s.platform = Gem::Platform::RUBY
s.summary = "A pure Ruby library for reading and writing Wave sound files (*.wav)"
s.description = "You can use this gem to create Ruby programs that produce audio. Since it is written in pure Ruby (as opposed to wrapping an existing C library), you can use it without having to compile a separate extension."
s.files = ["LICENSE", "README.markdown", "Rakefile"] + Dir["lib/**/*.rb"] + Dir["test/**/*"]
s.require_path = "lib"
end

0 comments on commit 4c16e35

Please sign in to comment.