# -*- encoding: utf-8 -*- lib = File.expand_path File.dirname(__FILE__), 'lib' $:.unshift lib unless $:.include?(lib) require 'bundler' Bundler.setup require 'flashplayer' Gem::Specification.new do |s| s.name = FlashPlayer::NAME s.version = FlashPlayer::VERSION s.author = "Luke Bayes" s.email = "projectsprouts@googlegroups.com" s.homepage = "http://www.adobe.com/products/flex" s.summary = "Adobe Flash Player" s.description = "The Adobe Flash Player" s.files = FileList['**/**/*'].exclude /.git|.svn|.DS_Store/ s.add_bundler_dependencies s.require_paths << 'lib' end