Sha256: a07a4d202fd0cd0dd5f7ba575aafa07addefb96fbc6592d29919f7403eeda47b
Contents?: true
Size: 909 Bytes
Versions: 3
Compression:
Stored size: 909 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'flatfoot/version' Gem::Specification.new do |spec| spec.name = "flatfoot" spec.version = Flatfoot::VERSION spec.authors = ["Dan Mayer"] spec.email = ["dan.mayer@livingsocial.com"] spec.description = %q{Discover dead view files in your app. Track view layer render usage} spec.summary = %q{Discover dead view files in your app. Track view layer render usage} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flatfoot-0.0.3 | flatfoot.gemspec |
flatfoot-0.0.2 | flatfoot.gemspec |
flatfoot-0.0.1 | flatfoot.gemspec |