Skip to content

Commit

Permalink
Slimmer gemspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Jul 28, 2011
1 parent b25b180 commit db84a92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions streamio-ffmpeg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ require "ffmpeg/version"
Gem::Specification.new do |s|
s.name = "streamio-ffmpeg"
s.version = FFMPEG::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["David Backeus"]
s.email = ["david@streamio.se"]
s.homepage = "http://github.com/streamio/streamio-ffmpeg"
s.summary = "Reads metadata and transcodes movies."
s.description = "Simple yet powerful wrapper around ffmpeg to get metadata from movies and do transcoding."

s.required_rubygems_version = ">= 1.3.6"

s.add_development_dependency(%q<rspec>, ["~> 2.6.0"])

s.files = Dir.glob("lib/**/*") + %w(README.rdoc LICENSE CHANGELOG)
s.require_path = 'lib'
end

0 comments on commit db84a92

Please sign in to comment.