forked from greatseth/mediainfo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mediainfo.gemspec
33 lines (28 loc) · 2.41 KB
/
mediainfo.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
31
32
33
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "mediainfo"
s.version = "0.7.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Seth Thomas Rasmussen", "Steve Dierker"]
s.date = "2015-01-11"
s.description = "Mediainfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)"
s.email = "[email protected]"
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.markdown", "lib/mediainfo.rb", "lib/mediainfo/attr_readers.rb", "lib/mediainfo/string.rb"]
s.files = ["CHANGELOG", "Gemfile", "LICENSE", "Manifest", "README.markdown", "Rakefile", "index.html.template", "lib/mediainfo.rb", "lib/mediainfo/attr_readers.rb", "lib/mediainfo/string.rb", "mediainfo.gemspec", "test/mediainfo_awaywego_test.rb", "test/mediainfo_broken_embraces_test.rb", "test/mediainfo_dinner_test.rb", "test/mediainfo_hats_test.rb", "test/mediainfo_hdv_test.rb", "test/mediainfo_louis_ck_test.rb", "test/mediainfo_multiple_streams_test.rb", "test/mediainfo_omen_image_test.rb", "test/mediainfo_ournature_test.rb", "test/mediainfo_string_test.rb", "test/mediainfo_subtilte_test.rb", "test/mediainfo_test.rb", "test/mediainfo_vimeo_test.rb", "test/mediainfo_you_karel_got_test.rb", "test/test_helper.rb"]
s.homepage = "https://github.com/FlavourSys/mediainfo"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Mediainfo", "--main", "README.markdown"]
s.require_paths = ["lib"]
s.rubyforge_project = "mediainfo"
s.rubygems_version = "2.4.5"
s.summary = "Mediainfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)"
s.test_files = ["test/mediainfo_broken_embraces_test.rb", "test/mediainfo_louis_ck_test.rb", "test/mediainfo_you_karel_got_test.rb", "test/mediainfo_multiple_streams_test.rb", "test/test_helper.rb", "test/mediainfo_ournature_test.rb", "test/mediainfo_dinner_test.rb", "test/mediainfo_vimeo_test.rb", "test/mediainfo_test.rb", "test/mediainfo_awaywego_test.rb", "test/mediainfo_string_test.rb", "test/mediainfo_omen_image_test.rb", "test/mediainfo_hdv_test.rb", "test/mediainfo_subtilte_test.rb", "test/mediainfo_hats_test.rb"]
s.add_development_dependency('echoe')
s.add_development_dependency('mocha')
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end