Sha256: b8b130f7b58355611222cb3ab17e0d96a67a579aee69f07baa508f62a6511e5c

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/app_sleuth/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Dan Ahern", "Lynn Wallenstein"]
  gem.email         = ["danahern@gmail.com", "lwallenstein@gmail.com"]
  gem.description   = %q{Generates color, font, image information about your project}
  gem.summary       = %q{Generate Design Info about Project}
  gem.homepage      = "https://github.com/danahern/app_sleuth"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "app_sleuth"
  gem.require_paths = ["lib"]
  gem.version       = AppSleuth::VERSION

  gem.add_dependency "sinatra"
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
app_sleuth-0.0.1.pre app_sleuth.gemspec