ffmpeg-video-info 0.2.2 → 0.2.3

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: 0dd73989389b443797d135949f72cf38653842f0
4
- data.tar.gz: 4c328898d91693c45be5f2bb0918d73c2f811a94
3
+ metadata.gz: c8874bac59a2261e92cfec4efc85fa1212c391fe
4
+ data.tar.gz: 42121f13db7d8c4fb7e1e42f191e490872046a67
5
5
  SHA512:
6
- metadata.gz: 312592865d2d4a379ec19dfb3566b4db99f7a12a2653cdc3b09b9475de308b2cdfabc727a574fe4b98d95720483f0ba78e32d500b4d6c50c0ac12b9f37872e33
7
- data.tar.gz: 51b7b91d5baec557b1c66cf4be974fcf5658c220897b9a17839bd1a0f815406647ef0c44bbb3724142576c3cbbf8979d0319e538e0607b5bf84214285272519e
6
+ metadata.gz: e00d3dc5c7a950fbd484ff37f008255bf6cdad3eb6591bc5c67e3ad88307224d1b79504a7e88a38ee53bf1281401d5b4c5d246128de2ca91e61887ad691b9df4
7
+ data.tar.gz: e06727f6f96cb98bc803f3c22d682fe1097730322f92456dcc1fab1d5f1d1741f73c7cd00ca2bcaf41f2d9c337a3be524b8fd289e998b3aeeb35339e514c9da8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -1,7 +1,7 @@
1
1
  require "mkmf"
2
2
  $CXXFLAGS += '-fPIC'
3
3
  unless ENV['LIBRARY_PATH'].nil?
4
- $LDFLAGS <<" -Wl,-rpath,#{ENV['LIBRARY_PATH']}"
4
+ $LDFLAGS <<" -Wl,-rpath,#{ENV['LIBRARY_PATH']}:#{File.expand_path(File.dirname(__FILE__))}"
5
5
  end
6
6
 
7
7
  have_library('avcodec') 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.2 ruby lib
5
+ # stub: ffmpeg-video-info 0.2.3 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.2"
10
+ s.version = "0.2.3"
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"]
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Tatarsky