--- !ruby/object:Gem::Specification name: swf_fu version: !ruby/object:Gem::Version version: 1.3.2 platform: ruby authors: - "Marc-Andr\xC3\xA9 Lafortune" autorequire: bindir: bin cert_chain: [] date: 2010-02-19 00:00:00 +13:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: thoughtbot-shoulda type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: |- swf_fu (pronounced "swif-fu", bonus joke for french speakers) uses SWFObject 2.2 to embed swf objects in HTML and supports all its options. SWFObject 2 is such a nice library that Adobe now uses it as the official way to embed swf! SWFObject's project can be found at http://code.google.com/p/swfobject swf_fu has been tested with rails v2.0 up to v3.0b and has decent test coverage so rake test:plugins should reveal any incompatibility. Comments and pull requests welcome: http://github.com/marcandre/swf_fu email: marcus.wyatt@visfleet.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - CHANGELOG.rdoc - FLASH_OBJECT.rdoc - LICENSE - README.rdoc - VERSION - assets/javascripts/swfobject.js - assets/swfs/expressInstall.swf - lib/action_view/helpers/asset_tag_helper/swf_asset.rb - lib/action_view/helpers/swf_fu_helper.rb - lib/swf_fu.rb - lib/swf_fu/tasks.rb - rails/init.rb - tasks/rails.rake has_rdoc: true homepage: http://github.com/marcus-wyatt/swf_fu licenses: [] post_install_message: |+ swf_fu has rake tasks to install and uninstall the assets required when running within a rails project. To enable the rake tasks, add the following require to your Rakefile: require 'swf_fu/tasks' rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: With the swf_fu gem, rails treats your swf files like any other asset (images, javascripts, etc...). test_files: - test/results.rb - test/swf_fu_test.rb - test/test_helper.rb