Sha256: 0f6f8d8be566f762d21c79ade8a3888f2756b603c1c3d1b8db8b0b74ca31475a

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'feels/bad/man/version'

Gem::Specification.new do |spec|
  spec.name          = "feels-bad-man"
  spec.version       = Feels::Bad::Man::VERSION
  spec.authors       = ["Neil Matatall"]
  spec.email         = ["oreoshake@users.noreply.github.com"]

  spec.summary       = %q{Settle the tabs/spaces debate once and for all with this consistently inconsistent tool.}
  spec.description   = %q{Settle the tabs/spaces debate once and for all with this consistently inconsistent tool.}
  spec.homepage      = "https://github.com/oreoshake/feels-bad-man"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
feels-bad-man-0.1.1 feels-bad-man.gemspec