Sha256: ad1b8431058f82fac19569eb949d777c60e25d2437c0b53dac4bc619cfe96efc
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- require File.dirname(__FILE__) + '/asunit4' require 'rake' Gem::Specification.new do |s| s.name = AsUnit::NAME s.version = AsUnit::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Luke Bayes", "Ali Mills", "Robert Penner"] s.email = ["asunit-users@lists.sourceforge.net"] s.homepage = "http://asunit.org" s.summary = "The fastest and most flexible ActionScript unit test framework" s.description = "AsUnit is the only ActionScript unit test framework that support every development and runtime environment that is currently available. This includes Flex 2, 3, 4, AIR 1 and 2, Flash Lite, and of course the Flash Authoring tool" s.rubyforge_project = "sprout" s.required_rubygems_version = ">= 1.3.6" s.require_path = "." s.files = FileList["**/*"].exclude /docs|.DS_Store|generated|.svn|.git|airglobal.swc|airframework.swc/ end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asunit4-4.2.1.pre | asunit4.gemspec |