ffi-libav 0.1.0 → 0.2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-libav
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-27 00:00:00.000000000 Z
12
+ date: 2014-08-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -67,10 +67,12 @@ extensions: []
67
67
  extra_rdoc_files: []
68
68
  files:
69
69
  - .gitignore
70
+ - .rspec
70
71
  - Gemfile
71
72
  - LICENSE
72
73
  - README.md
73
74
  - Rakefile
75
+ - examples/afs_test.rb
74
76
  - examples/extract_keyframes.rb
75
77
  - examples/read_file.rb
76
78
  - examples/seek.rb
@@ -82,6 +84,10 @@ files:
82
84
  - lib/libav/reader.rb
83
85
  - lib/libav/stream.rb
84
86
  - lib/libav/version.rb
87
+ - spec/frame_spec.rb
88
+ - spec/reader_spec.rb
89
+ - spec/spec_helper.rb
90
+ - spec/stream_spec.rb
85
91
  homepage: https://github.com/dmlary/ffi-libav
86
92
  licenses:
87
93
  - BSD 3-Clause
@@ -95,22 +101,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
101
  - - ! '>='
96
102
  - !ruby/object:Gem::Version
97
103
  version: '0'
98
- segments:
99
- - 0
100
- hash: 2735303191728479060
101
104
  required_rubygems_version: !ruby/object:Gem::Requirement
102
105
  none: false
103
106
  requirements:
104
107
  - - ! '>='
105
108
  - !ruby/object:Gem::Version
106
109
  version: '0'
107
- segments:
108
- - 0
109
- hash: 2735303191728479060
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 1.8.24
112
+ rubygems_version: 1.8.23.2
113
113
  signing_key:
114
114
  specification_version: 3
115
115
  summary: Ruby FFI bindings and wrapper for Libav
116
- test_files: []
116
+ test_files:
117
+ - spec/frame_spec.rb
118
+ - spec/reader_spec.rb
119
+ - spec/spec_helper.rb
120
+ - spec/stream_spec.rb