Sha256: ea8e3d9e19bcff466ba535e4331b89986fa0f3def1a1c40710e9e3b037cf306d

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 'lier/version'

Gem::Specification.new do |spec|
  spec.name          = "lier"
  spec.version       = Lier::VERSION
  spec.authors       = ["siman-man"]
  spec.email         = ["k128585@ie.u-ryukyu.ac.jp"]

  spec.summary       = %q{return value of method which end with '?' is reversed.}
  spec.description   = %q{return value of method which end with '?' is reversed.}
  spec.homepage      = "https://github.com/siman-man/lier"
  spec.license       = "MIT"
  spec.required_ruby_version = '>= 2.4.0'

  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.14"
  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
lier-0.1.0 lier.gemspec