Sha256: b6adbc07b03e81f95a6ffd63253e9cd9f47cff1d065b3715324e6b70b0e690ff
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 Bytes
Contents
= swfmill == USAGE: require 'swfmill' === to XML String from stream xmlstr = Swfmill.load_stream(st) if st.responde_to?(:read) from file path xmlstr = Swfmill.load_file("path/to/swf_file") from String xmlstr = Swfmill.parse(File.open("path/to/swf_file"){|st| st.read }) === to SWF Data(String) swf = Swfmill.publish(xmlstr) == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2010 fistfvck. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swfmill-0.0.1 | README.rdoc |