Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 299 Bytes

HISTORY.md

File metadata and controls

13 lines (7 loc) · 299 Bytes

swf_file gem history

v1.1.0 (27-Aug-2010)

In order to avoid namespace conflicts, SwfFile is no longer a class, instead it is a module.

Where you previously used:

SwfFile.new or SwfFile.header

Now you'll have to use

SwfFile::FlashFile.new or SwfFile::FlashFile.header