vidibus-fileinfo 1.0.1 → 1.0.2

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.
data/README.md CHANGED
@@ -84,7 +84,7 @@ These video formats are currently supported:
84
84
 
85
85
  ```
86
86
  3g2, 3gp, asf, avi, dv, f4p, f4v, flv, ivf, m21, mj2, mjpg, mkv, mov, mp4,
87
- mpeg, mpg, mxf, ogg, ogv, rm, ts, webm, wmv
87
+ mpeg, mpg, mts, mxf, ogg, ogv, rm, ts, webm, wmv
88
88
  ```
89
89
 
90
90
  ## Copyright
@@ -4,7 +4,7 @@ module Vidibus
4
4
  module Video
5
5
  FORMATS = %w[
6
6
  3g2 3gp asf avi dv f4p f4v flv ivf m21 mj2 mjpg mkv mov mp4 mpeg mpg
7
- mxf ogg ogv rm ts webm wmv
7
+ mts mxf ogg ogv rm ts webm wmv
8
8
  ]
9
9
  METADATA = %w[
10
10
  aspect_ratio audio_codec audio_sample_rate content_type bit_rate
@@ -1,5 +1,5 @@
1
1
  module Vidibus
2
2
  module Fileinfo
3
- VERSION = '1.0.1'
3
+ VERSION = '1.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vidibus-fileinfo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andre Pankratz
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-20 00:00:00 +02:00
18
+ date: 2012-04-21 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency