MP4Info 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/mp4info.rb +0 -2
  2. data/test/test.rb +1 -1
  3. metadata +2 -2
data/lib/mp4info.rb CHANGED
@@ -69,8 +69,6 @@ class MP4Info
69
69
 
70
70
  parse_container io_stream, 0, io_stream.stat.size
71
71
 
72
- io_stream.close
73
-
74
72
  @info_atoms["VERSION"] = 4
75
73
  @info_atoms["LAYER"] = 1 if @info_atoms["FREQUENCY"]
76
74
  if (@info_atoms["SIZE"] && @info_atoms["MS"])
data/test/test.rb CHANGED
@@ -28,7 +28,7 @@ class TestMP4Info < Test::Unit::TestCase
28
28
  # Test an mp4 file created by the FAAC encoder
29
29
  def test_faac
30
30
  file = "faac.m4a"
31
-
31
+
32
32
  info = {
33
33
  :ALB => 'Album',
34
34
  :APID => nil,
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: MP4Info
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
7
- date: 2006-02-26 00:00:00 -05:00
6
+ version: "0.2"
7
+ date: 2006-05-23 00:00:00 -04:00
8
8
  summary: MP4 tag reading library
9
9
  require_paths:
10
10
  - lib