mediainfo 1.3.3 → 1.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e096fd9ab9fa2d7b3d330101aa4dc5b834149a45a76e22adac305b466aea231
4
- data.tar.gz: a2b87457525ac231526aa90a4c9f155e3c3bf615879b4264b90cd95202241399
3
+ metadata.gz: 8ba6d597d350f1e86fcf13e98ec8a925e24cbe6026c2909526e75f6513a39d68
4
+ data.tar.gz: 9906da45c626da23b38e19d8d19267cb4e68dc298ec33f1fbf5ab4ae99909137
5
5
  SHA512:
6
- metadata.gz: bf6fbb1dc6a582912cd0371faeb2f9c693253cd217cc0ba80cf2298a6287b3c9b3ad892d82377dea0b73453552b747ea5f7c3aa38aa92d17626f60305eec90e8
7
- data.tar.gz: 704d74770832efb938fa6c07b44772f9e1c7920fd79c21e31ad5442b1b6aadb1d18882bbaf1d6a77ad9ce04da8c360c411e6f27bbe4b49dfc613150c6c05bad8
6
+ metadata.gz: 73fb2c9847fb4e24deff6723cfd983ffd798b6aef82dc04015cd08b7eca95e5fb167c6a19ac50f431fed46abff0a049e65276127ccaba7d26539bb1341801ecb
7
+ data.tar.gz: c8f3db15851dad15a5b08b6cc06b7b9d3eba55410734765aa33a0f7e857e734392af3f1cc280429f5e4a26e5993ce38a95b432287d2f47ee1b99e3271f048250
@@ -26,7 +26,7 @@ module MediaInfo
26
26
  mediainfo_location = ENV['MEDIAINFO_PATH']
27
27
  raise EnvironmentError, "MediaInfo path you provided cannot be found. Please check your mediainfo installation location..." unless ::File.exist? mediainfo_location
28
28
  end
29
- raise EnvironmentError, "MediaInfo binary cannot be found. Are you sure mediainfo is installed?" if which('mediainfo').nil?
29
+ raise EnvironmentError, "MediaInfo binary cannot be found. Are you sure mediainfo is installed?" if mediainfo_location.nil? || mediainfo_location.empty?
30
30
  return mediainfo_location
31
31
  end
32
32
 
@@ -1,3 +1,3 @@
1
1
  module MediaInfo
2
- VERSION = '1.3.3'
3
- end
2
+ VERSION = '1.4.0'
3
+ end
@@ -14,7 +14,6 @@ Gem::Specification.new do |s|
14
14
  s.homepage = %q{https://github.com/greatseth/mediainfo}
15
15
  s.rdoc_options = ['--line-numbers', '--inline-source', '--title', 'Mediainfo', '--main']
16
16
  s.require_paths = ['lib']
17
- s.rubyforge_project = %q{mediainfo}
18
17
  s.summary = %q{MediaInfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)}
19
18
  s.files = `git ls-files -z`.split("\x0").reject do |f|
20
19
  f.match(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mediainfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Thomas Rasmussen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-10 00:00:00.000000000 Z
11
+ date: 2019-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  - !ruby/object:Gem::Version
148
148
  version: '1.2'
149
149
  requirements: []
150
- rubygems_version: 3.0.3
150
+ rubygems_version: 3.1.1
151
151
  signing_key:
152
152
  specification_version: 3
153
153
  summary: MediaInfo is a class wrapping the mediainfo CLI (http://mediainfo.sourceforge.net)