MP4Info 0.3 → 0.3.1

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.
Files changed (2) hide show
  1. data/lib/mp4info.rb +1 -1
  2. metadata +2 -2
data/lib/mp4info.rb CHANGED
@@ -55,7 +55,7 @@ class MP4Info
55
55
  @other_atoms = {
56
56
  "MDAT" => :parse_mdat, "META" => :parse_meta,
57
57
  "MVHD" => :parse_mvhd, "STSD" => :parse_stsd,
58
- "MOOV" => :parse_moov
58
+ "MOOV" => :parse_moov, "UUID" => :parse_uuid
59
59
  }
60
60
 
61
61
  # Info/Tag aliases
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: MP4Info
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.3"
7
- date: 2007-04-15 00:00:00 -04:00
6
+ version: 0.3.1
7
+ date: 2007-04-16 00:00:00 -04:00
8
8
  summary: MP4 tag reading library
9
9
  require_paths:
10
10
  - lib