mediainfo-ruby 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/Rakefile +1 -1
- data/lib/mediainfo-ruby.rb +3 -1
- data/mediainfo-ruby.gemspec +2 -2
- metadata +4 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new("mediainfo-ruby", "0.1.
|
5
|
+
Echoe.new("mediainfo-ruby", "0.1.5") do |p|
|
6
6
|
p.description = "MediaInfo Ruby Bridge. Call MediaInfo lib directly"
|
7
7
|
p.url = "http://github.com/hackerdude/mediainfo-ruby"
|
8
8
|
p.author = "David Martinez"
|
data/lib/mediainfo-ruby.rb
CHANGED
@@ -64,8 +64,10 @@ module MediaInfoRubyisms_Streams
|
|
64
64
|
option_map[topic] = current_map = {}
|
65
65
|
end
|
66
66
|
switching = false
|
67
|
-
|
67
|
+
elsif kv.length > 1
|
68
68
|
current_map[kv[0]] = kv[1] unless remove_deprecated && kv[1].nil? ? false : kv[1].include?("Deprecated")
|
69
|
+
else
|
70
|
+
# TODO Wouldn't know how to parse this. CHECK
|
69
71
|
end
|
70
72
|
end
|
71
73
|
}
|
data/mediainfo-ruby.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{mediainfo-ruby}
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.5"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["David Martinez"]
|
9
9
|
s.cert_chain = ["/Users/david/.ssh/gem-public_cert.pem"]
|
10
|
-
s.date = %q{2010-07-
|
10
|
+
s.date = %q{2010-07-16}
|
11
11
|
s.description = %q{MediaInfo Ruby Bridge. Call MediaInfo lib directly}
|
12
12
|
s.email = %q{}
|
13
13
|
s.extensions = ["ext/mediainfo_ruby/extconf.rb"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mediainfo-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 5
|
10
|
+
version: 0.1.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Martinez
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
36
36
|
Kf0A+tvk/7CpmA==
|
37
37
|
-----END CERTIFICATE-----
|
38
38
|
|
39
|
-
date: 2010-07-
|
39
|
+
date: 2010-07-16 00:00:00 -07:00
|
40
40
|
default_executable:
|
41
41
|
dependencies:
|
42
42
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
Binary file
|