Sha256: e51d0ca23fccff7dd8120d187230c1fd1264f6ae7967792cf8892e19759ef899
Contents?: true
Size: 907 Bytes
Versions: 10
Compression:
Stored size: 907 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path File.dirname(__FILE__), 'lib' $:.unshift lib unless $:.include?(lib) require 'bundler' require 'flashsdk' Gem::Specification.new do |s| s.name = 'flashsdk' s.version = FlashSDK::VERSION s.author = "Luke Bayes" s.email = "projectsprouts@googlegroups.com" s.homepage = "http://www.adobe.com/products/flex" s.summary = "Adobe Flash SDK including mxmlc, compc, asdoc, adl, adt, optimizer and fdb" s.description = "The Flash SDK Rubygem is brought to you by Project Sprouts (http://projectsprouts.org)" s.executables = ['sprout-as3', 'sprout-flex'] s.post_install_message = File.read 'POSTINSTALL.rdoc' s.files = FileList['**/**/*'].exclude /.git|.svn|.DS_Store/ s.add_bundler_dependencies s.require_paths << 'lib' end
Version data entries
10 entries across 10 versions & 1 rubygems