ffmpeg-video-info 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: d33444d94613aaae3c6fa3acbd9991ce6c1f4cfa
4
- data.tar.gz: a6cfd972b3b3f1ee24a463cb1be948d88ff97c82
3
+ metadata.gz: f23a93c783d69c082404711320584cb0fad2c69f
4
+ data.tar.gz: 1b6cf1ba9f7e245e14a0aa936e0429f580a31697
5
5
  SHA512:
6
- metadata.gz: 6eb8bf59db6897efeb042f71f33267d402aca19fc70a55bdb50ba9a16a683aab0701381d448d8464fc65b43bb8b8c36ac197d7035e35dc2ecb9431746c517991
7
- data.tar.gz: 688fc4067c56ab533b94cc7fd95a04898fae21e2733efed2b7f51ec1f3cce15d89201b96d49519a1ec89ddad4a429a1f16ad2dc4b1a64b1910e334ec16845569
6
+ metadata.gz: 052b87f9006cc1478f33f817ca3312e5fa9209965cac5ea2105255519f6177d6cca1f667b9623ab3cedac6dcb415c663d2b77f138580a79bdf6ce8055bda65c5
7
+ data.tar.gz: 2885e01ba69a7a3297888719492a6842ce58ebb44cc773c980ac4ccc742e6594f5ce71acf5746a811610333eee2af8a00c238f4c176e145864523200d48b267d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,5 +1,6 @@
1
1
  require "mkmf"
2
2
  $CXXFLAGS += '-fPIC'
3
+ $LDFLAGS <<" -Wl,-rpath,#{ENV['LIBRARY_PATH']}"
3
4
 
4
5
  have_library('avcodec') or raise
5
6
  have_library('avformat') or raise
@@ -2,12 +2,12 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: ffmpeg-video-info 0.2.0 ruby lib
5
+ # stub: ffmpeg-video-info 0.2.1 ruby lib
6
6
  # stub: ext/ffmpeg_video_info_ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "ffmpeg-video-info"
10
- s.version = "0.2.0"
10
+ s.version = "0.2.1"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
@@ -1,4 +1,3 @@
1
- require 'mini_portile'
2
1
  module FFmpeg
3
2
  Version = '2.7.1'
4
3
  module Video
@@ -6,7 +5,5 @@ module FFmpeg
6
5
  FFmpegVideoInfoExt.get(path)
7
6
  end
8
7
  end
9
- recipe = MiniPortile.new('ffmpeg', FFmpeg::Version)
10
- recipe.activate
11
8
  end
12
9
  autoload :FFmpegVideoInfoExt, 'ffmpeg_video_info_ext'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffmpeg-video-info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Tatarsky