ffprober 0.1.5 → 0.1.6

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.
@@ -42,7 +42,8 @@ module Ffprober
42
42
  {major: 1, minor: 0, patch: 1},
43
43
  {major: 1, minor: 1, patch: 0},
44
44
  {major: 1, minor: 1, patch: 1},
45
- {major: 1, minor: 1, patch: 2}
45
+ {major: 1, minor: 1, patch: 2},
46
+ {major: 1, minor: 1, patch: 3}
46
47
  ]
47
48
  end
48
49
 
@@ -1,3 +1,3 @@
1
1
  module Ffprober
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -2,6 +2,6 @@ module Ffprober
2
2
  class VideoStream < Stream
3
3
  attr_accessor :width, :height, :has_b_frames,
4
4
  :sample_aspect_ratio, :display_aspect_ratio,
5
- :pix_fmt, :level, :is_avc, :nal_length_size
5
+ :pix_fmt, :level, :is_avc, :nal_length_size, :bit_rate
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffprober
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
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: 2013-02-08 00:00:00.000000000 Z
12
+ date: 2013-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -116,4 +116,3 @@ test_files:
116
116
  - spec/ffprober/parser_spec.rb
117
117
  - spec/ffprober_spec.rb
118
118
  - spec/spec_helper.rb
119
- has_rdoc: