Sha256: 9f2491dc46bdd0a58ede87be478f594102eab570a4db7a762ccd76cb61f7b596
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path("../lib", __FILE__) $:.unshift lib unless $:.include?( lib ) require 'bundler' require 'flexunit' Gem::Specification.new do |s| s.name = FlexUnit::NAME s.version = FlexUnit::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Simon Gregory"] s.email = ["projectsprouts@googlegroups.com"] s.homepage = "http://flexunit.org" s.summary = "FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries." s.description = "Project Sprouts support for the FlexUnit unit testing framework." s.executables = ["fu-flex", "fu-as3", "fu-runner"] s.post_install_message = File.read 'POSTINSTALL.rdoc' s.rubyforge_project = "flexunit" s.required_rubygems_version = ">= 1.3.7" s.files = FileList["**/*"].exclude /docs|.DS_Store|generated|.svn|.git|airglobal.swc|airframework.swc/ s.require_path << 'lib' s.add_bundler_dependencies end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flexunit-0.0.4.pre | flexunit.gemspec |