aviglitch.gemspec in aviglitch-0.1.4 vs aviglitch.gemspec in aviglitch-0.1.5
- old
+ new
@@ -6,14 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "aviglitch"
spec.version = AviGlitch::VERSION
spec.authors = ["ucnv"]
spec.email = ["ucnvvv@gmail.com"]
- spec.description = %q{AviGlitch destroys your AVI files.
- This library provides ways to manipulate data in each AVI frames.
- It can easily generate keyframes-removed video known as "datamoshing".
- }
spec.summary = %q{A Ruby library to destroy your AVI files.}
+ spec.description = spec.summary
spec.homepage = "http://ucnv.github.com/aviglitch/"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }