Sha256: 165db7936a3da52ef58e2ab77503036a9b3bb18ea4db7e6bb416398d35c3918f

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'wdim'
  spec.version       = Wdim::VERSION
  spec.authors       = ["gaaamii"]
  spec.email         = ["i1shi4ga4mi1@gmail.com"]

  spec.summary       = %q{Understand UNIX commands by extracting acronyms.}
  spec.description   = %q{Understand UNIX commands by extracting acronyms.}
  spec.homepage      = "https://github.com/gaaamii/wdim"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  # if spec.respond_to?(:metadata)
  #   spec.metadata['allowed_push_host'] = "Set to 'http://mygemserver.com'"
  # else
  #   raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  # end

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wdim-0.2.1 wdim.gemspec
wdim-0.1.2 wdim.gemspec
wdim-0.1.1 wdim.gemspec
wdim-0.1.0 wdim.gemspec