Sha256: 13f4ae2230aa8fd130e8dae0fbffe6275be145cd5ea877ac2d29bba5d4472e62

Contents?: true

Size: 979 Bytes

Versions: 1

Compression:

Stored size: 979 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "LundViewTool/version"

Gem::Specification.new do |spec|
  spec.name          = "LundViewTool"
  spec.version       = LundViewTool::VERSION
  spec.authors       = ["Casey Lund"]
  spec.email         = ["casey@wow.com"]

  spec.summary       = %q{Various view specific methods for applications I use}
  spec.description   = %q{Provides generated HTML for footer.}
  spec.homepage      = "https://github.com/clund30/LundViewTool"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.16"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
LundViewTool-0.1.1 LundViewTool.gemspec