mediainfo 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Changelog +3 -0
- data/README.markdown +3 -3
- data/Rakefile +1 -1
- data/mediainfo.gemspec +2 -2
- metadata +2 -2
data/Changelog
CHANGED
data/README.markdown
CHANGED
@@ -4,7 +4,7 @@ Mediainfo is a class wrapping [the mediainfo CLI](http://mediainfo.sourceforge.n
|
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
|
-
|
7
|
+
$ gem install mediainfo -s http://gemcutter.org
|
8
8
|
|
9
9
|
## Usage
|
10
10
|
|
@@ -28,8 +28,8 @@ For a list of all possible attributes supported:
|
|
28
28
|
|
29
29
|
This requires at least the following version of the Mediainfo CLI:
|
30
30
|
|
31
|
-
|
32
|
-
|
31
|
+
MediaInfo Command line,
|
32
|
+
MediaInfoLib - v0.7.25
|
33
33
|
|
34
34
|
Previous versions of this gem(<= 0.5.1) worked against v0.7.11, which did not
|
35
35
|
generate XML output, and is no longer supported.
|
data/Rakefile
CHANGED
@@ -21,7 +21,7 @@ Echoe.new "mediainfo" do |p|
|
|
21
21
|
p.description = "Mediainfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)"
|
22
22
|
p.author = "Seth Thomas Rasmussen"
|
23
23
|
p.email = "sethrasmussen@gmail.com"
|
24
|
-
p.url = "http://greatseth.com"
|
24
|
+
p.url = "http://greatseth.github.com/mediainfo"
|
25
25
|
p.ignore_pattern = %w( test/**/* )
|
26
26
|
p.honor_gitignore!
|
27
27
|
end
|
data/mediainfo.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{mediainfo}
|
5
|
-
s.version = "0.6.
|
5
|
+
s.version = "0.6.1"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Seth Thomas Rasmussen"]
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.email = %q{sethrasmussen@gmail.com}
|
12
12
|
s.extra_rdoc_files = ["LICENSE", "README.markdown", "lib/mediainfo.rb", "lib/mediainfo/attr_readers.rb", "lib/mediainfo/string.rb"]
|
13
13
|
s.files = ["Changelog", "LICENSE", "Manifest", "README.markdown", "Rakefile", "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_omen_image_test.rb", "test/mediainfo_string_test.rb", "test/mediainfo_test.rb", "test/mediainfo_vimeo_test.rb", "test/test_helper.rb"]
|
14
|
-
s.homepage = %q{http://greatseth.com}
|
14
|
+
s.homepage = %q{http://greatseth.github.com/mediainfo}
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Mediainfo", "--main", "README.markdown"]
|
16
16
|
s.require_paths = ["lib"]
|
17
17
|
s.rubyforge_project = %q{mediainfo}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mediainfo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Thomas Rasmussen
|
@@ -36,7 +36,7 @@ files:
|
|
36
36
|
- lib/mediainfo/string.rb
|
37
37
|
- mediainfo.gemspec
|
38
38
|
has_rdoc: true
|
39
|
-
homepage: http://greatseth.com
|
39
|
+
homepage: http://greatseth.github.com/mediainfo
|
40
40
|
licenses: []
|
41
41
|
|
42
42
|
post_install_message:
|