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