Sha256: 38a160887316908c5cf430109be888fc8be67db279ee04f50afef330332bf8ee

Contents?: true

Size: 934 Bytes

Versions: 5

Compression:

Stored size: 934 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', 'flashplayer', 'flashlog']
  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

5 entries across 5 versions & 1 rubygems

Version Path
flashsdk-1.0.29.pre flashsdk.gemspec
flashsdk-1.0.28.pre flashsdk.gemspec
flashsdk-1.0.27.pre flashsdk.gemspec
flashsdk-1.0.26.pre flashsdk.gemspec
flashsdk-1.0.25.pre flashsdk.gemspec