ffprober 0.4.6 → 1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +0,0 @@
1
- 2.2.1
@@ -1,22 +0,0 @@
1
- language: ruby
2
-
3
- script: rspec spec
4
-
5
- sudo: false
6
-
7
- addons:
8
- apt:
9
- packages:
10
- - ffmpeg
11
-
12
- addons:
13
- code_climate:
14
- repo_token: e319ec7d18fb8e1f05b460c3ef8fac58af3844d7bfa3d44de6b82eb874bb3e31
15
-
16
- rvm:
17
- - 2.0.0
18
- - 2.1.0
19
- - 2.2.1
20
- - rbx-2
21
- - ruby-head
22
- - jruby-head
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
@@ -1,4 +0,0 @@
1
- require_relative "../lib/ffprober"
2
-
3
- parser = Ffprober::Parser.from_file("../spec/assets/sample video.m4v")
4
- puts parser.video_streams.inspect
@@ -1,5 +0,0 @@
1
- module Ffprober
2
- module Errors
3
- class InvalidInputFileError < ::StandardError; end
4
- end
5
- end