Sha256: ab758e60c4f0f9834b852fd178b4dfd149c5e4630da6d4ce3f624b6181e5048b
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/flex-source-inspector/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["ed eustace"] gem.email = ["ed.eustace@gmail.com"] gem.description = %q{inspects the source folder of a flex project using 1 or more link-reports and outputs a list of files that aren't in use} gem.summary = %q{inspects the source folder of a flex project using 1 or more link-reports and outputs a list of files that aren't in use} gem.homepage = "https://github.com/edeustace/flex-source-inspector" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "flex-source-inspector" gem.require_paths = ["lib"] gem.version = Flex::Source::Inspector::VERSION gem.add_development_dependency "rspec", "~> 2.6" gem.add_development_dependency "cucumber" gem.add_development_dependency "aruba" gem.add_dependency "thor" end
Version data entries
5 entries across 5 versions & 1 rubygems