Sha256: 4265ce2c7b474510abb6f1cd6cfc2eaed5111d6f3e4d0a38f012f4fe521dcc58

Contents?: true

Size: 904 Bytes

Versions: 1

Compression:

Stored size: 904 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path File.dirname(__FILE__), 'lib'
$:.unshift lib unless $:.include?(lib)

require 'bundler'
Bundler.setup

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.executable           = 'sprout-as3'
  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

1 entries across 1 versions & 1 rubygems

Version Path
flashsdk-1.0.5.pre flashsdk.gemspec