forked from zencoder/rvideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrvideo.gemspec
30 lines (26 loc) · 1.02 KB
/
rvideo.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rvideo"
s.version = "0.9.4"
s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version=
s.authors = ["Jonathan Dahl (Slantwise Design)"]
s.date = "2007-10-30"
s.description = "Inspect and process video or audio files"
s.email = "[email protected]"
s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "website/index.txt"]
s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "website/index.txt"]
s.homepage = "http://rvideo.rubyforge.org"
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new("> 0.0.0")
s.rubyforge_project = "rvideo"
s.rubygems_version = "1.8.24"
s.summary = "Inspect and process video or audio files"
if s.respond_to? :specification_version then
s.specification_version = 1
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end